summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-04-13ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-13ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-04-06ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5
2023-04-06ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-04-06ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-03-30ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-22ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-17ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-17ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-17ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-03-10ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-03-10ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski1-2/+2
2023-02-11ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-07ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-07ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-07ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman5-19/+43
2023-01-25ice: move devlink port creation/deletionPaul M Stillwell Jr2-11/+17
2023-01-10ice: Add check for kzallocJiasheng Jiang1-9/+14
2023-01-10ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can1-0/+1
2022-12-22ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski1-1/+1
2022-12-09ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller1-1/+6
2022-12-09ice: make Tx and Rx vernier offset calibration independentSiddaraju DH3-173/+91
2022-12-09ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller1-9/+29
2022-12-09ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller2-36/+67
2022-12-09ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller1-7/+11
2022-12-09ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller2-6/+32
2022-12-08ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller1-4/+6
2022-12-08ice: check Tx timestamp memory register for ready timestampsJacob Keller4-12/+126
2022-12-08ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller1-63/+48
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller3-21/+19
2022-12-08ice: fix misuse of "link err" with "link status"Jacob Keller1-1/+1
2022-12-08ice: Reset TS memory for all quadsKarol Kolacinski3-27/+42
2022-12-08ice: Remove the E822 vernier "bypass" logicMilena Olech3-145/+14
2022-12-08ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov2-18/+19
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-6/+0
2022-12-01ice: implement direct read for NVM and Shadow RAM regionsJacob Keller1-0/+69
2022-12-01ice: use same function to snapshot both NVM and Shadow RAMJacob Keller1-72/+23
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+16
2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko1-1/+1
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik1-20/+17
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko9-61/+351
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko4-4/+37
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley5-109/+69
2022-11-23ice: Check for PTP HW lock more frequentlyKarol Kolacinski1-5/+7