summaryrefslogtreecommitdiffstats
path: root/net/802/garp.c
Commit message (Expand)AuthorAgeFilesLines
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* 802: fix a possible race conditionCong Wang2013-04-071-0/+4
* net/garp: fix GID rbtree orderingDavid Ward2012-04-131-4/+4
* net/garp: avoid infinite loop if attribute already existsDavid Ward2012-04-011-12/+10
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* garp: use kfree_rcu()Eric Dumazet2011-05-211-18/+2
* garp: remove last synchronize_rcu() callEric Dumazet2011-05-121-2/+12
* garp: remove one synchronize_rcu() callEric Dumazet2011-05-091-2/+6
* net/802: add __rcu annotationsEric Dumazet2010-10-251-9/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-2/+2
|/
* garp: retry sending JoinIn messages after allocation failuresPatrick McHardy2008-07-161-1/+4
* net: Add GARP applicant-only participantPatrick McHardy2008-07-051-0/+633