aboutsummaryrefslogtreecommitdiff
path: root/net/core/gro_cells.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addGravatar Jakub Kicinski 1-2/+1
2022-08-24net: Fix data-races around netdev_max_backlog.Gravatar Kuniyuki Iwashima 1-1/+1
2022-03-11net: add per-cpu storage and net->core_statsGravatar Eric Dumazet 1-1/+1
2022-02-22gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Gravatar Eric Dumazet 1-5/+31
2020-11-25gro_cells: reduce number of synchronize_net() callsGravatar Eric Dumazet 1-1/+6
2019-03-10gro_cells: make sure device is up in gro_cells_receive()Gravatar Eric Dumazet 1-4/+18
2018-12-19gro_cell: add napi_disable in gro_cells_destroyGravatar Lorenzo Bianconi 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-25net: Generic XDPGravatar David S. Miller 1-1/+1
2017-02-08gro_cells: move to net/core/gro_cells.cGravatar Eric Dumazet 1-0/+92