index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
gro_cells.c
Age
Commit message (
Expand
)
Author
2025-11-05
net: gro_cells: Reduce lock scope in gro_cell_poll
Sebastian Andrzej Siewior
2025-10-21
net: gro_cells: fix lock imbalance in gro_cells_receive()
Eric Dumazet
2025-10-13
net: gro_cells: Use nested-BH locking for gro_cell
Sebastian Andrzej Siewior
2024-03-07
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-24
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2022-03-11
net: add per-cpu storage and net->core_stats
Eric Dumazet
2022-02-22
gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
Eric Dumazet
2020-11-25
gro_cells: reduce number of synchronize_net() calls
Eric Dumazet
2019-03-10
gro_cells: make sure device is up in gro_cells_receive()
Eric Dumazet
2018-12-19
gro_cell: add napi_disable in gro_cells_destroy
Lorenzo Bianconi
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-25
net: Generic XDP
David S. Miller
2017-02-08
gro_cells: move to net/core/gro_cells.c
Eric Dumazet