summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Trivial fixesTony Nguyen2020-02-121-5/+4
* ice: Remove possible null dereferenceTony Nguyen2020-02-121-2/+0
* ice: add extra check for null Rx descriptorMitch Williams2020-01-031-5/+8
* ice: Support UDP segmentation offloadBrett Creeley2020-01-031-3/+12
* ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak2019-11-061-25/+2
* ice: add build_skb() supportMaciej Fijalkowski2019-11-041-1/+59
* ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-041-18/+24
* ice: introduce legacy Rx flagMaciej Fijalkowski2019-11-041-19/+27
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-16/+30
* ice: Move common functions to ice_txrx_lib.cKrzysztof Kazimierczak2019-11-041-302/+1
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-41/+305
* ice: small efficiency fixesJesse Brandeburg2019-09-051-1/+3
* ice: move code closer togetherJesse Brandeburg2019-09-051-3/+3
* ice: clean up argumentsJesse Brandeburg2019-09-051-22/+21
* ice: Allow egress control packets from PF_VSIDave Ertman2019-08-231-1/+10
* ice: allow empty Rx descriptorsMitch Williams2019-08-201-3/+12
* ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley2019-08-201-0/+54
* ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley2019-08-201-5/+10
* ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-311-3/+1
* ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley2019-07-311-11/+3
* ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley2019-07-311-15/+27
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+3
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-4/+4
* ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-211/+495
|\
| * ice: Suppress false-positive style issues reported by static analyzerBruce Allan2019-05-041-0/+1
| * ice: Add reg_idx variable in ice_q_vector structureBrett Creeley2019-05-021-1/+1
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * ice: Calculate ITR increment based on direct calculationBrett Creeley2019-04-181-72/+63
| * ice: Add priority information into VLAN headerAnirudh Venkataramanan2019-04-181-3/+3
| * ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-6/+6
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * ice: Remove unnecessary bracesAnirudh Venkataramanan2019-03-261-2/+1
| * ice: Audit hotpath structures with paholeBrett Creeley2019-03-261-1/+1
| * ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan2019-03-261-24/+268
| * ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski2019-03-251-4/+20
| * ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski2019-03-251-81/+79
| * ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski2019-03-251-26/+50
| * ice: Introduce bulk update for page countMaciej Fijalkowski2019-03-251-7/+19
| * ice: Get rid of ice_pull_tailMaciej Fijalkowski2019-03-251-46/+24
| * ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski2019-03-251-35/+45
| * ice: Retrieve rx_buf in separate functionMaciej Fijalkowski2019-03-251-33/+42
| * ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-23/+25
| * ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley2019-03-191-5/+5
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* ice: fix numeric overflow warningBruce Allan2019-02-251-1/+1
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-251-14/+10
* ice: Offload SCTP checksumAnirudh Venkataramanan2019-01-151-0/+6
* ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-151-1/+64
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
OpenPOWER on IntegriCloud