summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao1-1/+0
2024-02-23ipv6/sit: Do not allocate stats in the driverBreno Leitao1-8/+4
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-14net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2024-02-10net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao1-0/+1
2024-02-08sit: use exit_batch_rtnl() methodEric Dumazet1-8/+5
2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang1-3/+5
2023-04-13ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-1/+1
2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-10-26ipv6: 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-23ipv6: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+3
2022-06-29ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-10sit: use dev_sw_netstats_rx_add()Eric Dumazet1-7/+1
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-01-13sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin1-1/+1
2021-12-17Merge 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-07sit: 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-14net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-04-01ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet1-1/+0
2021-03-30sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-03-29sit: use minkernel test robot1-1/+1
2021-03-02net: 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-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2020-11-10ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit1-1/+1
2020-11-10IPv6: 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-20sit: impement ->ndo_tunnel_ctlChristoph Hellwig1-39/+34
2020-05-20sit: refactor ipip6_tunnel_ioctlChristoph Hellwig1-158/+210
2019-12-25sit: 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-05ipv6: 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