summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-2/+3
* ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-011-15/+18
* net: sit: Do not set .ndo_get_stats64Breno Leitao2024-02-291-1/+0
* ipv6/sit: Do not allocate stats in the driverBreno Leitao2024-02-221-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\
| * net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao2024-02-091-0/+1
* | net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-02-131-0/+1
* | sit: use exit_batch_rtnl() methodEric Dumazet2024-02-071-8/+5
|/
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-04-281-3/+5
* ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-121-1/+1
* ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet2022-11-161-11/+11
* ipv6: ensure sane device mtu in tunnelsEric Dumazet2022-10-251-3/+5
* net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-031-26/+1
* net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-031-36/+2
* ipv6: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-5/+3
|\
| * ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou2022-06-281-5/+3
* | sit: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-091-7/+1
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
|/
* sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin2022-01-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+0
|\
| * sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-161-1/+0
* | sit: add net device refcount tracking to ip_tunnelEric Dumazet2021-12-061-2/+2
|/
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-2/+2
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-17/+18
* memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin2021-07-201-2/+3
* sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-0/+3
|\
| * sit: set name of device back to struct parmszhang kai2021-06-031-0/+3
* | sit: replace 68 with micro IPV4_MIN_MTUzhang kai2021-06-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-2/+2
|\
| * net: sit: Unregister catch-all devicesHristo Venev2021-04-131-2/+2
* | ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-03-311-1/+0
* | sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-3/+1
* | sit: use minkernel test robot2021-03-281-1/+1
|/
* net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-1/+1
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-141-1/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-2/+0
|\
| * IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-091-2/+0
* | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
|/
* net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* sit: impement ->ndo_tunnel_ctlChristoph Hellwig2020-05-191-39/+34
* sit: refactor ipip6_tunnel_ioctlChristoph Hellwig2020-05-191-158/+210
* sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-041-0/+4
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1