summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-05-19i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-19i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-19i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-19i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-19i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-19iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-05-19ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2-33/+92
2021-04-16i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-13ice: Fix potential infinite loop when using u8 loop counterColin Ian King1-2/+2
2021-04-13ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu1-0/+5
2021-04-13ixgbe: Fix NULL pointer dereference in ethtool loopback testAlexander Duyck1-1/+8
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-08i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-04-08i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-08i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski1-0/+3
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski1-7/+5
2021-04-08i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik1-1/+1
2021-04-01i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-04-01i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson1-2/+2
2021-04-01i40e: Fix inconsistent indentingArkadiusz Kubalewski1-4/+4
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-03-29ice: fix memory allocation callBruce Allan1-1/+1
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny3-2/+31
2021-03-29ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao2-9/+30
2021-03-29ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-03-29ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-03-25i40e: Fix oops at i40e_rebuild()Arkadiusz Kubalewski1-6/+5
2021-03-25i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak2-0/+10
2021-03-25i40e: Added Asym_Pause to supported link modesMateusz Palczewski1-0/+1
2021-03-19igb: check timestamp validityJesse Brandeburg3-14/+32
2021-03-19igb: Fix duplicate include guardTom Seewald1-3/+3
2021-03-19e1000e: Fix duplicate include guardTom Seewald1-3/+3
2021-03-12igb: avoid premature Rx buffer reuseLi RongQing1-7/+15
2021-03-12ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski1-1/+2
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2-17/+18
2021-03-12i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski2-12/+13
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson2-7/+9
2021-03-11e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu1-0/+2
2021-03-11e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2021-03-11igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2-33/+41
2021-03-11igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli1-0/+3
2021-03-11igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli1-3/+1
2021-03-11igc: reinit_locked() should be called with rtnl_lockSasha Neftin1-0/+9
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-03-04ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2-0/+10
2021-02-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-13/+64