summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2021-03-19igb: check timestamp validityJesse Brandeburg
2021-03-19igb: Fix duplicate include guardTom Seewald
2021-03-19e1000e: Fix duplicate include guardTom Seewald
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck
2021-03-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2021-03-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2021-03-15e1000e: Remove the runtime suspend restriction on CNP+Chen Yu
2021-03-15e1000e: Leverage direct_complete to speed up s2ramChen Yu
2021-03-15net: ethernet: intel: igb: Typo fix in the file igb_main.cBhaskar Chowdhury
2021-03-15ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-15ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-15i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-12igb: avoid premature Rx buffer reuseLi RongQing
2021-03-12ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski
2021-03-12i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson
2021-03-11e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu
2021-03-11e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits
2021-03-11igc: Fix igc_ptp_rx_pktstamp()Andre Guedes
2021-03-11igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli
2021-03-11igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli
2021-03-11igc: reinit_locked() should be called with rtnl_lockSasha Neftin
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai
2021-03-04ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony
2021-02-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2021-02-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2021-02-22ice: update the number of available RSS queuesHenry Tieman
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman
2021-02-22ice: Account for port VLAN in VF max packet size calculationBrett Creeley
2021-02-22ice: Set trusted VF as default VSI when setting allmulti onBrett Creeley
2021-02-22ice: report correct max number of TCsDave Ertman
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba
2021-02-15i40e: Fix uninitialized variable mfs_maxColin Ian King
2021-02-15i40e: Fix incorrect argument in call to ipv6_addr_any()Gustavo A. R. Silva
2021-02-12ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski
2021-02-12i40e: Simplify the do-while allocation loopBjörn Töpel
2021-02-12ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski