summaryrefslogtreecommitdiffstats
path: root/net/802/mrp.c
Commit message (Expand)AuthorAgeFilesLines
* net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski2023-10-281-0/+1
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-2/+2
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-5/+13
|\
| * mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2022-11-181-5/+13
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang2021-07-011-0/+14
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-7/+6
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-6/+5
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* mrp: add periodictimer to allow retries when packets get lostNoel Burton-Krahn2013-09-231-0/+27
* net/802/mrp: fix lockdep splatEric Dumazet2013-05-141-2/+2
* net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward2013-04-121-0/+4
* mrp: make mrp_rcv staticStephen Hemminger2013-02-111-2/+2
* net/802: Implement Multiple Registration Protocol (MRP)David Ward2013-02-101-0/+895