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-20vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio1-2/+2
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-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld1-0/+1
2018-05-25net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-25net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata1-9/+65
2018-05-25net: ip6_gre: Split up ip6gre_changelink()Petr Machata1-9/+24
2018-05-25net: ip6_gre: Split up ip6gre_newlink()Petr Machata1-6/+18
2018-05-25net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata1-2/+8
2018-05-25net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata1-12/+26
2018-05-25net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata1-1/+1
2018-05-25net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata1-0/+3
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
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-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-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-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-03-30ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun1-9/+7
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-13/+23
2018-03-26ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-03-26net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel1-0/+2
2018-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan1-2/+4
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern1-0/+1
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun1-2/+3
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun1-1/+1
2018-03-20ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio1-1/+1
2018-03-19vti6: Fix dev->max_mtu settingStefano Brivio1-1/+1
2018-03-19vti6: Keep set MTU on link creation or change, validate itStefano Brivio1-8/+16
2018-03-19vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio1-4/+6
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-3/+9
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni1-7/+14
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu1-0/+3
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu1-0/+2