summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2010-08-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet
2010-04-01sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak
2010-01-06ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy
2009-05-02netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy
2009-05-02ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson
2009-05-02ipv6: don't use tw net when accounting for recycled twPavel Emelyanov
2009-02-17netfilter: fix tuple inversion for Node information requestEric Leblond
2009-02-17ipv6: Copy cork options in ip6_append_dataHerbert Xu
2009-02-17ipv6: Disallow rediculious flowlabel option sizes.David S. Miller
2009-01-24ipv6: Fix fib6_dump_table walker leakHerbert Xu
2008-12-13udp: multicast packets need to check namespaceEric Dumazet
2008-11-06tcpv6: fix option space offsets with md5Ilpo Järvinen
2008-10-01XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev
2008-09-24netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano
2008-08-29ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang
2008-08-25ipv6: sysctl fixesAl Viro
2008-08-23ipv6: protocol for address routesStephen Hemminger
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev
2008-08-17ipv6: Fix the return interface index when get it while no message is received.Yang Hongyang
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-08-13ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley
2008-08-09udp: Drop socket lock for encapsulated packetsHerbert Xu
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng
2008-08-06ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela
2008-08-06ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun
2008-08-03ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal
2008-07-31tcp: MD5: Fix IPv6 signaturesAdam Langley
2008-07-31tcp: MD5: Fix MD5 signatures on certain ACK packetsAdam Langley
2008-07-31ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun
2008-07-30ipv6: Fix useless proc net sockstat6 removalDaniel Lezcano
2008-07-30tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.David S. Miller
2008-07-29IPv6: datagram_send_ctl() should exit immediately when an error occuredMiao Xie
2008-07-27net: missing bits of net-namespace / sysctlAl Viro
2008-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-27ipcomp: Fix warnings after ipcomp consolidation.David S. Miller
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-26netfilter: ip{,6}tables_security: fix future section mismatchAlexey Dobriyan
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-25list_for_each_rcu must die: networkingPaul E. McKenney
2008-07-25ipsec: ipcomp - Merge IPComp implementationsHerbert Xu
2008-07-23netfilter: make security table depend on NETFILTER_ADVANCEDPatrick McHardy
2008-07-22ipv6: icmp6_dst_gc return changeStephen Hemminger
2008-07-22ipv6: use kcallocStephen Hemminger