Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: gro: no longer use skb_vlan_tag_present() | Eric Dumazet | 2022-11-11 | 1 | -3/+1 |
* | gro: avoid checking for a failed search | Richard Gobert | 2022-11-10 | 1 | -35/+35 |
* | gro: add support of (hw)gro packets to gro stack | Coco Li | 2022-10-03 | 1 | -4/+14 |
* | net: allow gro_max_size to exceed 65536 | Alexander Duyck | 2022-05-16 | 1 | -0/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-03-10 | 1 | -0/+25 |
|\ | |||||
| * | net: Fix esp GSO on inter address family tunnels. | Steffen Klassert | 2022-03-07 | 1 | -0/+25 |
* | | net: gro: minor optimization for dev_gro_receive() | Paolo Abeni | 2022-02-05 | 1 | -11/+4 |
* | | net: gro: avoid re-computing truesize twice on recycle | Paolo Abeni | 2022-02-05 | 1 | -1/+0 |
|/ | |||||
* | gro: add ability to control gro max packet size | Coco Li | 2022-01-06 | 1 | -1/+5 |
* | net: gro: populate net/core/gro.c | Eric Dumazet | 2021-11-16 | 1 | -0/+648 |
* | net: gro: move skb_gro_receive into net/core/gro.c | Eric Dumazet | 2021-11-16 | 1 | -0/+118 |