summaryrefslogtreecommitdiffstats
path: root/net/802/garp.c
AgeCommit message (Expand)Author
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-04-07802: fix a possible race conditionCong Wang
2012-04-13net/garp: fix GID rbtree orderingDavid Ward
2012-04-01net/garp: avoid infinite loop if attribute already existsDavid Ward
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-05-21garp: use kfree_rcu()Eric Dumazet
2011-05-12garp: remove last synchronize_rcu() callEric Dumazet
2011-05-09garp: remove one synchronize_rcu() callEric Dumazet
2010-10-25net/802: add __rcu annotationsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-07-16garp: retry sending JoinIn messages after allocation failuresPatrick McHardy
2008-07-05net: Add GARP applicant-only participantPatrick McHardy