aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igb: check timestamp validityJesse Brandeburg2021-03-193-14/+32
* igb: Fix duplicate include guardTom Seewald2021-03-191-3/+3
* e1000e: Fix duplicate include guardTom Seewald2021-03-191-3/+3
* igb: avoid premature Rx buffer reuseLi RongQing2021-03-121-7/+15
* ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski2021-03-121-1/+2
* ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2021-03-122-17/+18
* i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski2021-03-122-12/+13
* ice: fix napi work done reporting in xsk pathMagnus Karlsson2021-03-122-7/+9
* e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu2021-03-111-0/+2
* e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits2021-03-111-1/+5
* igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2021-03-112-33/+41
* igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli2021-03-111-0/+3
* igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli2021-03-111-3/+1
* igc: reinit_locked() should be called with rtnl_lockSasha Neftin2021-03-111-0/+9
* net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai2021-03-051-1/+2
* ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu2021-03-041-2/+4
* ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2021-03-042-0/+10
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-02-234-13/+64
|\
| * ice: update the number of available RSS queuesHenry Tieman2021-02-221-8/+19
| * ice: Fix state bits on LLDP mode switchDave Ertman2021-02-223-2/+11
| * ice: Account for port VLAN in VF max packet size calculationBrett Creeley2021-02-221-1/+32
| * ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley2021-02-221-1/+1
| * ice: report correct max number of TCsDave Ertman2021-02-221-1/+1
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2021-02-224-54/+39
|\ \ | |/ |/|
| * i40e: Fix endianness conversionsNorbert Ciosek2021-02-193-8/+8
| * i40e: Fix add TC filter for IPv6Mateusz Palczewski2021-02-191-2/+3
| * i40e: Fix VFs not createdSylwester Dziedziuch2021-02-181-2/+1
| * i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2021-02-182-12/+13
| * i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski2021-02-181-27/+0
| * i40e: Add zero-initialization of AQ command structuresMateusz Palczewski2021-02-181-0/+6
| * i40e: Fix memory leak in i40e_probeKeita Suzuki2021-02-181-0/+2
| * i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba2021-02-181-3/+6
* | i40e: Fix uninitialized variable mfs_maxColin Ian King2021-02-151-1/+1
* | i40e: Fix incorrect argument in call to ipv6_addr_any()Gustavo A. R. Silva2021-02-151-1/+1
* | ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski2021-02-122-7/+9
* | ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2021-02-122-21/+23
* | i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski2021-02-122-17/+19
* | i40e: Simplify the do-while allocation loopBjörn Töpel2021-02-121-3/+1
* | ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski2021-02-121-4/+3
* | ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski2021-02-121-9/+0
* | ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2021-02-122-18/+14
* | ice: simplify ice_run_xdpMaciej Fijalkowski2021-02-121-10/+5
* | i40e: adjust i40e_is_non_eopMaciej Fijalkowski2021-02-121-17/+6
* | i40e: drop misleading function commentsMaciej Fijalkowski2021-02-121-27/+6
* | i40e: drop redundant check when setting xdp progMaciej Fijalkowski2021-02-121-3/+0
* | i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia2021-02-101-1/+1
* | i40e: VLAN field for flow directorPrzemyslaw Patynowski2021-02-104-292/+289
* | i40e: Add flow director support for IPv6Przemyslaw Patynowski2021-02-104-119/+551
* | i40e: Add EEE status getting & setting implementationAleksandr Loktionov2021-02-102-2/+123
* | i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski2021-02-101-7/+745