summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-251-22/+79
* net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata2018-05-251-9/+65
* net: ip6_gre: Split up ip6gre_changelink()Petr Machata2018-05-251-9/+24
* net: ip6_gre: Split up ip6gre_newlink()Petr Machata2018-05-251-6/+18
* net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata2018-05-251-2/+8
* net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata2018-05-251-12/+26
* net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata2018-05-251-1/+1
* net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata2018-05-251-0/+3
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-251-1/+2
* udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-191-2/+2
* ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet2018-05-191-1/+6
* ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-291-1/+1
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-291-0/+2
* netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-04-261-3/+7
* netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-04-261-1/+1
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-121-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-121-4/+7
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-121-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-121-3/+5
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-121-2/+5
* net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
* ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun2018-03-301-9/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-291-13/+23
|\
| * vti6: Fix dev->max_mtu settingStefano Brivio2018-03-191-1/+1
| * vti6: Keep set MTU on link creation or change, validate itStefano Brivio2018-03-191-8/+16
| * vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio2018-03-191-4/+6
* | ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-03-251-4/+9
* | net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-251-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-241-2/+4
|\ \
| * | netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2018-03-241-2/+4
| |/
* | ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet2018-03-231-6/+7
* | net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
* | ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
* | ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
* | ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio2018-03-201-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-133-3/+9
|\
| * xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-071-1/+2
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-162-2/+7
* | net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2018-03-121-7/+14
* | ip6erspan: make sure enough headroom at xmit.William Tu2018-03-091-0/+3
* | ip6erspan: improve error handling for erspan version number.William Tu2018-03-091-0/+2
* | ip6gre: add erspan v2 to tunnel lookupWilliam Tu2018-03-091-1/+2
* | ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-091-1/+2
* | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
* | net: xfrm: use skb_gso_validate_network_len() to check gso sizesDaniel Axtens2018-03-041-1/+1
* | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-042-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-024-18/+11
|\ \
| * | netfilter: use skb_to_full_sk in ip6_route_me_harderEric Dumazet2018-02-251-4/+5
| * | netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-02-252-14/+2
| * | netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-02-251-0/+4