summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski1-0/+50
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-03i40e: add correct exception tracing for XDPMagnus Karlsson1-1/+6
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+5
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski1-7/+5
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+7
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+0
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-8/+7
2021-03-12i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski1-12/+0
2021-02-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-4/+7
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek1-1/+1
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski1-17/+18
2021-02-12i40e: adjust i40e_is_non_eopMaciej Fijalkowski1-17/+6
2021-02-12i40e: drop misleading function commentsMaciej Fijalkowski1-27/+6
2021-02-10i40e: VLAN field for flow directorPrzemyslaw Patynowski1-291/+256
2021-02-10i40e: Add flow director support for IPv6Przemyslaw Patynowski1-91/+280
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-14/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+6
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+3
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+20
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-17i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson1-0/+11
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-3/+4
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel1-3/+3
2020-09-14i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel1-0/+13
2020-09-14i40e: optimise prefetch page refcountLi RongQing1-1/+1
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+5
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-5/+5
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+4
2020-07-01i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson1-1/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+3
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel1-75/+44
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel1-6/+11
2020-05-14i40e: Add XDP frame size to driverJesper Dangaard Brouer1-5/+25
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt1-3/+9
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-06-14i40e: Use signed variableMitch Williams1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+12