summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Implement flow for IPv6 next header (extension header)Nick Nunley2021-01-261-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-9/+22
|\
| * ice: avoid premature Rx buffer reuseBjörn Töpel2020-12-091-9/+22
* | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-4/+4
|\
| * xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-4/+4
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+2
|/
* ice: Misc minor fixesTony Nguyen2020-08-011-4/+3
* ice: port fix for chk_linearlizeKiran Patil2020-08-011-3/+23
* ice: remove page_reuse statisticJesse Brandeburg2020-08-011-2/+0
* ice: fix unused parameter warningTony Nguyen2020-07-291-2/+2
* ice: Fix transmit for all software offloaded VLANsBrett Creeley2020-05-311-35/+10
* ice: Support IPv4 Flow Director filtersHenry Tieman2020-05-221-0/+82
* ice: Initialize Flow Director resourcesHenry Tieman2020-05-221-3/+97
* ice: Rename build_ctob to ice_build_ctobTony Nguyen2020-05-211-5/+6
* ice: Fix casting issuesKarol Kolacinski2020-05-211-9/+10
* ice: Add support for tunnel offloadsTony Nguyen2020-05-211-5/+121
* ice: Add XDP frame size to driverJesper Dangaard Brouer2020-05-141-9/+25
* ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan2020-02-151-2/+2
* ice: remove unnecessary fallthrough commentsBruce Allan2020-02-151-1/+0
* ice: Trivial fixesTony Nguyen2020-02-121-5/+4
* ice: Remove possible null dereferenceTony Nguyen2020-02-121-2/+0
* ice: add extra check for null Rx descriptorMitch Williams2020-01-031-5/+8
* ice: Support UDP segmentation offloadBrett Creeley2020-01-031-3/+12
* ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak2019-11-061-25/+2
* ice: add build_skb() supportMaciej Fijalkowski2019-11-041-1/+59
* ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-041-18/+24
* ice: introduce legacy Rx flagMaciej Fijalkowski2019-11-041-19/+27
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-16/+30
* ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak2019-11-041-302/+1
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-41/+305
* ice: small efficiency fixesJesse Brandeburg2019-09-051-1/+3
* ice: move code closer togetherJesse Brandeburg2019-09-051-3/+3
* ice: clean up argumentsJesse Brandeburg2019-09-051-22/+21
* ice: Allow egress control packets from PF_VSIDave Ertman2019-08-231-1/+10
* ice: allow empty Rx descriptorsMitch Williams2019-08-201-3/+12
* ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley2019-08-201-0/+54
* ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley2019-08-201-5/+10
* ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-311-3/+1
* ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley2019-07-311-11/+3
* ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley2019-07-311-15/+27
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+3
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-4/+4
* ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-211/+495
|\
| * ice: Suppress false-positive style issues reported by static analyzerBruce Allan2019-05-041-0/+1
| * ice: Add reg_idx variable in ice_q_vector structureBrett Creeley2019-05-021-1/+1
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * ice: Calculate ITR increment based on direct calculationBrett Creeley2019-04-181-72/+63
| * ice: Add priority information into VLAN headerAnirudh Venkataramanan2019-04-181-3/+3