summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2009-03-181-4/+3
* ipv6: fix display of local and remote sit endpointsBjørn Mork2009-03-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-171-4/+4
|\
| * netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
* | ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra2009-03-111-0/+3
* | IPv6: add "disable" module parameter support to ipv6.koBrian Haley2009-03-041-5/+16
* | netns: fix addrconf_ifdown kernel panicDaniel Lezcano2009-03-031-30/+9
* | ipv6: Fix sysctl unregistration deadlockStephen Hemminger2009-03-031-6/+8
* | ipv6: don't use tw net when accounting for recycled twPavel Emelyanov2009-02-261-2/+2
|/
* netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond2009-02-181-2/+3
* IPv6: fix to set device name when new IPv6 over IPv6 tunnel device is created.Noriaki TAKAMIYA2009-02-091-1/+1
* netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation messageEric Leblond2009-02-091-0/+21
* netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-091-2/+2
* ipv6: Disallow rediculious flowlabel option sizes.David S. Miller2009-02-061-2/+6
* ipv6: Copy cork options in ip6_append_dataHerbert Xu2009-02-051-15/+52
* ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
* 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: 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