summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov
2018-06-21vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio
2018-06-21netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso
2018-06-11ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux
2018-06-11vrf: check the original netdevice for generating redirectStephen Suryaputra
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-11ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel
2018-06-11ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-06-11netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-05-25net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-25net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata
2018-05-25net: ip6_gre: Split up ip6gre_changelink()Petr Machata
2018-05-25net: ip6_gre: Split up ip6gre_newlink()Petr Machata
2018-05-25net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata
2018-05-25net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata
2018-05-25net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata
2018-05-25net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-19ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet
2018-04-29ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal
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-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-03-30ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-25ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun
2018-03-20ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio
2018-03-19vti6: Fix dev->max_mtu settingStefano Brivio
2018-03-19vti6: Keep set MTU on link creation or change, validate itStefano Brivio
2018-03-19vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu