aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2009-11-02ipv6: no more dev_put() in inet6_bind()Eric Dumazet
2009-11-02ip6tnl: less dev_put() callsEric Dumazet
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef
2009-10-29ip6mr: Optimize multiple unregistrationEric Dumazet
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet
2009-10-29ip6tnl: Optimize multiple unregistrationEric Dumazet
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet
2009-10-20net: IPv6 changesKrishna Kumar
2009-10-19IP: CleanupsJohn Dykstra
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet
2009-10-18ah6: convert to ahashSteffen Klassert
2009-10-18net: sk_drops consolidation part 2Eric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-14net: sk_drops consolidationEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet
2009-10-07IPv6: Fix 6RD typoAlexandre Cassen
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley
2009-10-07IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明
2009-10-05tunnels: Optimize tx pathEric Dumazet
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-26Revert "sit: stateless autoconf for isatap"Sascha Hlusiak
2009-09-24tunnel: eliminate recursion fieldEric Dumazet
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom
2009-09-16ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-09-09headers: net/ipv[46]/protocol.c header trimAlexey Dobriyan
2009-09-03ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu