aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ipv6.h
AgeCommit message (Expand)Author
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet
2012-07-11ipv6: Move ipv6 twsk accessors outside of CONFIG_IPV6 ifdefs.David S. Miller
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc
2012-02-13ipv6: helper function to get tclassJiri Benc
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2010-11-24ipv6: mcast: RCU conversionEric Dumazet
2010-10-21tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler
2010-08-22header: fix broken headers for user spaceChangli Gao
2010-07-19ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller
2010-06-03net: use __packed annotationEric Dumazet
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley
2010-04-22IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger
2010-04-13netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocationJan Engelhardt
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-08ipv6: Fix the size overflow of addrconf_sysctl arrayJin Dongming
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila
2009-06-01IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley
2009-01-30headers_check fix: linux/ipv6.hJaswinder Singh Rajput
2008-12-16ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang
2008-07-21ipv6: __KERNEL__ ifdef struct ipv6_devconfDavid S. Miller
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-13[IPV6]: IPv6 extension header structures need to be packed.YOSHIFUJI Hideaki
2008-04-05[IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki
2008-03-25[IPV6]: Use bitfields for hop_limit and mcast_hops.YOSHIFUJI Hideaki
2008-03-25[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.YOSHIFUJI Hideaki
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov
2008-01-31[IPV6]: Introduce the INET6_TW_MATCH macro.Pavel Emelyanov
2007-10-10[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdrHerbert Xu
2007-07-31[IPV6]: Remove circular dependency on if_inet6.hHerbert Xu
2007-07-10[IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.YOSHIFUJI Hideaki
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki
2007-07-10[IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA
2007-05-31[IPV6] ADDRCONF: Fix conflicts in DEVCONF_xxx constant.YOSHIFUJI Hideaki
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo