Age | Commit message (Expand) | Author |
2024-04-01 | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin |
2024-04-01 | ip_tunnel: use a separate struct to store tunnel params in the kernel | Alexander Lobakin |
2024-02-29 | net: sit: Do not set .ndo_get_stats64 | Breno Leitao |
2024-02-22 | ipv6/sit: Do not allocate stats in the driver | Breno Leitao |
2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-13 | net: add netdev_lockdep_set_classes() to virtual drivers | Eric Dumazet |
2024-02-09 | net: fill in MODULE_DESCRIPTION()s for ipv6 modules | Breno Leitao |
2024-02-07 | sit: use exit_batch_rtnl() method | Eric Dumazet |
2023-04-28 | sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() | Cong Wang |
2023-04-12 | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices | Christian Ehrig |
2022-11-16 | ipv6/sit: use DEV_STATS_INC() to avoid data-races | Eric Dumazet |
2022-10-25 | ipv6: ensure sane device mtu in tunnels | Eric Dumazet |
2022-10-03 | net: Add helper function to parse netlink msg of ip_tunnel_parm | Liu Jian |
2022-10-03 | net: Add helper function to parse netlink msg of ip_tunnel_encap | Liu Jian |
2022-08-22 | ipv6: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-28 | ipv6/sit: fix ipip6_tunnel_get_prl return value | katrinzhou |
2022-06-09 | sit: use dev_sw_netstats_rx_add() | Eric Dumazet |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-01-12 | sit: allow encapsulated IPv6 traffic to be delivered locally | Ignat Korchagin |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-16 | sit: do not call ipip6_dev_free() from sit_init_net() | Eric Dumazet |
2021-12-06 | sit: add net device refcount tracking to ip_tunnel | Eric Dumazet |
2021-10-13 | ip: use dev_addr_set() in tunnels | Jakub Kicinski |
2021-07-27 | ip_tunnel: use ndo_siocdevprivate | Arnd Bergmann |
2021-07-20 | memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation | Vasily Averin |
2021-06-28 | sit: allow redirecting ip6ip, ipip and mplsip packets to eth devices | Guillaume Nault |
2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-06-03 | sit: set name of device back to struct parms | zhang kai |
2021-06-02 | sit: replace 68 with micro IPV4_MIN_MTU | zhang kai |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-13 | net: sit: Unregister catch-all devices | Hristo Venev |
2021-03-31 | ipv6: remove extra dev_hold() for fallback tunnels | Eric Dumazet |
2021-03-29 | sit: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet |
2021-03-28 | sit: use min | kernel test robot |
2021-03-01 | net: always use icmp{,v6}_ndo_send from ndo_start_xmit | Jason A. Donenfeld |
2021-01-14 | net: sit: unregister_netdevice on newlink's error path | Jakub Kicinski |
2020-11-12 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-09 | ipv4/ipv6: switch to dev_get_tstats64 | Heiner Kallweit |
2020-11-09 | IPv6: Set SIT tunnel hard_header_len to zero | Oliver Herms |
2020-06-30 | net: sit: implement header_ops->parse_protocol for AF_PACKET | Jason A. Donenfeld |
2020-05-19 | sit: impement ->ndo_tunnel_ctl | Christoph Hellwig |
2020-05-19 | sit: refactor ipip6_tunnel_ioctl | Christoph Hellwig |
2019-12-24 | sit: do not confirm neighbor when do pmtu update | Hangbin Liu |
2019-07-14 | sit: use dst_cache in ipip6_tunnel_xmit | Haishuang Yan |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-07 | vrf: sit mtu should not be updated when vrf netdev is the link | Stephen Suryaputra |
2019-04-04 | ipv6: sit: reset ip header pointer in ipip6_rcv | Lorenzo Bianconi |
2019-03-11 | net: sit: fix UBSAN Undefined behaviour in check_6rd | Miaohe Lin |
2019-03-02 | net: sit: fix memory leak in sit_init_net() | Mao Wenan |