index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
amt.c
Age
Commit message (
Expand
)
Author
2024-03-11
net: amt: Remove generic .ndo_get_stats64
Breno Leitao
2024-03-11
net: amt: Move stats allocation to core
Breno Leitao
2024-01-11
amt: do not use overwrapped cb area
Taehee Yoo
2023-10-28
net: fill in MODULE_DESCRIPTION()s under drivers/net/
Jakub Kicinski
2022-08-19
amt: remove unnecessary skb pointer check
Yang Yingliang
2022-07-28
amt: fix typo in comment
Ruffalo Lavoisier
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-19
amt: do not use amt->nr_tunnels outside of lock
Taehee Yoo
2022-07-19
amt: drop unexpected multicast data
Taehee Yoo
2022-07-19
amt: drop unexpected query message
Taehee Yoo
2022-07-19
amt: drop unexpected advertisement message
Taehee Yoo
2022-07-19
amt: add missing regeneration nonce logic in request logic
Taehee Yoo
2022-07-19
amt: use READ_ONCE() in amt module
Taehee Yoo
2022-07-19
amt: remove unnecessary locks
Taehee Yoo
2022-07-19
amt: use workqueue for gateway side message handling
Taehee Yoo
2022-07-18
igmp: Fix data-races around sysctl_igmp_qrv.
Kuniyuki Iwashima
2022-06-22
amt: remove unnecessary (void*) conversions
Yu Zhe
2022-06-06
amt: fix wrong type string definition
Taehee Yoo
2022-06-06
amt: fix possible null-ptr-deref in amt_rcv()
Taehee Yoo
2022-06-06
amt: fix wrong usage of pskb_may_pull()
Taehee Yoo
2022-05-25
amt: fix possible memory leak in amt_rcv()
Taehee Yoo
2022-05-25
amt: fix return value of amt_update_handler()
Taehee Yoo
2022-05-25
amt: fix typo in amt
Taehee Yoo
2022-05-20
amt: fix memory leak for advertisement message
Taehee Yoo
2022-05-20
amt: fix gateway mode stuck
Taehee Yoo
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
amt: fix wrong return type of amt_send_membership_update()
Taehee Yoo
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-11-16
amt: cancel delayed_work synchronously in amt_fini()
Taehee Yoo
2021-11-09
amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()
Taehee Yoo
2021-11-05
amt: remove duplicate include in amt.c
Zhang Mingyu
2021-11-05
amt: Fix NULL but dereferenced coccicheck error
Yang Li
2021-11-03
amt: Remove duplicate include
Jiapeng Chong
2021-11-02
amt: fix error return code in amt_init()
Yang Yingliang
2021-11-01
amt: add mld report message handler
Taehee Yoo
2021-11-01
amt: add multicast(IGMP) report message handler
Taehee Yoo
2021-11-01
amt: add data plane of amt interface
Taehee Yoo
2021-11-01
amt: add control plane of amt interface
Taehee Yoo