index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
802
/
garp.c
Age
Commit message (
Expand
)
Author
Lines
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2023-10-28
net: fill in MODULE_DESCRIPTION()s under net/802*
Jakub Kicinski
-0
/
+1
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
-1
/
+1
2021-07-01
net/802/garp: fix memleak in garp_request_join()
Yang Yingliang
-0
/
+14
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-4
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
-3
/
+3
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
-1
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
-3
/
+3
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
-1
/
+1
2013-04-07
802: fix a possible race condition
Cong Wang
-0
/
+4
2012-04-13
net/garp: fix GID rbtree ordering
David Ward
-4
/
+4
2012-04-01
net/garp: avoid infinite loop if attribute already exists
David Ward
-12
/
+10
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
-0
/
+1
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
-2
/
+2
2011-05-21
garp: use kfree_rcu()
Eric Dumazet
-18
/
+2
2011-05-12
garp: remove last synchronize_rcu() call
Eric Dumazet
-2
/
+12
2011-05-09
garp: remove one synchronize_rcu() call
Eric Dumazet
-2
/
+6
2010-10-25
net/802: add __rcu annotations
Eric Dumazet
-9
/
+9
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
-0
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
-0
/
+1
2008-07-16
garp: retry sending JoinIn messages after allocation failures
Patrick McHardy
-1
/
+4
2008-07-05
net: Add GARP applicant-only participant
Patrick McHardy
-0
/
+633