summaryrefslogtreecommitdiff
path: root/net/core/gro_cells.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-241-1/+1
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-1/+1
* gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet2022-02-221-5/+31
* gro_cells: reduce number of synchronize_net() callsEric Dumazet2020-11-251-1/+6
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2018-12-191-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: Generic XDPDavid S. Miller2017-04-251-1/+1
* gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-081-0/+92