summaryrefslogtreecommitdiff
path: root/net/802/garp.c
Commit message (Expand)AuthorAge
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* 802: fix a possible race conditionCong Wang2013-04-07
* net/garp: fix GID rbtree orderingDavid Ward2012-04-13
* net/garp: avoid infinite loop if attribute already existsDavid Ward2012-04-01
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-31
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
* garp: use kfree_rcu()Eric Dumazet2011-05-21
* garp: remove last synchronize_rcu() callEric Dumazet2011-05-12
* garp: remove one synchronize_rcu() callEric Dumazet2011-05-09
* net/802: add __rcu annotationsEric Dumazet2010-10-25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
|/
* garp: retry sending JoinIn messages after allocation failuresPatrick McHardy2008-07-16
* net: Add GARP applicant-only participantPatrick McHardy2008-07-05