index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
amt.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
net: amt: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-12
net: amt: Move stats allocation to core
Breno Leitao
1
-7
/
+2
2024-01-12
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-20
amt: remove unnecessary skb pointer check
Yang Yingliang
1
-4
/
+2
2022-07-29
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-23
amt: remove unnecessary (void*) conversions
Yu Zhe
1
-4
/
+4
2022-06-07
amt: fix wrong type string definition
Taehee Yoo
1
-0
/
+1
2022-06-07
amt: fix possible null-ptr-deref in amt_rcv()
Taehee Yoo
1
-1
/
+2
2022-06-07
amt: fix wrong usage of pskb_may_pull()
Taehee Yoo
1
-18
/
+37
2022-05-26
amt: fix possible memory leak in amt_rcv()
Taehee Yoo
1
-1
/
+1
2022-05-26
amt: fix return value of amt_update_handler()
Taehee Yoo
1
-1
/
+1
2022-05-26
amt: fix typo in amt
Taehee Yoo
1
-1
/
+1
2022-05-21
amt: fix memory leak for advertisement message
Taehee Yoo
1
-3
/
+2
2022-05-21
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-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-01-10
amt: fix wrong return type of amt_send_membership_update()
Taehee Yoo
1
-1
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-11-17
amt: cancel delayed_work synchronously in amt_fini()
Taehee Yoo
1
-1
/
+1
2021-11-10
amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()
Taehee Yoo
1
-1
/
+1
2021-11-05
amt: remove duplicate include in amt.c
Zhang Mingyu
1
-1
/
+0
2021-11-05
amt: Fix NULL but dereferenced coccicheck error
Yang Li
1
-1
/
+2
2021-11-03
amt: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2021-11-03
amt: fix error return code in amt_init()
Yang Yingliang
1
-1
/
+3
2021-11-01
amt: add mld report message handler
Taehee Yoo
1
-7
/
+440
2021-11-01
amt: add multicast(IGMP) report message handler
Taehee Yoo
1
-1
/
+1131
2021-11-01
amt: add data plane of amt interface
Taehee Yoo
1
-1
/
+1241
2021-11-01
amt: add control plane of amt interface
Taehee Yoo
1
-0
/
+493