summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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-08udplite: fix partial checksum initializationAlexey Kodanev
2018-03-08ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-03-03ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long
2018-03-03ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long
2018-03-03ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
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-25esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert
2018-02-13ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2018-02-13net: ipv6: send unsolicited NA after DADDavid Ahern
2018-02-13ip6mr: fix stale iteratorNikolay Aleksandrov
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-31ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev
2018-01-31ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-17ipv6: sr: fix TLVs not being copied using setsockoptMathieu Xhonneux
2018-01-17ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2018-01-17ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper
2018-01-02ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel
2018-01-02ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel
2018-01-02ip6_gre: fix device features for ioctl setupAlexey Kodanev
2018-01-02adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-01-02net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2018-01-02ipv6: mcast: better catch silly mtu valuesEric Dumazet
2017-12-29Revert "ipv6: grab rt->rt6i_ref before allocating pcpu rt"Greg Kroah-Hartman
2017-12-25net: ipv6: send NS for DAD when link operationally upMike Manning
2017-12-25ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-12-17net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-12-17tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2017-12-17tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-12-17sit: update frag_off infoHangbin Liu
2017-12-14gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert