aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/gro_cells.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima1-1/+1
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-02-22gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet1-5/+31
2020-11-25gro_cells: reduce number of synchronize_net() callsEric Dumazet1-1/+6
2019-03-10gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-4/+18
2018-12-19gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-25net: Generic XDPDavid S. Miller1-1/+1
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet1-0/+92