aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy26-150/+197
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan1-2/+2
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-1/+1
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-3/+5
2010-01-28netns xfrm: ipcomp6 supportAlexey Dobriyan1-5/+8
2010-01-28netns xfrm: xfrm6_tunnel in netnsAlexey Dobriyan2-59/+85
2010-01-28netns xfrm: fixup xfrm6_tunnel error propagationAlexey Dobriyan1-5/+11
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+15
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-11/+14
2010-01-23net: constify MIB name tablesAlexey Dobriyan1-6/+6
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei2-4/+4
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei1-3/+0
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan5-21/+24
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-6/+8
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan19-57/+53
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila1-2/+10
2010-01-13ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2010-01-10NET: ipv6, remove unnecessary checkJiri Slaby1-1/+1
2010-01-08net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches1-1/+1
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-2/+1
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-1/+2
2009-12-18ipv6: fix an oops when force unload ipv6 moduleYang Hongyang1-1/+2
2009-12-18netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan1-0/+1
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-6/+25
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2-17/+14
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-0/+6
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deliveryPatrick McHardy3-6/+19
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-3/+9
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds35-730/+1346
2009-12-03tcp: connect() race with timewait reuseEric Dumazet1-5/+10
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller10-86/+74
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman1-3/+8
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman1-15/+7
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy1-1/+1
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2-4/+53
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson1-0/+13
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-15/+12
2009-12-01net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman1-19/+6
2009-12-01net: Simplify ip6_tunnel pernet operations.Eric W. Biederman1-19/+6
2009-11-25xfrm: Use the user specified truncation length in ESP and AHMartin Willi2-2/+2
2009-11-25net: use net_eq to compare netsOctavian Purdila4-9/+10
2009-11-24net/ipv6: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches9-83/+72
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