summaryrefslogtreecommitdiff
path: root/net/802/mrp.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-6/+5
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-09-24mrp: add periodictimer to allow retries when packets get lostNoel Burton-Krahn1-0/+27
2013-05-15net/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-11net/802: Implement Multiple Registration Protocol (MRP)David Ward1-0/+895