Age | Commit message (Expand) | Author | Files | Lines |
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 |