summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2022-06-212-5/+47
* ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko2022-06-211-1/+38
* ice: Fix switchdev rules book keepingWojciech Drewek2022-06-211-0/+1
* ice: ignore protocol field in GTP offloadMarcin Szycik2022-06-211-1/+3
* ice: Fix memory corruption in VF driverPrzemyslaw Patynowski2022-06-141-0/+5
* ice: Fix queue config fail handlingPrzemyslaw Patynowski2022-06-141-27/+26
* ice: Sync VLAN filtering features for DVMRoman Storozhenko2022-06-141-18/+31
* ice: Fix PTP TX timestamp offset calculationMichal Michalik2022-06-142-1/+32
* ice: fix access-beyond-end in the switch codeAlexander Lobakin2022-06-024-139/+115
* eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski2022-05-221-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-194-18/+35
|\
| * ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2022-05-172-11/+16
| * ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt2022-05-171-3/+4
| * ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski2022-05-171-4/+15
* | ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala2022-05-131-18/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-125-28/+78
|\|
| * ice: fix PTP stale Tx timestamps cleanupMichal Michalik2022-05-061-2/+8
| * ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko2022-05-061-18/+50
| * ice: Fix race during aux device (un)pluggingIvan Vecera2022-05-063-8/+20
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-05-092-5/+4
|\ \
| * | Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode"Marcin Szycik2022-05-061-5/+3
| * | ice: link representors to PCI deviceMichal Swiatkowski2022-05-061-0/+1
* | | rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
|/ /
* | ice: remove period on argument description in ice_for_each_vfJacob Keller2022-05-051-2/+2
* | ice: add a function comment for ice_cfg_mac_antispoofJacob Keller2022-05-051-0/+7
* | ice: fix wording in comment for ice_reset_vfJacob Keller2022-05-051-2/+2
* | ice: remove return value comment for ice_reset_all_vfsJacob Keller2022-05-051-2/+2
* | ice: always check VF VSI pointer valuesJacob Keller2022-05-056-7/+77
* | ice: add newline to dev_dbg in ice_vf_fdir_dump_infoJacob Keller2022-05-051-1/+1
* | ice: get switch id on switchdev devicesMichal Swiatkowski2022-05-052-0/+37
* | ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek2022-05-052-2/+4
* | ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski2022-05-053-35/+17
* | ice: use min_t() to make code cleaner in ice_gnssWan Jiabing2022-05-051-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-283-19/+13
|\|
| * ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller2022-04-261-1/+1
| * ice: wait 5 s for EMP reset after firmware flashPetr Oros2022-04-261-0/+3
| * ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-7/+5
| * ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-14/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-272-20/+34
|\ \
| * | ice, xsk: Avoid refilling single Rx descriptorsMaciej Fijalkowski2022-04-151-1/+4
| * | ice, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
| * | ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-152-10/+20
| * | ice, xsk: Decorate ICE_XDP_REDIR with likely()Maciej Fijalkowski2022-04-151-10/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-224-3/+10
|\ \ \ | | |/ | |/|
| * | ice: Fix memory leak in ice_get_orom_civd_data()Jianglei Nie2022-04-141-0/+1
| * | ice: fix crash in switchdev modeWojciech Drewek2022-04-141-1/+2
| * | ice: allow creating VFs for !CONFIG_NET_SWITCHDEVMaciej Fijalkowski2022-04-141-1/+1
| * | ice: xsk: check if Rx ring was filled up to the endMaciej Fijalkowski2022-04-141-1/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-153-18/+14
|\| |
| * | ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin2022-04-083-18/+14