aboutsummaryrefslogtreecommitdiffstats
path: root/net/802/mrp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-7/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-6/+5
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-09-23mrp: add periodictimer to allow retries when packets get lostNoel Burton-Krahn1-0/+27
2013-05-14net/802/mrp: fix lockdep splatEric Dumazet1-2/+2
2013-04-12net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward1-0/+4
2013-02-11mrp: make mrp_rcv staticStephen Hemminger1-2/+2
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward1-0/+895