summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
AgeCommit message (Expand)Author
2019-09-05ice: small efficiency fixesJesse Brandeburg
2019-09-05ice: move code closer togetherJesse Brandeburg
2019-09-05ice: clean up argumentsJesse Brandeburg
2019-08-23ice: Allow egress control packets from PF_VSIDave Ertman
2019-08-20ice: allow empty Rx descriptorsMitch Williams
2019-08-20ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley
2019-08-20ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan
2019-05-29ice: Resolve static analysis warningBruce Allan
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-04ice: Suppress false-positive style issues reported by static analyzerBruce Allan
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-18ice: Calculate ITR increment based on direct calculationBrett Creeley
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-26ice: Remove unnecessary bracesAnirudh Venkataramanan
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley
2019-03-26ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan
2019-03-25ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski
2019-03-25ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski
2019-03-25ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski
2019-03-25ice: Introduce bulk update for page countMaciej Fijalkowski
2019-03-25ice: Get rid of ice_pull_tailMaciej Fijalkowski
2019-03-25ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski
2019-03-25ice: Retrieve rx_buf in separate functionMaciej Fijalkowski
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley
2019-02-25ice: fix numeric overflow warningBruce Allan
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan
2018-11-20ice: Fix return value from NAPI pollDave Ertman
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley
2018-08-28ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari
2018-03-26ice: Add support for VLANs and offloadsAnirudh Venkataramanan
2018-03-26ice: Implement transmit and NAPI supportAnirudh Venkataramanan
2018-03-26ice: Configure VSIs for Tx/RxAnirudh Venkataramanan