summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)Author
2022-10-30i40e: Fix DMA mappings leakJan Sokolowski
2021-08-26i40e: Fix ATR queue selectionArkadiusz Kubalewski
2021-08-04i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski
2021-06-10i40e: add correct exception tracing for XDPMagnus Karlsson
2021-05-19i40e: fix broken XDP supportMagnus Karlsson
2021-04-14i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski
2021-03-25i40e: Fix endianness conversionsNorbert Ciosek
2021-03-04i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel
2020-09-14i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel
2020-09-14i40e: optimise prefetch page refcountLi RongQing
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-07-01i40e: eliminate division in napi_poll data pathMagnus Karlsson
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel
2020-05-14i40e: Add XDP frame size to driverJesper Dangaard Brouer
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-14i40e: Use signed variableMitch Williams
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-12i40e: DRY rx_ptype handling codeMichał Mirosław
2018-12-12i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson
2018-08-29i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel
2018-08-29i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel
2018-08-29i40e: refactor Rx path for re-useBjörn Töpel
2018-08-07i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva
2018-06-28i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer
2018-06-20bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller