aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-2/+7
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-2/+7
2022-01-27ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski1-0/+1
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski1-6/+8
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek1-2/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+2
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski1-1/+6
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski1-9/+64
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski1-7/+3
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski1-1/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-9/+9
2021-10-07ice: switchdev slow pathGrzegorz Nitka1-1/+3
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg1-5/+18
2021-06-11ice: enable receive hardware timestampingJacob Keller1-0/+3
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-09ice: drop dead code in ice_receive_skb()Eric Dumazet1-6/+1
2020-08-01ice: add useful statisticsJesse Brandeburg1-1/+6
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-27ice: Refactor Rx checksum checksAnirudh Venkataramanan1-16/+11
2020-05-21ice: Rename build_ctob to ice_build_ctobTony Nguyen1-2/+2
2020-05-21ice: Fix casting issuesKarol Kolacinski1-1/+1
2020-05-21ice: Add support for tunnel offloadsTony Nguyen1-2/+19
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley1-1/+1
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak1-0/+273