summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+1
2021-06-25ice: add tracepointsJesse Brandeburg1-0/+9
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-5/+1
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg1-1/+1
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+37
2021-06-04ice: Allow all LLDP packets from PF to TxDave Ertman1-1/+4
2021-06-03ice: add correct exception tracing for XDPMagnus Karlsson1-3/+9
2021-04-15ice: refactor ITR data structuresJesse Brandeburg1-2/+2
2021-04-15ice: manage interrupts during poll exitJesse Brandeburg1-1/+12
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-253/+50
2021-04-01ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-3/+3
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+7
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-17/+0
2021-03-22ice: Check FDIR program status for AVFQi Zhang1-0/+5
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-8/+7
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski1-17/+0
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski1-21/+22
2021-02-12ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski1-17/+13
2021-02-12ice: simplify ice_run_xdpMaciej Fijalkowski1-10/+5
2021-02-09ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-1/+1
2021-02-09ice: fix writeback enable logicJesse Brandeburg1-34/+25
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-11/+2
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2021-01-26ice: Implement flow for IPv6 next header (extension header)Nick Nunley1-3/+6
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-4/+5
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+3
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2020-12-10ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+4
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-4/+4
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-01ice: Misc minor fixesTony Nguyen1-4/+3
2020-08-01ice: port fix for chk_linearlizeKiran Patil1-3/+23
2020-08-01ice: remove page_reuse statisticJesse Brandeburg1-2/+0
2020-07-29ice: fix unused parameter warningTony Nguyen1-2/+2
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley1-35/+10
2020-05-23ice: Support IPv4 Flow Director filtersHenry Tieman1-0/+82
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-3/+97
2020-05-22ice: Rename build_ctob to ice_build_ctobTony Nguyen1-5/+6
2020-05-22ice: Fix casting issuesKarol Kolacinski1-9/+10
2020-05-22ice: Add support for tunnel offloadsTony Nguyen1-5/+121
2020-05-15ice: Add XDP frame size to driverJesper Dangaard Brouer1-9/+25
2020-02-16ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-2/+2
2020-02-16ice: remove unnecessary fallthrough commentsBruce Allan1-1/+0
2020-02-12ice: Trivial fixesTony Nguyen1-5/+4
2020-02-12ice: Remove possible null dereferenceTony Nguyen1-2/+0
2020-01-04ice: add extra check for null Rx descriptorMitch Williams1-5/+8
2020-01-04ice: Support UDP segmentation offloadBrett Creeley1-3/+12
2019-11-07ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak1-25/+2