summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1110-88/+70Star
| |\
| | * netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-111-34/+30Star
| | * netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-117-17/+16Star
| | * netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-118-11/+8Star
| | * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1110-11/+14
| | * netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-111-14/+13Star
| | * netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-133-265/+683
|\ \ \
| * | | ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-111-7/+89
| * | | ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-113-67/+377
| * | | ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-111-176/+214
| * | | ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-111-65/+62Star
| * | | ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-111-32/+31Star
| * | | ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-111-41/+33Star
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-122-3/+7
|\ \ \ | |/ / |/| |
| * | IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley2010-05-061-2/+6
| * | ipv6: Fix default multicast hops setting.David S. Miller2010-05-041-1/+1
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-1015-146/+312
|\ \ \ | |_|/ |/| |
| * | ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork2010-05-071-3/+8
| * | net: rcu fixesEric Dumazet2010-05-041-8/+8
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-031-10/+5Star
| |\|
| | * Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-281-10/+5Star
| * | ipv6: cleanup: remove unneeded null checkDan Carpenter2010-05-011-2/+1Star
| * | net: ip_queue_rcv_skb() helperEric Dumazet2010-04-292-2/+2
| * | net: speedup udp receive pathEric Dumazet2010-04-281-2/+2
| * | net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-281-0/+8
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-271-2/+2
| |\ \
| | * | net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-261-1/+1
| | * | net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-261-1/+1
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-274-8/+13
| |\ \ \ | | |/ / | |/| / | | |/
| | * ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet2010-04-261-1/+1
| | * tcp: bind() fix when many ports are boundEric Dumazet2010-04-231-5/+10
| | * net: ipv6 bind to device issueJiri Olsa2010-04-221-1/+1
| | * ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei2010-04-221-1/+1
| | * xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel2010-04-221-1/+1
| * | Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller2010-04-241-95/+40Star
| |\ \
| | * | ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki2010-04-231-95/+40Star
| * | | IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-245-8/+112
| * | | IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-247-10/+42
| * | | IPv6: data structure changes for new socket optionsBrian Haley2010-04-241-0/+46
| |/ /
| * | IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2010-04-232-1/+25
| * | tcp: Mark v6 response packets as CHECKSUM_PARTIALDavid S. Miller2010-04-211-0/+3
| * | tcp: Fix ipv6 checksumming on response packets for real.David S. Miller2010-04-211-2/+0Star
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-212-2/+2
| |\|
| | * ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu2010-04-211-1/+1
| | * ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
| * | net: Fix various endianness glitchesEric Dumazet2010-04-214-6/+8
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-2039-498/+517
|\| |
| * | ipv6: fix the comment of ip6_xmit()Shan Wei2010-04-161-1/+1
| * | net: replace ipfragok with skb->local_dfShan Wei2010-04-163-5/+5