summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski
2022-03-15ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari
2022-03-15ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski
2022-03-10ice: Fix race condition during interface enslaveIvan Vecera
2022-03-08ice: Fix curr_link_speed advertised speedJedrzej Jagielski
2022-03-08ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET
2022-03-08ice: Fix error with handling of bonding MTUDave Ertman
2022-03-08ice: stop disabling VFs due to PF error responsesJacob Keller
2022-03-08i40e: stop disabling VFs due to PF error responsesJacob Keller
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski
2022-03-08iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski
2022-02-28e1000e: Correct NVM checksum verification flowSasha Neftin
2022-02-28e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin
2022-02-28igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin
2022-02-28igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba
2022-02-25iavf: Fix race in init stateSlawomir Laba
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba
2022-02-25iavf: Fix init state closure on removeSlawomir Laba
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski
2022-02-18ice: initialize local variable 'tlv'Tom Rix
2022-02-18ice: check the return of ice_ptp_gettimex64Tom Rix
2022-02-18ice: fix concurrent reset and removal of VFsJacob Keller
2022-02-18ice: fix setting l4 port flag when adding filterMichal Swiatkowski
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek
2022-02-14ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg
2022-02-10ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman
2022-02-10ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman
2022-02-10ice: fix IPIP and SIT TSO offloadJesse Brandeburg
2022-02-10ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter
2022-02-04ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas
2022-02-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2022-02-01e1000e: Handshake with CSME starts from ADL platformsSasha Neftin
2022-02-01e1000e: Separate ADP board type from TGPSasha Neftin
2022-01-31i40e: Fix reset path while removing the driverKaren Sornek
2022-01-31i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski
2022-01-20i40e: fix unsigned stat widthsJoe Damato
2022-01-20i40e: Fix for failed to init adminq while VF resetKaren Sornek
2022-01-20i40e: Fix queues reservation for XDPSylwester Dziedziuch
2022-01-20i40e: Fix issue when maximum queues is exceededJedrzej Jagielski
2022-01-20i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2022-01-07iavf: remove an unneeded variableJason Wang