summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Remove ucast_sharedSylwester Dziedziuch2022-08-181-2/+0
* ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko2022-08-181-0/+25
* ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-181-0/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-1/+1
|\
| * net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen2022-08-011-1/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-291-32/+54
|\ \
| * | ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski2022-07-281-1/+31
| * | ice: compress branches in ice_set_features()Maciej Fijalkowski2022-07-281-21/+19
| * | ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-10/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-3/+7
|\ \ \ | |/ / |/| / | |/
| * ice: do not setup vlan for loopback VSIMaciej Fijalkowski2022-07-261-3/+5
| * ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2022-07-261-0/+2
* | ice: Remove pci_aer_clear_nonfatal_status() callZhuo Chen2022-07-151-6/+0
|/
* ice: handle E822 generic device ID in PLDM headerPaul M Stillwell Jr2022-07-121-0/+1
* ice: Sync VLAN filtering features for DVMRoman Storozhenko2022-06-141-18/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-3/+4
|\
| * ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt2022-05-171-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+2
|\ \ | |/
| * ice: Fix race during aux device (un)pluggingIvan Vecera2022-05-061-0/+2
* | rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
* | ice: get switch id on switchdev devicesMichal Swiatkowski2022-05-051-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-0/+3
|\ \ | |/
| * ice: wait 5 s for EMP reset after firmware flashPetr Oros2022-04-261-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-10/+8
|\ \ | |/
| * ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin2022-04-081-10/+8
* | ice: Add mpls+tso supportJoe Damato2022-04-121-1/+3
|/
* ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski2022-04-051-1/+1
* ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski2022-04-051-1/+3
* ice: Fix broken IFF_ALLMULTI handlingIvan Vecera2022-04-011-33/+81
* ice: Fix MAC address settingIvan Vecera2022-04-011-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-10/+15
|\
| * ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin2022-03-231-10/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-3/+4
|\ \ | |/
| * ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari2022-03-151-1/+1
| * ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski2022-03-151-2/+3
* | ice: introduce ICE_VF_RESET_LOCK flagJacob Keller2022-03-151-3/+1
* | ice: convert ice_reset_vf to take flagsJacob Keller2022-03-151-1/+1
* | ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller2022-03-151-2/+2
* | ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller2022-03-141-1/+1
* | ice: remove circular header dependencies on ice.hJacob Keller2022-03-141-0/+15
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-03-101-3/+3
|\ \
| * | ice: Add slow path offload stats on port representor in switchdevMarcin Szycik2022-03-091-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-17/+26
|\ \ \ | |/ / |/| / | |/
| * ice: Fix race condition during interface enslaveIvan Vecera2022-03-101-1/+11
| * ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET2022-03-081-1/+1
| * ice: Fix error with handling of bonding MTUDave Ertman2022-03-081-15/+14
* | ice: convert VF storage to hash table with krefs and RCUJacob Keller2022-03-031-0/+8
* | ice: factor VF variables to separate structureJacob Keller2022-03-031-1/+1
* | ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller2022-03-031-22/+22
* | ice: store VF pointer instead of VF IDJacob Keller2022-03-031-5/+5