summaryrefslogtreecommitdiff
path: root/drivers/net/amt.c
AgeCommit message (Expand)Author
2026-08-10amt: Don't support cross-netns setup.Kuniyuki Iwashima
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-23amt: fix use-after-free in AMT delayed worksShihuang Liu
2026-07-22amt: make the head writable before rewriting the L2 headerMichael Bommarito
2026-07-22amt: re-read skb header pointers after every pullMichael Bommarito
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-06amt: fix size calculation in amt_get_size()Eric Dumazet
2026-07-06amt: no longer rely on RTNL in amt_fill_info()Eric Dumazet
2026-05-05amt: Store struct sock in struct amt_dev.Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata
2025-06-14net: amt: convert to use secs_to_jiffiesYuesong Li
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2024-11-11net: convert to nla_get_*_default()Johannes Berg
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-03-11net: amt: Remove generic .ndo_get_stats64Breno Leitao
2024-03-11net: amt: Move stats allocation to coreBreno Leitao
2024-01-11amt: do not use overwrapped cb areaTaehee Yoo
2023-10-28net: fill in MODULE_DESCRIPTION()s under drivers/net/Jakub Kicinski
2022-08-19amt: remove unnecessary skb pointer checkYang Yingliang
2022-07-28amt: fix typo in commentRuffalo Lavoisier
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-19amt: do not use amt->nr_tunnels outside of lockTaehee Yoo
2022-07-19amt: drop unexpected multicast dataTaehee Yoo
2022-07-19amt: drop unexpected query messageTaehee Yoo
2022-07-19amt: drop unexpected advertisement messageTaehee Yoo
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo
2022-07-19amt: use READ_ONCE() in amt moduleTaehee Yoo
2022-07-19amt: remove unnecessary locksTaehee Yoo
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo
2022-07-18igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-06-22amt: remove unnecessary (void*) conversionsYu Zhe
2022-06-06amt: fix wrong type string definitionTaehee Yoo
2022-06-06amt: fix possible null-ptr-deref in amt_rcv()Taehee Yoo
2022-06-06amt: fix wrong usage of pskb_may_pull()Taehee Yoo
2022-05-25amt: fix possible memory leak in amt_rcv()Taehee Yoo
2022-05-25amt: fix return value of amt_update_handler()Taehee Yoo
2022-05-25amt: fix typo in amtTaehee Yoo
2022-05-20amt: fix memory leak for advertisement messageTaehee Yoo
2022-05-20amt: fix gateway mode stuckTaehee Yoo
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09amt: fix wrong return type of amt_send_membership_update()Taehee Yoo