summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | i40e: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
|/
* i40e: Fix ATR queue selectionArkadiusz Kubalewski2021-08-191-2/+1
* i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski2021-07-231-0/+50
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
* i40e: add correct exception tracing for XDPMagnus Karlsson2021-06-031-1/+6
* i40e: fix broken XDP supportMagnus Karlsson2021-05-071-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-7/+5
|\
| * i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski2021-04-081-7/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-251-8/+7
|\ \
| * | bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-8/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-12/+0
|\ \ \ | | |/ | |/|
| * | i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski2021-03-121-12/+0
| |/
* / intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-1/+1
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-02-221-4/+7
|\
| * i40e: Fix endianness conversionsNorbert Ciosek2021-02-191-1/+1
| * i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba2021-02-181-3/+6
* | i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski2021-02-121-17/+18
* | i40e: adjust i40e_is_non_eopMaciej Fijalkowski2021-02-121-17/+6
* | i40e: drop misleading function commentsMaciej Fijalkowski2021-02-121-27/+6
* | i40e: VLAN field for flow directorPrzemyslaw Patynowski2021-02-101-291/+256
* | i40e: Add flow director support for IPv6Przemyslaw Patynowski2021-02-101-91/+280
* | net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-14/+1
* | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-6/+6
* | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-7/+20
|\
| * i40e: avoid premature Rx buffer reuseBjörn Töpel2020-12-091-7/+20
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson2020-11-171-0/+11
|/
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-3/+4
* i40e: use 16B HW descriptors instead of 32BBjörn Töpel2020-09-141-3/+3
* i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel2020-09-141-0/+13
* i40e: optimise prefetch page refcountLi RongQing2020-09-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-5/+5
|\
| * xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-5/+5
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+4
|/
* i40e: eliminate division in napi_poll data pathMagnus Karlsson2020-07-011-4/+10
* i40e: optimize AF_XDP Tx completion pathMagnus Karlsson2020-07-011-1/+2
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-3/+3
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel2020-05-211-75/+44
* i40e: Refactor rx_bi accessesBjörn Töpel2020-05-211-6/+11
* i40e: Add XDP frame size to driverJesper Dangaard Brouer2020-05-141-5/+25
* i40e: Add UDP segmentation offload supportJosh Hunt2019-10-291-3/+9
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+2
* i40e: Use signed variableMitch Williams2019-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+3
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2