| Commit message (Expand) | Author | Age | Files | Lines |
* | IPv6: add "disable" module parameter support to ipv6.ko | Brian Haley | 2009-03-04 | 1 | -5/+16 |
* | netns: fix addrconf_ifdown kernel panic | Daniel Lezcano | 2009-03-03 | 1 | -30/+9 |
* | ipv6: Fix sysctl unregistration deadlock | Stephen Hemminger | 2009-03-03 | 1 | -6/+8 |
* | ipv6: don't use tw net when accounting for recycled tw | Pavel Emelyanov | 2009-02-26 | 1 | -2/+2 |
* | netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrack | Eric Leblond | 2009-02-18 | 1 | -2/+3 |
* | IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created. | Noriaki TAKAMIYA | 2009-02-09 | 1 | -1/+1 |
* | netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message | Eric Leblond | 2009-02-09 | 1 | -0/+21 |
* | netfilter: fix tuple inversion for Node information request | Eric Leblond | 2009-02-09 | 1 | -2/+2 |
* | ipv6: Disallow rediculious flowlabel option sizes. | David S. Miller | 2009-02-06 | 1 | -2/+6 |
* | ipv6: Copy cork options in ip6_append_data | Herbert Xu | 2009-02-05 | 1 | -15/+52 |
* | ipv6: compile fix for ip6mr.c | Dave Jones | 2009-01-31 | 1 | -0/+1 |
* | ipv6: Make mc_forwarding sysctl read-only. | David S. Miller | 2009-01-27 | 1 | -1/+1 |
* | IPv6: Fix multicast routing bugs. | Thomas Goff | 2009-01-27 | 3 | -7/+20 |
* | net: fix xfrm reverse flow lookup for icmp6 | Jiri Pirko | 2009-01-27 | 1 | -2/+2 |
* | gro: Fix handling of complete checksums in IPv6 | Herbert Xu | 2009-01-20 | 1 | -0/+7 |
* | ipv6: Fix fib6_dump_table walker leak | Herbert Xu | 2009-01-13 | 1 | -7/+8 |
* | netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian | Patrick McHardy | 2009-01-12 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2009-01-09 | 1 | -1/+1 |
|\ |
|
| * | net_dma: convert to dma_find_channel | Dan Williams | 2009-01-06 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-08 | 2 | -9/+143 |
|\ \ |
|
| * | | tcp6: Add GRO support | Herbert Xu | 2009-01-08 | 1 | -4/+41 |
| * | | ipv6: Add GRO support | Herbert Xu | 2009-01-08 | 1 | -5/+102 |
* | | | remove lots of double-semicolons | Fernando Carrijo | 2009-01-08 | 2 | -2/+2 |
|/ / |
|
* | | ipv6: IPV6_PKTINFO relied userspace providing correct length | Ilpo Järvinen | 2009-01-04 | 1 | -1/+1 |
* | | ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups. | David S. Miller | 2009-01-04 | 1 | -5/+47 |
|/ |
|
* | net: Fix percpu counters deadlock | Herbert Xu | 2008-12-29 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 41 | -629/+857 |
|\ |
|
| * | ipv6: fix the outgoing interface selection order in udpv6_sendmsg() | Yang Hongyang | 2008-12-16 | 1 | -0/+3 |
| * | ipv6: fix the return interface index when get it while no message is received | Yang Hongyang | 2008-12-16 | 1 | -4/+8 |
| * | ipv6: Add IPV6_PKTINFO sticky option support to setsockopt() | Yang Hongyang | 2008-12-16 | 1 | -0/+22 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-15 | 1 | -1/+6 |
| |\ |
|
| * | | ip6mr: use goto to common label instead of opencoding | Ilpo Järvinen | 2008-12-14 | 1 | -2/+1 |
| * | | ipv6/mcast: join error paths using goto | Ilpo Järvinen | 2008-12-14 | 1 | -11/+14 |
| * | | xfrm6_tunnel: join error paths using goto | Ilpo Järvinen | 2008-12-14 | 1 | -17/+16 |
| * | | netns: ip6mr: enable namespace support in ipv6 multicast forwarding code | Benjamin Thery | 2008-12-10 | 2 | -101/+127 |
| * | | netns: ip6mr: declare ip6mr /proc/net entries per-namespace | Benjamin Thery | 2008-12-10 | 1 | -46/+61 |
| * | | netns: ip6mr: declare reg_vif_num per-namespace | Benjamin Thery | 2008-12-10 | 1 | -8/+11 |
| * | | netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespace | Benjamin Thery | 2008-12-10 | 1 | -16/+10 |
| * | | netns: ip6mr: declare counter cache_resolve_queue_len per-namespace | Benjamin Thery | 2008-12-10 | 1 | -19/+21 |
| * | | netns: ip6mr: dynamically allocate mfc6_cache_array | Benjamin Thery | 2008-12-10 | 1 | -16/+31 |
| * | | netns: ip6mr: store netns in struct mfc6_cache | Benjamin Thery | 2008-12-10 | 1 | -9/+17 |
| * | | netns: ip6mr: dynamically allocates vif6_table | Benjamin Thery | 2008-12-10 | 1 | -39/+68 |
| * | | netns: ip6mr: allocate mroute6_socket per-namespace. | Benjamin Thery | 2008-12-10 | 2 | -13/+12 |
| * | | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset | Joe Perches | 2008-12-03 | 1 | -4/+2 |
| * | | net: /proc/net/ip_mr_cache, display Iif as a signed short | Benjamin Thery | 2008-12-03 | 1 | -1/+1 |
| * | | net: fix /proc/net/ip_mr_cache display - V2 | Benjamin Thery | 2008-12-03 | 1 | -5/+11 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2008-11-28 | 2 | -15/+7 |
| |\ \ |
|
| | * | | netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUE | Eric Leblond | 2008-11-25 | 1 | -1/+4 |
| | * | | netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooks | Alexey Dobriyan | 2008-11-20 | 1 | -14/+3 |
| * | | | net: Use a percpu_counter for sockets_allocated | Eric Dumazet | 2008-11-25 | 1 | -1/+1 |