summaryrefslogtreecommitdiffstats
path: root/drivers/net/amt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+1
|\
| * amt: fix wrong return type of amt_send_membership_update()Taehee Yoo2022-01-091-1/+1
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
|/
* amt: cancel delayed_work synchronously in amt_fini()Taehee Yoo2021-11-161-1/+1
* amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()Taehee Yoo2021-11-091-1/+1
* amt: remove duplicate include in amt.cZhang Mingyu2021-11-051-1/+0
* amt: Fix NULL but dereferenced coccicheck errorYang Li2021-11-051-1/+2
* amt: Remove duplicate includeJiapeng Chong2021-11-031-1/+0
* amt: fix error return code in amt_init()Yang Yingliang2021-11-021-1/+3
* amt: add mld report message handlerTaehee Yoo2021-11-011-7/+440
* amt: add multicast(IGMP) report message handlerTaehee Yoo2021-11-011-1/+1131
* amt: add data plane of amt interfaceTaehee Yoo2021-11-011-1/+1241
* amt: add control plane of amt interfaceTaehee Yoo2021-11-011-0/+493