summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2010-02-20net: Fix sysctl restarts...Eric W. Biederman1-2/+14
2010-02-17ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu1-5/+1
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan1-2/+2
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-01-25netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-11/+14
2010-01-14ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2010-01-07ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-2/+1
2009-12-19ipv6: fix an oops when force unload ipv6 moduleYang Hongyang1-1/+2
2009-12-19netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan1-0/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-6/+25
2009-12-16tcp: 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 deli...Patrick McHardy3-6/+19
2009-12-09tcp: 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-04tcp: connect() race with timewait reuseEric Dumazet1-5/+10
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David 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-03TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2-4/+53
2009-12-03TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson1-0/+13
2009-12-03TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-15/+12
2009-12-02net: Simplify ipip6 aka sit pernet operations.Eric W. Biederman1-19/+6
2009-12-02net: Simplify ip6_tunnel pernet operations.Eric W. Biederman1-19/+6
2009-11-26xfrm: Use the user specified truncation length in ESP and AHMartin Willi2-2/+2
2009-11-26net: use net_eq to compare netsOctavian Purdila4-9/+10
2009-11-25net/ipv6: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-24netfilter: 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-14ipv6: speedup inet6_dump_addr()Eric Dumazet1-74/+97
2009-11-14ipv6: use RCU to walk list of network devicesEric Dumazet2-43/+37
2009-11-14net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman10-163/+19
2009-11-12ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller1-1/+1
2009-11-11IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-11sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-11ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-11ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-11udp: bind() optimisationEric Dumazet1-7/+7
2009-11-09udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet1-1/+7
2009-11-09ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-09ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-09udp: 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-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy1-2/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+1
2009-11-06ip_frag: dont touch device refcountEric Dumazet1-7/+6
2009-11-06net: check kern before calling security subsystemEric Paris1-1/+1
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-1/+2