aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-031-0/+1
|\
| * ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-013-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-305-10/+23
|\|
| * ipv6: Make mc_forwarding sysctl read-only.David S. Miller2009-01-271-1/+1
| * IPv6: Fix multicast routing bugs.Thomas Goff2009-01-273-7/+20
| * net: fix xfrm reverse flow lookup for icmp6Jiri Pirko2009-01-271-2/+2
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-292-11/+21
|/
* gro: Fix handling of complete checksums in IPv6Herbert Xu2009-01-201-0/+7
* ipv6: Fix fib6_dump_table walker leakHerbert Xu2009-01-131-7/+8
* netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-121-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-091-1/+1
|\
| * net_dma: convert to dma_find_channelDan Williams2009-01-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-082-9/+143
|\ \
| * | tcp6: Add GRO supportHerbert Xu2009-01-081-4/+41
| * | ipv6: Add GRO supportHerbert Xu2009-01-081-5/+102
* | | remove lots of double-semicolonsFernando Carrijo2009-01-082-2/+2
|/ /
* | ipv6: IPV6_PKTINFO relied userspace providing correct lengthIlpo Järvinen2009-01-041-1/+1
* | ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller2009-01-041-5/+47
|/
* net: Fix percpu counters deadlockHerbert Xu2008-12-291-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2841-629/+857
|\
| * ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang2008-12-161-0/+3
| * ipv6: fix the return interface index when get it while no message is receivedYang Hongyang2008-12-161-4/+8
| * ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang2008-12-161-0/+22
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-1/+6
| |\
| * | ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-141-2/+1
| * | ipv6/mcast: join error paths using gotoIlpo Järvinen2008-12-141-11/+14
| * | xfrm6_tunnel: join error paths using gotoIlpo Järvinen2008-12-141-17/+16
| * | netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-102-101/+127
| * | netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-101-46/+61
| * | netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-101-8/+11
| * | netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-101-16/+10
| * | netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-101-19/+21
| * | netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-101-16/+31
| * | netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-101-9/+17
| * | netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-101-39/+68
| * | netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-102-13/+12
| * | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-031-4/+2
| * | net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-031-1/+1
| * | net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-031-5/+11
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-282-15/+7
| |\ \
| | * | netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-1/+4
| | * | netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan2008-11-201-14/+3
| * | | net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-251-1/+1
| * | | netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-251-4/+5
| * | | netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-252-2/+4
| * | | netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-251-2/+3
| * | | netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-251-3/+4
| * | | netns xfrm: KM reporting in netnsAlexey Dobriyan2008-11-251-1/+2
| * | | netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-251-1/+1