aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-04IPv6: add "disable" module parameter support to ipv6.koBrian Haley1-5/+16
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano1-30/+9
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger1-6/+8
2009-02-26ipv6: don't use tw net when accounting for recycled twPavel Emelyanov1-2/+2
2009-02-18netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond1-2/+3
2009-02-09IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created.Noriaki TAKAMIYA1-1/+1
2009-02-09netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond1-0/+21
2009-02-09netfilter: fix tuple inversion for Node information requestEric Leblond1-2/+2
2009-02-06ipv6: Disallow rediculious flowlabel option sizes.David S. Miller1-2/+6
2009-02-05ipv6: Copy cork options in ip6_append_dataHerbert Xu1-15/+52
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-27ipv6: Make mc_forwarding sysctl read-only.David S. Miller1-1/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff3-7/+20
2009-01-27net: fix xfrm reverse flow lookup for icmp6Jiri Pirko1-2/+2
2009-01-20gro: Fix handling of complete checksums in IPv6Herbert Xu1-0/+7
2009-01-13ipv6: Fix fib6_dump_table walker leakHerbert Xu1-7/+8
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy1-1/+1
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-9/+143
2009-01-08tcp6: Add GRO supportHerbert Xu1-4/+41
2009-01-08ipv6: Add GRO supportHerbert Xu1-5/+102
2009-01-08remove lots of double-semicolonsFernando Carrijo2-2/+2
2009-01-06net_dma: convert to dma_find_channelDan Williams1-1/+1
2009-01-04ipv6: IPV6_PKTINFO relied userspace providing correct lengthIlpo Järvinen1-1/+1
2009-01-04ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller1-5/+47
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-0/+3
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds41-629/+857
2008-12-25Merge branch 'next' into for-linusJames Morris2-3/+3
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang1-0/+3
2008-12-16ipv6: fix the return interface index when get it while no message is receivedYang Hongyang1-4/+8
2008-12-16ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang1-0/+22
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2008-12-14ip6mr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2008-12-14ipv6/mcast: join error paths using gotoIlpo Järvinen1-11/+14
2008-12-14xfrm6_tunnel: join error paths using gotoIlpo Järvinen1-17/+16
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2-101/+127
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery1-46/+61
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery1-8/+11
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-16/+10
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-19/+21
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery1-16/+31
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery1-9/+17
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery1-39/+68
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2-13/+12
2008-12-09ipv6: silence log messages for locally generated multicastJan Sembera1-1/+6
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery1-5/+11
2008-12-04Merge branch 'master' into nextJames Morris2-5/+5
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-15/+7