summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-29i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel
2023-03-28ice: add profile conflict check for AVF FDIRJunfeng Guo
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-03-21igc: Remove obsolete DMA coalescing codeSasha Neftin
2023-03-21igbvf: add PCI reset handler functionsDawid Wesierski
2023-03-21igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppmAndrii Staikov
2023-03-21i40e: fix flow director packet filter programmingRadoslaw Tyl
2023-03-21iavf: fix hang on reboot with iceStefan Assmann
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski
2023-03-21ice: check if VF exists before mode checkMichal Swiatkowski
2023-03-21ice: fix rx buffers handling for flow director packetsPiotr Raczynski
2023-03-19ixgb: Remove ixgb driverTony Nguyen
2023-03-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-03-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski
2023-03-16igc: fix the validation logic for taprio's gate listAKASHI Takahiro
2023-03-16igbvf: Regard vf reset nack as successAkihiko Odaki
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