| Commit message (Expand) | Author | Age | Files | Lines |
* | esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmenting | Shannon Nelson | 2018-02-27 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-23 | 1 | -0/+3 |
|\ |
|
| * | gso: validate gso_type in GSO handlers | Willem de Bruijn | 2018-01-22 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-17 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | esp: Fix GRO when the headers not fully in the linear part of the skb. | Steffen Klassert | 2018-01-09 | 1 | -1/+2 |
* | | xfrm: Separate ESP handling from segmentation for GRO packets. | Steffen Klassert | 2017-12-20 | 1 | -56/+24 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-01 | 1 | -1/+1 |
|\ |
|
| * | esp: Fix error handling on layer 2 xmit. | Steffen Klassert | 2017-08-07 | 1 | -1/+1 |
* | | xfrm: Auto-load xfrm offload modules | Ilan Tayari | 2017-08-02 | 1 | -0/+1 |
* | | esp6: Support RX checksum with crypto offload | Ilan Tayari | 2017-08-02 | 1 | -1/+3 |
|/ |
|
* | esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO | Yossi Kuperman | 2017-06-22 | 1 | -0/+25 |
* | esp4/6: Fix GSO path for non-GSO SW-crypto packets | Ilan Tayari | 2017-04-19 | 1 | -3/+4 |
* | esp6: fix incorrect null pointer check on xo | Colin Ian King | 2017-04-19 | 1 | -1/+1 |
* | xfrm: Prepare the GRO codepath for hardware offloading. | Steffen Klassert | 2017-04-14 | 1 | -19/+23 |
* | esp: Add gso handlers for esp4 and esp6 | Steffen Klassert | 2017-04-14 | 1 | -0/+93 |
* | esp6: Reorganize esp_output | Steffen Klassert | 2017-04-14 | 1 | -0/+103 |
* | esp: Add a software GRO codepath | Steffen Klassert | 2017-02-15 | 1 | -0/+108 |