index
:
pub/scm/linux/kernel/git/qcom/linux.git
master
QCOM group's fork of linux.git
QCOM group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
amt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
amt: Don't support cross-netns setup.
Kuniyuki Iwashima
1
-0
/
+3
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-27
/
+74
2026-07-23
amt: fix use-after-free in AMT delayed works
Shihuang Liu
1
-3
/
+11
2026-07-22
amt: make the head writable before rewriting the L2 header
Michael Bommarito
1
-0
/
+8
2026-07-22
amt: re-read skb header pointers after every pull
Michael Bommarito
1
-24
/
+55
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-3
/
+3
2026-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+3
2026-07-06
amt: fix size calculation in amt_get_size()
Eric Dumazet
1
-3
/
+3
2026-07-06
amt: no longer rely on RTNL in amt_fill_info()
Eric Dumazet
1
-16
/
+27
2026-05-05
amt: Store struct sock in struct amt_dev.
Kuniyuki Iwashima
1
-40
/
+40
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
1
-2
/
+4
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
1
-3
/
+6
2025-06-14
net: amt: convert to use secs_to_jiffies
Yuesong Li
1
-1
/
+1
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-1
/
+1
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-3
/
+3
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+5
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-8
/
+4
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-1
/
+1
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-03-11
net: amt: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-11
net: amt: Move stats allocation to core
Breno Leitao
1
-7
/
+2
2024-01-11
amt: do not use overwrapped cb area
Taehee Yoo
1
-3
/
+3
2023-10-28
net: fill in MODULE_DESCRIPTION()s under drivers/net/
Jakub Kicinski
1
-0
/
+1
2022-08-19
amt: remove unnecessary skb pointer check
Yang Yingliang
1
-4
/
+2
2022-07-28
amt: fix typo in comment
Ruffalo Lavoisier
1
-1
/
+1
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-54
/
+189
2022-07-19
amt: do not use amt->nr_tunnels outside of lock
Taehee Yoo
1
-3
/
+6
2022-07-19
amt: drop unexpected multicast data
Taehee Yoo
1
-0
/
+3
2022-07-19
amt: drop unexpected query message
Taehee Yoo
1
-1
/
+13
2022-07-19
amt: drop unexpected advertisement message
Taehee Yoo
1
-0
/
+5
2022-07-19
amt: add missing regeneration nonce logic in request logic
Taehee Yoo
1
-0
/
+4
2022-07-19
amt: use READ_ONCE() in amt module
Taehee Yoo
1
-7
/
+8
2022-07-19
amt: remove unnecessary locks
Taehee Yoo
1
-27
/
+5
2022-07-19
amt: use workqueue for gateway side message handling
Taehee Yoo
1
-15
/
+144
2022-07-18
igmp: Fix data-races around sysctl_igmp_qrv.
Kuniyuki Iwashima
1
-2
/
+2
2022-06-22
amt: remove unnecessary (void*) conversions
Yu Zhe
1
-4
/
+4
2022-06-06
amt: fix wrong type string definition
Taehee Yoo
1
-0
/
+1
2022-06-06
amt: fix possible null-ptr-deref in amt_rcv()
Taehee Yoo
1
-1
/
+2
2022-06-06
amt: fix wrong usage of pskb_may_pull()
Taehee Yoo
1
-18
/
+37
2022-05-25
amt: fix possible memory leak in amt_rcv()
Taehee Yoo
1
-1
/
+1
2022-05-25
amt: fix return value of amt_update_handler()
Taehee Yoo
1
-1
/
+1
2022-05-25
amt: fix typo in amt
Taehee Yoo
1
-1
/
+1
2022-05-20
amt: fix memory leak for advertisement message
Taehee Yoo
1
-3
/
+2
2022-05-20
amt: fix gateway mode stuck
Taehee Yoo
1
-2
/
+4
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
1
-2
/
+2
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-01-09
amt: fix wrong return type of amt_send_membership_update()
Taehee Yoo
1
-1
/
+1
[next]