aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak1-25/+2
2019-11-04ice: add build_skb() supportMaciej Fijalkowski1-1/+59
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski1-18/+24
2019-11-04ice: 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-20ice: allow empty Rx descriptorsMitch Williams1-3/+12
2019-08-20ice: 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-22net: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-211/+495
2019-05-04ice: 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
2019-04-18ice: Calculate ITR increment based on direct calculationBrett Creeley1-72/+63
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan1-3/+3
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-6/+6
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-26ice: Remove unnecessary bracesAnirudh Venkataramanan1-2/+1
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley1-1/+1
2019-03-26ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan1-24/+268
2019-03-25ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski1-4/+20
2019-03-25ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski1-81/+79
2019-03-25ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski1-26/+50
2019-03-25ice: Introduce bulk update for page countMaciej Fijalkowski1-7/+19
2019-03-25ice: Get rid of ice_pull_tailMaciej Fijalkowski1-46/+24
2019-03-25ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski1-35/+45
2019-03-25ice: Retrieve rx_buf in separate functionMaciej Fijalkowski1-33/+42
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-23/+25
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley1-5/+5
2019-02-25ice: fix numeric overflow warningBruce Allan1-1/+1
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-14/+10
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan1-0/+6
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley1-1/+64
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-10/+11
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan1-6/+6
2018-11-20ice: Fix return value from NAPI pollDave Ertman1-1/+2
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley1-1/+1