summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao
2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-28ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou
2022-06-09sit: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-01-12sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03sit: set name of device back to struct parmszhang kai
2021-06-02sit: replace 68 with micro IPV4_MIN_MTUzhang kai
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13net: sit: Unregister catch-all devicesHristo Venev
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-03-29sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-28sit: use minkernel test robot
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-01-14net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-11-09IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-05-19sit: impement ->ndo_tunnel_ctlChristoph Hellwig
2020-05-19sit: refactor ipip6_tunnel_ioctlChristoph Hellwig
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu
2019-07-14sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-03-11net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-02net: sit: fix memory leak in sit_init_net()Mao Wenan
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai