aboutsummaryrefslogtreecommitdiffstats
path: root/net/802/garp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-04-07802: fix a possible race conditionCong Wang1-0/+4
2012-04-13net/garp: fix GID rbtree orderingDavid Ward1-4/+4
2012-04-01net/garp: avoid infinite loop if attribute already existsDavid Ward1-12/+10
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-05-21garp: use kfree_rcu()Eric Dumazet1-18/+2
2011-05-12garp: remove last synchronize_rcu() callEric Dumazet1-2/+12
2011-05-09garp: remove one synchronize_rcu() callEric Dumazet1-2/+6
2010-10-25net/802: add __rcu annotationsEric Dumazet1-9/+9
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-07-16garp: retry sending JoinIn messages after allocation failuresPatrick McHardy1-1/+4
2008-07-05net: Add GARP applicant-only participantPatrick McHardy1-0/+633