aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-02-26ipv6: don't use tw net when accounting for recycled twPavel Emelyanov1-2/+2
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-02-24sit: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-24ipv6: Remove some pointless conditionals before kfree_skb()Wei Yongjun2-6/+3
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso3-10/+10
2009-02-21ipv6: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-02-18netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond1-2/+3
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+24
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-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-17/+58
2009-02-06ipv6/addrconf: common code locatedIlpo Järvinen1-27/+18
2009-02-06ipv6/ndisc: join error pathsIlpo Järvinen1-8/+8
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-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison3-4/+4
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-10/+23
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu2-11/+21
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