summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-10ice: add correct exception tracing for XDPMagnus Karlsson1-3/+9
2021-06-10ice: simplify ice_run_xdpMaciej Fijalkowski1-10/+5
2021-06-10ice: Allow all LLDP packets from PF to TxDave Ertman1-1/+4
2021-04-14ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-1/+1
2021-02-04ice: Implement flow for IPv6 next header (extension header)Nick Nunley1-3/+6
2020-12-10ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
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
2019-11-05ice: add build_skb() supportMaciej Fijalkowski1-1/+59
2019-11-05ice: introduce frame padding computation logicMaciej Fijalkowski1-18/+24
2019-11-05ice: introduce legacy Rx flagMaciej Fijalkowski1-19/+27
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-16/+30
2019-11-04ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak1-302/+1
2019-11-04ice: Add support for XDPMaciej Fijalkowski1-41/+305
2019-09-05ice: small efficiency fixesJesse Brandeburg1-1/+3
2019-09-05ice: move code closer togetherJesse Brandeburg1-3/+3
2019-09-05ice: clean up argumentsJesse Brandeburg1-22/+21
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman1-1/+10
2019-08-21ice: allow empty Rx descriptorsMitch Williams1-3/+12
2019-08-21ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley1-0/+54
2019-08-20ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley1-5/+10
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley1-3/+1
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley1-11/+3
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley1-15/+27
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+3
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-4/+4
2019-05-29ice: Resolve static analysis warningBruce Allan1-4/+4
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-211/+495
2019-05-05ice: Suppress false-positive style issues reported by static analyzerBruce Allan1-0/+1
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley1-1/+1
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1