summaryrefslogtreecommitdiffstats
path: root/net/802/mrp.c
Commit message (Expand)AuthorAgeFilesLines
* 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