summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba2023-02-101-6/+9
* ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong2023-02-061-1/+1
* ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter2023-02-061-1/+1
* ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley2023-02-061-1/+15
* ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2023-02-062-18/+12
* ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan2023-02-061-1/+1
* ice: Prevent set_channel from changing queues while RDMA activeDave Ertman2023-01-275-19/+43
* ice: move devlink port creation/deletionPaul M Stillwell Jr2023-01-242-11/+17
* ice: Add check for kzallocJiasheng Jiang2023-01-091-9/+14
* ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can2023-01-091-0/+1
* ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski2022-12-211-1/+1
* ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller2022-12-081-1/+6
* ice: make Tx and Rx vernier offset calibration independentSiddaraju DH2022-12-083-173/+91
* ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller2022-12-081-9/+29
* ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller2022-12-082-36/+67
* ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller2022-12-081-7/+11
* ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller2022-12-082-6/+32
* ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller2022-12-081-4/+6
* ice: check Tx timestamp memory register for ready timestampsJacob Keller2022-12-084-12/+126
* ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller2022-12-081-63/+48
* ice: always call ice_ptp_link_change and make it voidJacob Keller2022-12-083-21/+19
* ice: fix misuse of "link err" with "link status"Jacob Keller2022-12-081-1/+1
* ice: Reset TS memory for all quadsKarol Kolacinski2022-12-083-27/+42
* ice: Remove the E822 vernier "bypass" logicMilena Olech2022-12-083-145/+14
* ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov2022-12-082-18/+19
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-6/+0
* ice: implement direct read for NVM and Shadow RAM regionsJacob Keller2022-11-301-0/+69
* ice: use same function to snapshot both NVM and Shadow RAMJacob Keller2022-11-301-72/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-16/+16
|\
| * ice: fix handling of burst Tx timestampsJacob Keller2022-11-212-16/+16
* | ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko2022-11-231-1/+1
* | ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik2022-11-231-20/+17
* | ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-239-61/+351
* | ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko2022-11-234-4/+37
* | ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley2022-11-235-109/+69
* | ice: Check for PTP HW lock more frequentlyKarol Kolacinski2022-11-231-5/+7
* | ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski2022-11-176-0/+111
* | ice: Implement devlink-rate APIMichal Wilczynski2022-11-173-0/+426
* | ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski2022-11-174-11/+24
* | ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski2022-11-175-7/+116
* | ice: virtchnl rss hena supportMd Fahad Iqbal Polash2022-11-144-0/+139
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-104-2/+31
|\|
| * ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-094-2/+31
* | net: remove unused ndo_get_devlink_portJiri Pirko2022-11-032-24/+0
* | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-033-16/+4
* | ptp: introduce helpers to adjust by scaled parts per millionJacob Keller2022-10-311-16/+2
* | ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik2022-10-281-0/+169
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
* | ice: Add support Flex RXDMichal Jaron2022-10-275-0/+99
* | ice: Enable RX queue selection using skbedit actionAmritha Nambiar2022-10-254-109/+299
|/