Age | Commit message (Expand) | Author |
2024-04-15 | net: ip6_gre: Remove generic .ndo_get_stats64 | Breno Leitao |
2024-04-15 | net: ipv6_gre: Do not use custom stat allocator | Breno Leitao |
2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-01 | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin |
2024-03-29 | erspan: make sure erspan_base_hdr is present in skb->head | Eric Dumazet |
2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska |
2024-02-13 | net: add netdev_lockdep_set_classes() to virtual drivers | Eric Dumazet |
2024-02-07 | ip6_gre: use exit_batch_rtnl() method | Eric Dumazet |
2023-07-19 | net:ipv6: check return value of pskb_trim() | Yuanjun Gong |
2023-05-13 | erspan: get the proto with the md version for collect_md | Xin Long |
2023-03-21 | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet |
2022-11-16 | ipv6: tunnels: use DEV_STATS_INC() | Eric Dumazet |
2022-10-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-25 | ipv6: ensure sane device mtu in tunnels | Eric Dumazet |
2022-10-18 | net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict() | Jiapeng Chong |
2022-08-22 | ipv6: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-07-13 | ip6_gre: use actual protocol to select xmit | Matthias May |
2022-07-13 | ip6_gre: set DSCP for non-IP | Matthias May |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-20 | erspan: do not assume transport header is always set | Eric Dumazet |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-05-02 | ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTX | Peilin Ye |
2022-04-25 | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode | Peilin Ye |
2022-04-25 | ip6_gre: Make o_seqno start from 0 in native mode | Peilin Ye |
2022-04-15 | ip6_gre: Fix skb_under_panic in __gre6_xmit() | Peilin Ye |
2022-04-15 | ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit() | Peilin Ye |
2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-06 | ipv6: add net device refcount tracker to struct ip6_tnl | Eric Dumazet |
2021-11-23 | xfrm: fix policy lookup for ipv6 gre packets | Ghalem Boudour |
2021-10-13 | ip: use dev_addr_set() in tunnels | Jakub Kicinski |
2021-09-06 | ip6_gre: Revert "ip6_gre: add validation for csum_start" | Willem de Bruijn |
2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-08-22 | ip6_gre: add validation for csum_start | Shreyansh Chouhan |
2021-07-27 | ip_tunnel: use ndo_siocdevprivate | Arnd Bergmann |
2021-03-31 | ipv6: remove extra dev_hold() for fallback tunnels | Eric Dumazet |
2021-03-29 | ip6_gre: proper dev_{hold|put} in ndo_[un]init methods | Eric Dumazet |
2021-03-01 | net: always use icmp{,v6}_ndo_send from ndo_start_xmit | Jason A. Donenfeld |
2020-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-02 | net: ip6_gre: set dev->hard_header_len when using header_ops | Antoine Tenart |
2020-11-09 | ipv4/ipv6: switch to dev_get_tstats64 | Heiner Kallweit |
2020-09-28 | ip6gre: avoid tx_error when sending MLD/DAD on external tunnels | Davide Caratti |
2020-07-13 | ip6_gre: fix null-ptr-deref in ip6gre_init_net() | Wei Yongjun |
2020-06-18 | ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() | Taehee Yoo |
2020-02-20 | net: ip6_gre: Distribute switch variables for initialization | Kees Cook |
2020-01-20 | net: ip6_gre: fix moving ip6gre between namespaces | Niko Kortstrom |
2019-12-24 | ip6_gre: do not confirm neighbor when do pmtu update | Hangbin Liu |
2019-12-24 | net: add bool confirm_neigh parameter for dst_ops.update_pmtu | Hangbin Liu |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-10-29 | erspan: fix the tun_info options_len check for erspan | Xin Long |