summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-04-26e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-20iavf: remove active_cvlans and active_svlans bitmapsAhmed Zaki3-47/+45
2023-04-20iavf: refactor VLAN filter statesAhmed Zaki3-26/+28
2023-04-13ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-13ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-04-06i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-04-06ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5
2023-04-06ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-04-06ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-03-30igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-03-30i40e: fix flow director packet filter programmingRadoslaw Tyl1-4/+4
2023-03-30iavf: fix hang on reboot with iceStefan Assmann1-0/+5
2023-03-30ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-30igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-03-30igbvf: Regard vf reset nack as successAkihiko Odaki1-3/+10
2023-03-30intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui1-2/+6
2023-03-30iavf: do not track VLAN 0 filtersAhmed Zaki2-2/+8
2023-03-30iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin1-1/+1
2023-03-30iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-03-22ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-22i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera1-0/+1
2023-03-17ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-17ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-17ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-03-10ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-03-10ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-22igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar1-6/+6
2023-02-22igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2023-02-22ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-22ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2023-02-22ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-14igc: Add ndo_tx_timeout supportSasha Neftin1-2/+23
2023-02-14ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-14ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-14ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-09igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()Tom Rix1-5/+9
2023-02-09ice: Prevent set_channel from changing queues while RDMA activeDave Ertman5-19/+43
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