aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet1-3/+5
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian1-26/+1
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian1-36/+2
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+3
2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-09sit: use dev_sw_netstats_rx_add()Eric Dumazet1-7/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-01-12sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin1-1/+1
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet1-2/+2
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski1-2/+2
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-17/+18
2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin1-2/+3
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault1-0/+4
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2021-06-03sit: set name of device back to struct parmszhang kai1-0/+3
2021-06-02sit: replace 68 with micro IPV4_MIN_MTUzhang kai1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-04-13net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet1-1/+0
2021-03-29sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-03-28sit: use minkernel test robot1-1/+1
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld1-1/+1
2021-01-14net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-09IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-05-19sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34
2020-05-19sit: refactor ipip6_tunnel_ioctlChristoph Hellwig1-158/+210
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-07-14sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan1-4/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra1-1/+1
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi1-0/+4
2019-03-11net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin1-2/+3
2019-03-02net: sit: fix memory leak in sit_init_net()Mao Wenan1-0/+1
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-0/+3
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-2/+2
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-1/+1
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel1-2/+3
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-1/+4
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2018-02-27sit: fix IFLA_MTU ignored on NEWLINKXin Long1-0/+7
2018-02-27net: Convert sit_net_opsKirill Tkhai1-0/+1