summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2023-03-16intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui
2023-03-16igb: Enable SR-IOV after reinitAkihiko Odaki
2023-03-16igb: revert rtnl_lock() that causes deadlockLin Ma
2023-03-16iavf: do not track VLAN 0 filtersAhmed Zaki
2023-03-16iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin
2023-03-16iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin
2023-03-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman
2023-03-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller
2023-03-13ice: remove unnecessary &array[0] and just use arrayJacob Keller
2023-03-13ice: always report VF overflowing mailbox even without PF VSIJacob Keller
2023-03-13ice: declare ice_vc_process_vf_msg in ice_virtchnl.hJacob Keller
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller
2023-03-13ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handlerJacob Keller
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller
2023-03-13ice: re-order ice_mbx_reset_snapshot functionJacob Keller
2023-03-10i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera
2023-03-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-09i40e: add support for XDP multi-buffer RxTirthendu Sarkar
2023-03-09i40e: add xdp_buff to i40e_ring structTirthendu Sarkar
2023-03-09i40e: introduce next_to_process to i40e_ringTirthendu Sarkar
2023-03-09i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar
2023-03-09i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar
2023-03-09i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar
2023-03-09i40e: change Rx buffer size for legacy-rx to support XDP multi-bufferTirthendu Sarkar
2023-03-09i40e: consolidate maximum frame size calculation for vsiTirthendu Sarkar
2023-03-08ixgbe: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08igc: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08igb: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08ice: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08iavf: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08i40e: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08fm10k: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-08e1000e: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-07igc: Clean up and optimize watchdog taskSasha Neftin
2023-03-07igc: offload queue max SDU from tc-taprioTan Tee Min
2023-03-07igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli
2023-03-07ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann
2023-03-07ice: don't ignore return codes in VSI related codeMichal Swiatkowski
2023-03-07ice: Fix DSCP PFC TLV creationDave Ertman
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller