summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
AgeCommit message (Expand)Author
2021-04-14ice: refactor ITR data structuresJesse Brandeburg
2021-04-14ice: manage interrupts during poll exitJesse Brandeburg
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-22ice: Check FDIR program status for AVFQi Zhang
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski
2021-02-12ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski
2021-02-12ice: simplify ice_run_xdpMaciej Fijalkowski
2021-02-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao
2021-02-08ice: fix writeback enable logicJesse Brandeburg
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-26ice: Implement flow for IPv6 next header (extension header)Nick Nunley
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
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-08-01ice: Misc minor fixesTony Nguyen
2020-08-01ice: port fix for chk_linearlizeKiran Patil
2020-08-01ice: remove page_reuse statisticJesse Brandeburg
2020-07-29ice: fix unused parameter warningTony Nguyen
2020-05-31ice: Fix transmit for all software offloaded VLANsBrett Creeley
2020-05-22ice: Support IPv4 Flow Director filtersHenry Tieman
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-21ice: Rename build_ctob to ice_build_ctobTony Nguyen
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-05-21ice: Add support for tunnel offloadsTony Nguyen
2020-05-14ice: Add XDP frame size to driverJesper Dangaard Brouer
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan
2020-02-12ice: Trivial fixesTony Nguyen
2020-02-12ice: Remove possible null dereferenceTony Nguyen
2020-01-03ice: add extra check for null Rx descriptorMitch Williams
2020-01-03ice: Support UDP segmentation offloadBrett Creeley
2019-11-06ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak
2019-11-04ice: add build_skb() supportMaciej Fijalkowski
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak
2019-11-04ice: Add support for XDPMaciej Fijalkowski
2019-09-05ice: small efficiency fixesJesse Brandeburg