Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-29amt: fix typo in commentRuffalo Lavoisier
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-19amt: do not use amt->nr_tunnels outside of lockTaehee Yoo
2022-07-19amt: drop unexpected multicast dataTaehee Yoo
2022-07-19amt: drop unexpected query messageTaehee Yoo
2022-07-19amt: drop unexpected advertisement messageTaehee Yoo
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo
2022-07-19amt: use READ_ONCE() in amt moduleTaehee Yoo
2022-07-19amt: remove unnecessary locksTaehee Yoo
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo
2022-07-18igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-06-23amt: remove unnecessary (void*) conversionsYu Zhe
2022-06-07amt: fix wrong type string definitionTaehee Yoo
2022-06-07amt: fix possible null-ptr-deref in amt_rcv()Taehee Yoo
2022-06-07amt: fix wrong usage of pskb_may_pull()Taehee Yoo
2022-05-26amt: fix possible memory leak in amt_rcv()Taehee Yoo
2022-05-26amt: fix return value of amt_update_handler()Taehee Yoo
2022-05-26amt: fix typo in amtTaehee Yoo
2022-05-21amt: fix memory leak for advertisement messageTaehee Yoo
2022-05-21amt: fix gateway mode stuckTaehee Yoo
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-10amt: 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-17amt: cancel delayed_work synchronously in amt_fini()Taehee Yoo
2021-11-10amt: 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-03amt: 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