summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-43/+76
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
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-18ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski6-0/+111
2022-11-18ice: Implement devlink-rate APIMichal Wilczynski3-0/+426
2022-11-18ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski4-11/+24
2022-11-18ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski5-7/+116
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash4-0/+139
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-2/+33
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-11-04igb: Proactively round up to kmalloc bucket sizeKees Cook1-1/+1
2022-11-04igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2022-11-04ixgbevf: Add error messages on vlan errorJan Sokolowski1-5/+12
2022-11-04ixgbe: Remove unneeded semicolonYang Li1-1/+1
2022-11-04ixgbe: Remove local variableAnirudh Venkataramanan1-7/+2
2022-11-04ixgbe: change MAX_RXD/MAX_TXD based on adapter typeDaniel Willenson2-6/+48
2022-11-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski6-9/+77
2022-11-04Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski14-30/+166
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko2-24/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko3-16/+4
2022-11-02igc: Correct the launchtime offsetMuhammad Husaini Zulkifli5-0/+48
2022-11-02e1000: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan1-6/+3
2022-11-02e1000e: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan1-15/+5
2022-11-02e1000e: Add e1000e trace moduleSasha Neftin3-0/+49
2022-11-02e1000e: Add support for the next LOM generationSasha Neftin5-0/+29
2022-11-02e1000e: Separate MTP board type from ADPSasha Neftin3-9/+32
2022-11-02iavf: Change information about device removal in dmesgBartosz Staszewski1-1/+1
2022-11-02iavf: Replace __FUNCTION__ with __func__ye xingchen1-1/+1
2022-11-02i40e: Add appropriate error message logged for incorrect duplex settingAlicja Kowalska1-1/+3
2022-11-02i40e: Add i40e_napi_poll tracepointJoe Damato2-0/+53
2022-11-02i40e: Record number of RXes cleaned during NAPIJoe Damato1-3/+9
2022-11-02i40e: Record number TXes cleaned during NAPIJoe Damato1-3/+8
2022-11-02i40e: Store the irq number in i40e_q_vectorJoe Damato2-0/+2
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller5-79/+14
2022-10-29ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik1-0/+169