summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-04-12ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun1-9/+7
2018-04-12vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-12ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-4/+7
2018-04-12ip6_gre: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-12ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-12net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-12net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-04-12ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-04-12ipv6: Reinject IPv6 packets if IPsec policy matches after SNATTobias Brunner1-0/+8
2018-04-08Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman1-20/+0
2018-04-08ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-31ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio1-29/+42
2018-03-31ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun1-1/+1
2018-03-31ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun1-2/+3
2018-03-31ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio1-1/+1
2018-03-31net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni1-7/+14
2018-03-24ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev1-0/+20
2018-03-15netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet1-4/+5
2018-03-15netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal1-0/+4
2018-03-15netfilter: add back stackpointer size checksFlorian Westphal1-0/+4
2018-03-09tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu1-1/+2
2018-03-09udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2018-03-09ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-8/+2
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2-18/+17
2018-02-12ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau1-4/+7
2018-02-12net: ipv6: send unsolicited NA after DADDavid Ahern2-4/+31
2018-02-12ipv6: change route cache aging logicWei Wang1-8/+12
2018-02-12ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet1-0/+2
2018-02-12ip6mr: fix stale iteratorNikolay Aleksandrov1-0/+1
2018-01-26net: don't call update_pmtu unconditionallyNicolas Dichtel3-7/+5
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2018-01-24ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2-2/+2
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman1-0/+1
2018-01-23gso: validate gso_type in GSO handlersWillem de Bruijn3-0/+9
2018-01-19ipv6: don't let tb6_root node share routes with other nodeWei Wang1-2/+8
2018-01-19ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev1-7/+7
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-3/+3
2018-01-11ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux1-0/+9
2018-01-11ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet1-2/+3
2018-01-09ipv6: remove null_entry before adding default routeWei Wang1-9/+29
2018-01-09esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert1-1/+2
2018-01-08xfrm: Return error on unknown encap_type in init_stateHerbert Xu1-2/+1
2018-01-04ipv6: fix general protection fault in fib6_add()Wei Wang1-15/+20
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long1-3/+3
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper1-4/+5
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+9