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