index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
802
/
garp.c
Age
Commit message (
Expand
)
Author
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
2013-04-07
802: fix a possible race condition
Cong Wang
2012-04-13
net/garp: fix GID rbtree ordering
David Ward
2012-04-01
net/garp: avoid infinite loop if attribute already exists
David Ward
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-05-21
garp: use kfree_rcu()
Eric Dumazet
2011-05-12
garp: remove last synchronize_rcu() call
Eric Dumazet
2011-05-09
garp: remove one synchronize_rcu() call
Eric Dumazet
2010-10-25
net/802: add __rcu annotations
Eric Dumazet
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2008-07-16
garp: retry sending JoinIn messages after allocation failures
Patrick McHardy
2008-07-05
net: Add GARP applicant-only participant
Patrick McHardy