aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley1-4/+5
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari1-0/+1
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan1-3/+402
2018-03-26ice: Implement transmit and NAPI supportAnirudh Venkataramanan1-2/+1024
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan1-0/+361