aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet2-2/+2
2009-11-13ipv6: speedup inet6_dump_addr()Eric Dumazet1-74/+97
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet2-43/+37
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson1-1/+1
2009-11-11ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller1-1/+1
2009-11-10IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-10udp: bind() optimisationEric Dumazet1-7/+7
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet1-1/+7
2009-11-08ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-08ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet1-2/+25
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet1-12/+11
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1
2009-11-05ip_frag: dont touch device refcountEric Dumazet1-7/+6
2009-11-05net: check kern before calling security subsystemEric Paris1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-05net: drop capability from protocol definitionsEric Paris5-5/+1
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2-16/+10
2009-11-02ipv6: no more dev_put() in datagram_send_ctl()Eric Dumazet1-5/+9
2009-11-02ipv6: no more dev_put() in inet6_bind()Eric Dumazet1-8/+9
2009-11-02ip6tnl: less dev_put() callsEric Dumazet1-6/+5
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-3/+1
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2-14/+17
2009-10-29ip6mr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-29ip6tnl: Optimize multiple unregistrationEric Dumazet1-3/+8
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet1-19/+25
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet1-19/+28
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-20net: IPv6 changesKrishna Kumar1-2/+1
2009-10-19IP: CleanupsJohn Dykstra1-1/+1
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet1-1/+5
2009-10-18ah6: convert to ahashSteffen Klassert1-80/+272
2009-10-18net: sk_drops consolidation part 2Eric Dumazet2-2/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet10-77/+80
2009-10-14net: sk_drops consolidationEric Dumazet2-6/+3
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-1/+1
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu1-0/+1
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-11ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.YOSHIFUJI Hideaki / 吉藤英明1-3/+6
2009-10-11ipv6 sit: Fix 6rd relay address.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2009-10-11ipv6 sit: Ensure to initialize 6rd parameters.YOSHIFUJI Hideaki / 吉藤英明1-4/+6
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet1-3/+3
2009-10-07IPv6: Fix 6RD typoAlexandre Cassen1-1/+1
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley3-24/+16