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