summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)Author
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
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault
2021-06-22ip6_tunnel: fix GRE6 segmentationJakub Kicinski
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13net: ip6_tunnel: Unregister catch-all devicesHristo Venev
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-03-31ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-28ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2020-11-09ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit