aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski1-11/+3
2020-06-30net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski1-1/+5
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin1-5/+3
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-29igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-29igc: Remove TCP segmentation TX fail counterSasha Neftin3-3/+0
2020-06-29igc: Add LPI countersSasha Neftin2-0/+4
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes5-58/+5
2020-06-29igc: Add initial LTR supportSasha Neftin5-0/+139
2020-06-29igc: Add initial EEE supportSasha Neftin8-0/+189
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-12/+12
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller53-5786/+245
2020-06-25i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2020-06-25i40e: Add support for 5Gbps cardsAleksandr Loktionov2-1/+6
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher39-142/+29
2020-06-25i40e: Add a check to see if MFS is setTodd Fujinaka1-0/+8
2020-06-25i40e: detect and log info about pre-recovery modePiotr Kwapulinski2-22/+52
2020-06-25i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-25i40e: remove unused definesJesse Brandeburg13-5308/+2
2020-06-25i40e: Move client header locationShiraz Saleem3-205/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-24/+44
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-35/+12
2020-06-22ixgbe_ipsec: become aware of when running as a bonding slaveJarod Wilson1-8/+31
2020-06-18i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-06-18ice: protect ring accesses with WRITE_ONCECiara Loftus2-5/+5
2020-06-18i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-06-18ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2-9/+17
2020-06-16e1000e: fix unused-function warningArnd Bergmann1-11/+5
2020-06-16e1000: use generic power managementVaibhav Gupta1-36/+13
2020-06-16e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-63/+177
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-23/+23
2020-06-11iavf: increase reset complete wait timePaul Greenwalt2-7/+9
2020-06-11iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley3-6/+24
2020-06-11iavf: use appropriate enum for comparisonAleksandr Loktionov4-29/+24
2020-06-11iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds86-3507/+10756
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi4-4/+4
2020-05-31ice: Ignore EMODE when setting PHY configChinh T Cao3-1/+9
2020-05-31ice: fix aRFS after flow director deleteHenry Tieman1-1/+26
2020-05-31ice: Use coalesce values from q_vector 0 when increasing q_vectorsBrett Creeley1-8/+6
2020-05-31ice: fix PCI device serial number to be lowercase valuesPaul M Stillwell Jr1-1/+1
2020-05-31ice: fix function signature style formatBruce Allan3-16/+8
2020-05-31ice: Allow VF to request reset as soon as it's initializedBrett Creeley1-1/+1
2020-05-31ice: Fix inability to set channels when downJesse Brandeburg1-4/+0