summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ionic: interface file updatesShannon Nelson2020-07-211-20/+68
* ionic: rearrange reset and bus-master controlShannon Nelson2020-07-211-5/+4
* ionic: update eid test for overflowShannon Nelson2020-07-211-1/+1
* ionic: remove unused ionic_coal_hw_to_usecShannon Nelson2020-07-211-13/+0
* ionic: set netdev default nameShannon Nelson2020-07-211-0/+1
* ionic: get MTU from lif identityShannon Nelson2020-07-213-5/+15
* bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese2020-07-211-16/+5
* dpaa2-eth: add support for TBF offloadIoana Ciornei2020-07-212-1/+48
* dpaa2-eth: add API for Tx shapingIoana Ciornei2020-07-213-0/+65
* dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei2020-07-211-6/+13
* r8169: allow to enable ASPM on RTL8125AHeiner Kallweit2020-07-211-0/+2
* net: ena: support new LLQ acceleration modeArthur Kiyanovski2020-07-217-24/+109
* net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski2020-07-211-63/+73
* net: ena: enable support of rss hash key and function changesArthur Kiyanovski2020-07-212-2/+6
* net: ena: add support for traffic mirroringArthur Kiyanovski2020-07-212-7/+13
* net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski2020-07-212-7/+7
* net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski2020-07-211-1/+1
* net: ena: add reserved PCI device IDArthur Kiyanovski2020-07-211-0/+5
* net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski2020-07-212-1/+8
* qed: Fix ILT and XRCD bitmap memory leaksYuval Basson2020-07-212-0/+6
* net: phylink: add interface to configure clause 22 PCS PHYRussell King2020-07-211-0/+37
* net: phylink: add struct phylink_pcsRussell King2020-07-211-8/+26
* net: phylink: re-implement interface configuration with PCSRussell King2020-07-211-23/+52
* net: phylink: in-band pause mode advertisement update for PCSRussell King2020-07-211-4/+51
* net: phylink: simplify fixed-link case for ksettings_set methodRussell King2020-07-211-11/+20
* net: phylink: use config.an_enabled in ksettings_set methodRussell King2020-07-211-2/+1
* net: phylink: simplify phy case for ksettings_set methodRussell King2020-07-211-57/+47
* net: phylink: simplify ksettings_set() implementationRussell King2020-07-211-13/+12
* net: phylink: avoid mac_config callsRussell King2020-07-211-2/+4
* net: phylink: update PCS when changing interface during resolutionRussell King2020-07-211-1/+8
* net: phylink: ensure link is down when changing interfaceRussell King2020-07-211-1/+11
* net: phylink: rearrange resolve mac_config() callRussell King2020-07-211-13/+8
* net: phylink: rejig link state trackingRussell King2020-07-211-7/+7
* net: phylink: update ethtool reporting for fixed-link modesRussell King2020-07-211-0/+2
* enetc: Add adaptive interrupt coalescingClaudiu Manoil2020-07-214-7/+73
* enetc: Add interrupt coalescing supportClaudiu Manoil2020-07-214-10/+132
* enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil2020-07-211-1/+1
* enetc: Fix interrupt coalescing register namingClaudiu Manoil2020-07-213-7/+7
* enetc: Factor out the traffic start/stop proceduresClaudiu Manoil2020-07-211-25/+49
* enetc: Refine buffer descriptor ring sizesClaudiu Manoil2020-07-212-4/+5
* net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang2020-07-211-8/+3
* net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2020-07-202-0/+34
* net/fealnx: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-201-38/+53
* net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov2020-07-2010-22/+215
* net: atlantic: A0 ntuple filtersDmitry Bogdanov2020-07-201-28/+88
* net: atlantic: use intermediate variable to improve readability a bitNikita Danilov2020-07-201-11/+10
* net: atlantic: use U32_MAX in aq_hw_utils.cMark Starovoytov2020-07-201-3/+2
* net: atlantic: add support for 64-bit reads/writesPavel Belous2020-07-206-8/+33
* net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2020-07-202-1/+2
* net: atlantic: PTP statisticsPavel Belous2020-07-203-19/+105