aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2009-12-08tcp: Fix a connect() race with timewait socketsGravatar Eric Dumazet 2-3/+9
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 35-730/+1346
2009-12-03tcp: connect() race with timewait reuseGravatar Eric Dumazet 1-5/+10
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 10-86/+74
2009-12-03net: Batch inet_twsk_purgeGravatar Eric W. Biederman 1-3/+8
2009-12-03net: Allow fib_rule_unregister to batchGravatar Eric W. Biederman 1-15/+7
2009-12-03net 04/05: fib_rules: allow to delete local ruleGravatar Patrick McHardy 1-1/+1
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorGravatar William Allen Simpson 2-4/+53
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sGravatar William Allen Simpson 1-0/+13
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKGravatar William Allen Simpson 1-15/+12
2009-12-01net: Simplify ipip6 aka sit pernet operations.Gravatar Eric W. Biederman 1-19/+6
2009-12-01net: Simplify ip6_tunnel pernet operations.Gravatar Eric W. Biederman 1-19/+6
2009-11-25xfrm: Use the user specified truncation length in ESP and AHGravatar Martin Willi 2-2/+2
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 4-9/+10
2009-11-24net/ipv6: Move && and || to end of previous lineGravatar Joe Perches 1-4/+4
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineGravatar Joe Perches 9-83/+72
2009-11-18netns: net_identifiers should be read_mostlyGravatar Eric Dumazet 2-2/+2
2009-11-13ipv6: speedup inet6_dump_addr()Gravatar Eric Dumazet 1-74/+97
2009-11-13ipv6: use RCU to walk list of network devicesGravatar Eric Dumazet 2-43/+37
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDGravatar William Allen Simpson 1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 10-163/+19
2009-11-11ipv6: Remove unused var in inet6_dump_ifinfo()Gravatar David S. Miller 1-1/+1
2009-11-10IPv6: use ipv6_addr_v4mapped()Gravatar Brian Haley 1-1/+1
2009-11-10sit: Clean up DF code by copying from IPIPGravatar Herbert Xu 1-21/+21
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesGravatar Eric Dumazet 1-0/+6
2009-11-10ipv6: speedup inet6_dump_ifinfo()Gravatar Eric Dumazet 1-17/+28
2009-11-10udp: bind() optimisationGravatar Eric Dumazet 1-7/+7
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresGravatar Eric Dumazet 1-1/+7
2009-11-08ipv6: udp: Optimise multicast receptionGravatar Eric Dumazet 1-24/+47
2009-11-08ipv6: udp: optimize unicast RX pathGravatar Eric Dumazet 1-3/+109
2009-11-08udp: split sk_hash into two u16 hashesGravatar Eric Dumazet 1-2/+25
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Gravatar Eric Dumazet 1-12/+11
2009-11-06netfilter: remove unneccessary checks from netlink notifiersGravatar Patrick McHardy 1-2/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+1
2009-11-05ip_frag: dont touch device refcountGravatar Eric Dumazet 1-7/+6
2009-11-05net: check kern before calling security subsystemGravatar Eric Paris 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-11-05net: drop capability from protocol definitionsGravatar Eric Paris 5-5/+1
2009-11-04netfilter: remove synchronize_net() calls in ip_queue/ip6_queueGravatar Eric Dumazet 1-1/+1
2009-11-04net: Introduce for_each_netdev_rcu() iteratorGravatar Eric Dumazet 2-16/+10
2009-11-02ipv6: no more dev_put() in datagram_send_ctl()Gravatar Eric Dumazet 1-5/+9
2009-11-02ipv6: no more dev_put() in inet6_bind()Gravatar Eric Dumazet 1-8/+9
2009-11-02ip6tnl: less dev_put() callsGravatar Eric Dumazet 1-6/+5
2009-10-30net: fix sk_forward_alloc corruptionGravatar Eric Dumazet 1-3/+1
2009-10-29Allow tcp_parse_options to consult dst entryGravatar Gilad Ben-Yossef 2-14/+17
2009-10-29ip6mr: Optimize multiple unregistrationGravatar Eric Dumazet 1-5/+10
2009-10-29ipv6 sit: Optimize multiple unregistrationGravatar Eric Dumazet 1-6/+11
2009-10-29ip6tnl: Optimize multiple unregistrationGravatar Eric Dumazet 1-3/+8
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+5
2009-10-24ip6tnl: convert hash tables locking to RCUGravatar Eric Dumazet 1-19/+25