summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-4/+5
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-20netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso1-27/+28
2018-06-11ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-11ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-05-30vti6: Fix dev->max_mtu settingStefano Brivio1-1/+1
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long1-0/+7
2018-05-30ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long1-4/+8
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-05-22netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan1-2/+4
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni1-2/+2
2018-05-19ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel3-6/+5
2018-04-29ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam1-1/+1
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal1-3/+7
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal1-1/+1
2018-04-26netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan1-0/+1
2018-04-26netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan1-5/+10
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-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
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-09udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2018-03-09ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1
2018-03-03ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long1-3/+3
2018-03-03ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2018-03-03ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu1-1/+9
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-8/+2