summaryrefslogtreecommitdiff
path: root/drivers/net/amt.c
AgeCommit message (Expand)Author
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09amt: fix wrong return type of amt_send_membership_update()Taehee Yoo
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-11-16amt: cancel delayed_work synchronously in amt_fini()Taehee Yoo
2021-11-09amt: use cancel_delayed_work() instead of flush_delayed_work() in amt_fini()Taehee Yoo
2021-11-05amt: remove duplicate include in amt.cZhang Mingyu
2021-11-05amt: Fix NULL but dereferenced coccicheck errorYang Li
2021-11-03amt: Remove duplicate includeJiapeng Chong
2021-11-02amt: fix error return code in amt_init()Yang Yingliang
2021-11-01amt: add mld report message handlerTaehee Yoo
2021-11-01amt: add multicast(IGMP) report message handlerTaehee Yoo
2021-11-01amt: add data plane of amt interfaceTaehee Yoo
2021-11-01amt: add control plane of amt interfaceTaehee Yoo