summaryrefslogtreecommitdiffstats
path: root/net/802/garp.c
AgeCommit message (Expand)AuthorLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2023-10-28net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski-0/+1
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2021-07-01net/802/garp: fix memleak in garp_request_join()Yang Yingliang-0/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-3/+3
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-3/+3
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2013-04-07802: fix a possible race conditionCong Wang-0/+4
2012-04-13net/garp: fix GID rbtree orderingDavid Ward-4/+4
2012-04-01net/garp: avoid infinite loop if attribute already existsDavid Ward-12/+10
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-2/+2
2011-05-21garp: use kfree_rcu()Eric Dumazet-18/+2
2011-05-12garp: remove last synchronize_rcu() callEric Dumazet-2/+12
2011-05-09garp: remove one synchronize_rcu() callEric Dumazet-2/+6
2010-10-25net/802: add __rcu annotationsEric Dumazet-9/+9
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2008-07-16garp: retry sending JoinIn messages after allocation failuresPatrick McHardy-1/+4
2008-07-05net: Add GARP applicant-only participantPatrick McHardy-0/+633