summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-071-2/+1Star
* ipv6: fix an oops when force unload ipv6 moduleYang Hongyang2009-12-191-1/+2
* netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan2009-12-191-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-163-6/+25
|\
| * netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-151-0/+6
| * ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-153-6/+19
* | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-162-17/+14Star
* | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-092-3/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0835-730/+1346
|\
| * tcp: connect() race with timewait reuseEric Dumazet2009-12-041-5/+10
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-0310-86/+74Star
| |\
| | * netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-239-83/+72Star
| | * netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-061-2/+1Star
| | * netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-041-1/+1
| * | net: Batch inet_twsk_purgeEric W. Biederman2009-12-031-3/+8
| * | net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-031-15/+7Star
| * | net 04/05: fib_rules: allow to delete local rulePatrick McHardy2009-12-031-1/+1
| * | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-032-4/+53
| * | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-031-0/+13
| * | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-031-15/+12Star
| * | net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman2009-12-021-19/+6Star
| * | net: Simplify ip6_tunnel pernet operations.Eric W. Biederman2009-12-021-19/+6Star
| * | xfrm: Use the user specified truncation length in ESP and AHMartin Willi2009-11-262-2/+2
| * | net: use net_eq to compare netsOctavian Purdila2009-11-264-9/+10
| * | net/ipv6: Move && and || to end of previous lineJoe Perches2009-11-241-4/+4
| * | netns: net_identifiers should be read_mostlyEric Dumazet2009-11-182-2/+2
| * | ipv6: speedup inet6_dump_addr()Eric Dumazet2009-11-141-74/+97
| * | ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-142-43/+37Star
| * | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-141-1/+1
| * | ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller2009-11-121-1/+1
| * | 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/+11Star
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-3/+1Star
| |\ \
| * | | ip_frag: dont touch device refcountEric Dumazet2009-11-061-7/+6Star
| * | | 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/+1Star
| * | | net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-042-16/+10Star
| * | | 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/+5Star
| | |/ | |/|
| * | Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-292-14/+17