summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-02-01iavf: schedule watchdog immediately when changing primary MACStefan Assmann1-1/+1
2023-02-01iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt4-51/+49
2023-01-18igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2-4/+8
2023-01-18ice: Add check for kzallocJiasheng Jiang1-9/+14
2023-01-18ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can1-0/+1
2023-01-18iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2023-01-18ixgbe: fix pci device refcount leakYang Yingliang1-5/+9
2023-01-12ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski1-1/+1
2022-12-31ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller1-4/+6
2022-12-31igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2022-12-31igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min1-1/+13
2022-12-31igc: recalculate Qbv end_time by considering cycle timeTan Tee Min1-0/+15
2022-12-31igc: allow BaseTime 0 enrollment for QbvTan Tee Min3-1/+4
2022-12-31igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3
2022-12-31igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes1-9/+2
2022-12-31igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes3-29/+151
2022-12-31i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski1-12/+24
2022-12-21igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-12-05i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski1-10/+2
2022-12-05i40e: Fix for VF MAC address 0Sylwester Dziedziuch1-0/+2
2022-12-05i40e: Fix not setting default xps_cpus after resetMichal Jaron1-1/+18
2022-11-30igb: Allocate MSI-X vector when testingAkihiko Odaki1-0/+2
2022-11-30e1000e: Fix TX dispatch conditionAkihiko Odaki1-2/+2
2022-11-23e100: Fix possible use after free in e100_xmit_prepareWang Hai1-4/+1
2022-11-23iavf: Fix error handling in iavf_init_module()Yuan Can1-1/+8
2022-11-23fm10k: Fix error handling in fm10k_init_module()Yuan Can1-1/+9
2022-11-23i40e: Fix error handling in i40e_init_module()Shang XiaoJing1-1/+10
2022-11-23ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing1-1/+9
2022-11-22ice: fix handling of burst Tx timestampsJacob Keller2-16/+16
2022-11-19iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba1-9/+7
2022-11-19iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2-9/+0
2022-11-19iavf: Do not restart Tx queues after reset task failureIvan Vecera1-1/+15
2022-11-19iavf: Fix a crash during reset taskIvan Vecera1-0/+1
2022-11-10iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron1-0/+2
2022-11-10ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski4-2/+31
2022-10-26i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-10-26i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2-11/+33
2022-10-26i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski6-28/+74
2022-09-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-58/+93
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-101/+71
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski14-21/+15
2022-09-28ice: Add support for VLAN priority filters in switchdevMartyna Szapar-Mudlaw2-17/+60
2022-09-28ice: support features on new E810T variantsArkadiusz Kubalewski2-2/+21
2022-09-28ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski2-39/+12
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski1-13/+7
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski3-88/+64
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko3-10/+10
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-45/+104
2022-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+14