index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
amt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amt: fix wrong type string definition
Taehee Yoo
2022-06-06
1
-0
/
+1
*
amt: fix possible null-ptr-deref in amt_rcv()
Taehee Yoo
2022-06-06
1
-1
/
+2
*
amt: fix wrong usage of pskb_may_pull()
Taehee Yoo
2022-06-06
1
-18
/
+37
*
amt: fix possible memory leak in amt_rcv()
Taehee Yoo
2022-05-25
1
-1
/
+1
*
amt: fix return value of amt_update_handler()
Taehee Yoo
2022-05-25
1
-1
/
+1
*
amt: fix typo in amt
Taehee Yoo
2022-05-25
1
-1
/
+1
*
amt: fix memory leak for advertisement message
Taehee Yoo
2022-05-20
1
-3
/
+2
*
amt: fix gateway mode stuck
Taehee Yoo
2022-05-20
1
-2
/
+4
*
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-02-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
1
-1
/
+1
|
\
|
*
amt: fix wrong return type of amt_send_membership_update()
Taehee Yoo
2022-01-09
1
-1
/
+1
*
|
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
|
/
*
amt: cancel delayed_work synchronously in amt_fini()
Taehee Yoo
2021-11-16
1
-1
/
+1
*
amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()
Taehee Yoo
2021-11-09
1
-1
/
+1
*
amt: remove duplicate include in amt.c
Zhang Mingyu
2021-11-05
1
-1
/
+0
*
amt: Fix NULL but dereferenced coccicheck error
Yang Li
2021-11-05
1
-1
/
+2
*
amt: Remove duplicate include
Jiapeng Chong
2021-11-03
1
-1
/
+0
*
amt: fix error return code in amt_init()
Yang Yingliang
2021-11-02
1
-1
/
+3
*
amt: add mld report message handler
Taehee Yoo
2021-11-01
1
-7
/
+440
*
amt: add multicast(IGMP) report message handler
Taehee Yoo
2021-11-01
1
-1
/
+1131
*
amt: add data plane of amt interface
Taehee Yoo
2021-11-01
1
-1
/
+1241
*
amt: add control plane of amt interface
Taehee Yoo
2021-11-01
1
-0
/
+493