summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2022-01-31ice: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin1-4/+11
2022-01-27ice: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+0
2022-01-06ice: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
2022-01-06ice: Optimize a few bitmap operationsChristophe JAILLET1-3/+3
2022-01-06ice: Slightly simply ice_find_free_recp_res_idxChristophe JAILLET1-2/+0
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek10-170/+220
2022-01-06ice: replay advanced rules after resetVictor Raj2-4/+39
2022-01-04net: fixup build after bpf header changesJakub Kicinski1-0/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-2/+6
2021-12-30ice: Add flow director support for channel modeKiran Patil8-25/+444
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski2-0/+4
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-41/+62
2021-12-23ice: trivial: fix odd indentingJesse Brandeburg1-3/+4
2021-12-21ice: support crosstimestamping on E822 devices if supportedJacob Keller2-0/+125
2021-12-21ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller4-2/+616
2021-12-21ice: ensure the hardware Clock Generation Unit is configuredJacob Keller4-0/+500
2021-12-21ice: implement basic E822 PTP supportJacob Keller7-70/+2742
2021-12-21ice: convert clk_freq capability into time_refJacob Keller2-1/+34
2021-12-21ice: introduce ice_ptp_init_phc functionJacob Keller3-33/+55
2021-12-21ice: use 'int err' instead of 'int status' in ice_ptp_hw.cJacob Keller1-103/+103
2021-12-21ice: PTP: move setting of tstamp_configJacob Keller1-11/+7
2021-12-21ice: introduce ice_base_incval functionJacob Keller1-3/+17
2021-12-21ice: Fix E810 PTP reset flowKarol Kolacinski3-35/+173
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski2-6/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski1-5/+1
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin1-1/+0
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski3-22/+47
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+11
2021-12-15ice: use modern kernel API for kickJesse Brandeburg1-4/+5
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg2-5/+8
2021-12-15ice: use prefetch methodsJesse Brandeburg1-1/+12
2021-12-15ice: update to newer kernel APIJesse Brandeburg1-9/+9
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller10-27/+308
2021-12-15ice: reduce time to read Option ROM CIVD dataJacob Keller1-12/+36
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller3-72/+39
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller3-77/+77
2021-12-15ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2-5/+89
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski2-7/+10
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASKTony Nguyen1-2/+0
2021-12-14ice: Remove unnecessary castsDan Carpenter1-4/+2
2021-12-14ice: Propagate error codesTony Nguyen8-99/+45
2021-12-14ice: Remove excess error variablesTony Nguyen10-282/+223
2021-12-14ice: Cleanup after ice_status removalTony Nguyen28-350/+265
2021-12-14ice: Remove enum ice_statusTony Nguyen22-654/+568