aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20ipv6: Do not leak throw route referencesSerhey Popovych2-18/+7
2017-06-18ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan1-2/+2
2017-06-16ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan1-0/+2
2017-06-15ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long1-3/+3
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer1-1/+1
2017-06-12proc: snmp6: Use correct type in memsetChristian Perle1-1/+1
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann1-0/+1
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern1-0/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller5-16/+17
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines1-1/+5
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller1-1/+0
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet2-2/+2
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2-14/+20
2017-05-22ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2-3/+2
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-05-17ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek4-6/+16
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+6
2017-05-15ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2017-05-11ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-16/+40
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2017-05-08ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet2-14/+28
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+2
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2017-05-03net: ipv6: Do not duplicate DAD on link upDavid Ahern1-2/+3
2017-05-01ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller1-1/+1
2017-05-01ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek1-2/+2
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-74/+69
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-23/+41
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-04-26ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-3/+1
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal1-1/+4
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng1-6/+14
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal1-34/+39
2017-04-25net: ipv6: regenerate host route if moved to gc listDavid Ahern1-2/+12
2017-04-25ipv6: fix source routingSabrina Dubroca1-0/+4
2017-04-25ipv6: move stub initialization after ipv6 setup completionPaolo Abeni1-2/+4
2017-04-25netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson1-1/+1
2017-04-24net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern1-1/+2
2017-04-24esp: Fix misplaced spin_unlock_bh.Steffen Klassert1-5/+1