aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-04-12ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun
2018-04-12vti6: better validate user provided tunnel namesEric Dumazet
2018-04-12ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-12ip6_gre: better validate user provided tunnel namesEric Dumazet
2018-04-12ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-04-12net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-12net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-04-12ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni
2018-04-12ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner
2018-04-08Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman
2018-04-08ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-03-31ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio
2018-03-31ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun
2018-03-31ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun
2018-03-31ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio
2018-03-31net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni
2018-03-24ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2018-03-15netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet
2018-03-15netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal
2018-03-08tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-03-08udplite: fix partial checksum initializationAlexey Kodanev
2018-03-08ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-12ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2018-02-12net: ipv6: send unsolicited NA after DADDavid Ahern
2018-02-12ipv6: change route cache aging logicWei Wang
2018-02-12ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet
2018-02-12ip6mr: fix stale iteratorNikolay Aleksandrov
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-18ipv6: don't let tb6_root node share routes with other nodeWei Wang
2018-01-18ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2018-01-09ipv6: remove null_entry before adding default routeWei Wang
2018-01-09esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert
2018-01-08xfrm: Return error on unknown encap_type in init_stateHerbert Xu
2018-01-04ipv6: fix general protection fault in fib6_add()Wei Wang
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller