summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)Author
2026-06-19netfilter: flowtable: fix and simplify IP6IP6 tunnel handlingLorenzo Bianconi
2026-06-17net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie
2026-06-11ip6_tunnel: annotate data-races around t->err_count and t->err_timeEric Dumazet
2026-06-11ip6_tunnel: do not use dst6_mtu() in ip4ip6_err() and ip6erspan_tunnel_xmit()Eric Dumazet
2026-04-30ipv6: Implement limits on extension header parsingDaniel Borkmann
2026-04-23ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann
2026-04-06ip6_tunnel: use generic for_each_ip_tunnel_rcu macroYue Haibing
2026-03-27ip6_tunnel: clear skb2->cb[] in ip4ip6_err()Eric Dumazet
2026-02-02ipv6: use dst6_mtu() instead of dst_mtu()Eric Dumazet
2026-02-02ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet
2026-01-29netfilter: flowtable: Add IP6IP6 rx sw accelerationLorenzo Bianconi
2026-01-09ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()Eric Dumazet
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-07-01ip6_tunnel: enable to change proto of fb tunnelsNicolas Dichtel
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata
2025-04-14ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2024-10-03ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2024-09-04ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()Ido Schimmel
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-01-07ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet
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-08-13ip6_tunnel: Fix the type of functionsHongbin Wang
2022-07-13ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May
2022-06-09ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-06ip6_tunnel: Remove duplicate assignmentsHongbin Wang
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-01-25ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng
2022-01-20ipv6_tunnel: Rate limit warning messagesIdo Schimmel