linux/net/8021q
David Miller d4546c2509 net: Convert GRO SKB handling to list_head.
Manage pending per-NAPI GRO packets via list_head.

Return an SKB pointer from the GRO receive handlers.  When GRO receive
handlers return non-NULL, it means that this SKB needs to be completed
at this time and removed from the NAPI queue.

Several operations are greatly simplified by this transformation,
especially timing out the oldest SKB in the list when gro_count
exceeds MAX_GRO_SKBS, and napi_gro_flush() which walks the queue
in reverse order.

Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-26 11:33:04 +09:00
..
Kconfig 8021q: update description 2014-01-21 17:01:25 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vlan.c net: Convert GRO SKB handling to list_head. 2018-06-26 11:33:04 +09:00
vlan.h vlan: Add extack messages for link create 2018-05-17 17:08:55 -04:00
vlan_core.c vlan: vlan_hw_filter_capable() can be static 2018-03-31 23:20:48 -04:00
vlan_dev.c vlan: correct the file path in vlan_dev_change_flags() comment 2018-05-07 23:37:30 -04:00
vlan_gvrp.c
vlan_mvrp.c
vlan_netlink.c vlan: Add extack messages for link create 2018-05-17 17:08:55 -04:00
vlanproc.c proc: introduce proc_create_net{,_data} 2018-05-16 07:24:30 +02:00
vlanproc.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00