summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-111-1/+1
* sit: Clean up DF code by copying from IPIPHerbert Xu2009-11-111-21/+21
* ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet2009-11-111-0/+6
* ipv6: speedup inet6_dump_ifinfo()Eric Dumazet2009-11-111-17/+28
* udp: bind() optimisationEric Dumazet2009-11-111-7/+7
* udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2009-11-091-1/+7
* ipv6: udp: Optimise multicast receptionEric Dumazet2009-11-091-24/+47
* ipv6: udp: optimize unicast RX pathEric Dumazet2009-11-091-3/+109
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-091-2/+25
* ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet2009-11-081-12/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-3/+1
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-3/+1
* | ip_frag: dont touch device refcountEric Dumazet2009-11-061-7/+6
* | net: check kern before calling security subsystemEric Paris2009-11-061-1/+1
* | net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* | net: drop capability from protocol definitionsEric Paris2009-11-065-5/+1
* | net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-042-16/+10
* | ipv6: no more dev_put() in datagram_send_ctl()Eric Dumazet2009-11-021-5/+9
* | ipv6: no more dev_put() in inet6_bind()Eric Dumazet2009-11-021-8/+9
* | ip6tnl: less dev_put() callsEric Dumazet2009-11-021-6/+5
* | Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-292-14/+17
* | ip6mr: Optimize multiple unregistrationEric Dumazet2009-10-291-5/+10
* | ipv6 sit: Optimize multiple unregistrationEric Dumazet2009-10-291-6/+11
* | ip6tnl: Optimize multiple unregistrationEric Dumazet2009-10-291-3/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-1/+5
|\|
| * net: Fix IP_MULTICAST_IFEric Dumazet2009-10-201-1/+5
* | ip6tnl: convert hash tables locking to RCUEric Dumazet2009-10-241-19/+25
* | xfrm6_tunnel: RCU conversionEric Dumazet2009-10-241-19/+28
* | ipv6 sit: RCU conversion phase IIEric Dumazet2009-10-241-18/+27
* | ipv6 sit: RCU conversion phase IEric Dumazet2009-10-241-23/+50
* | net: IPv6 changesKrishna Kumar2009-10-211-2/+1
* | IP: CleanupsJohn Dykstra2009-10-201-1/+1
* | ah6: convert to ahashSteffen Klassert2009-10-191-80/+272
* | net: sk_drops consolidation part 2Eric Dumazet2009-10-192-2/+3
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-1910-77/+80
* | net: sk_drops consolidationEric Dumazet2009-10-152-6/+3
* | tcp: replace ehash_size by ehash_maskEric Dumazet2009-10-131-1/+1
* | ipv6: fix devconf after adding force_tllao optionCosmin Ratiu2009-10-131-0/+1
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-122-2/+2
* | ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明2009-10-121-3/+6
* | ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明2009-10-121-2/+2
* | ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明2009-10-121-4/+6
* | udp: dynamically size hash tables at boot timeEric Dumazet2009-10-081-3/+3
* | IPv6: Fix 6RD typoAlexandre Cassen2009-10-071-1/+1
* | IPv6: use ipv6_addr_set_v4mapped()Brian Haley2009-10-073-24/+16
* | IPv6: use ipv6_addr_copy() in ip6_route_redirect()Brian Haley2009-10-071-1/+2
* | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* | make TLLAO option for NA packets configurableOctavian Purdila2009-10-072-0/+9
* | Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-077-0/+11
* | ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明2009-10-072-8/+135