summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hyperv: dump TX indirection table to ethtool regsChi Song2020-07-251-0/+19
* vrf: Handle CONFIG_SYSCTL not setDavid Ahern2020-07-241-61/+77
* cxgb4: add loopback ethtool self-testVishal Kulkarni2020-07-233-1/+166
* cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-231-1/+1
* sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-233-182/+63
* qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin2020-07-233-5/+118
* qede: refactor XDP Tx processingAlexander Lobakin2020-07-232-45/+45
* qede: reformat net_device_ops declarationsAlexander Lobakin2020-07-231-61/+61
* qede: reformat several structures in "qede.h"Alexander Lobakin2020-07-231-77/+89
* qed: add support for different page sizes for chainsAlexander Lobakin2020-07-232-10/+20
* qed: simplify chain allocation with init params structAlexander Lobakin2020-07-238-219/+226
* qed: simplify initialization of the chains with an external PBLAlexander Lobakin2020-07-231-18/+19
* qed: move chain initialization inlines next to allocation functionsAlexander Lobakin2020-07-231-0/+47
* qed: sanitize PBL chains allocationAlexander Lobakin2020-07-232-13/+12
* qed: prevent possible double-frees of the chainsAlexander Lobakin2020-07-231-1/+3
* qed: move chain methods to a separate fileAlexander Lobakin2020-07-233-273/+303
* qed: reformat MakefileAlexander Lobakin2020-07-231-7/+29
* net: qed_hsi.h: Avoid the use of one-element arrayGustavo A. R. Silva2020-07-231-1/+1
* bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva2020-07-231-1/+1
* tg3: Avoid the use of one-element arrayGustavo A. R. Silva2020-07-231-1/+1
* ionic: fix memory leak of object 'lid'Colin Ian King2020-07-231-1/+3
* hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2020-07-232-0/+25
* lan743x: remove redundant initialization of variable current_head_indexColin Ian King2020-07-231-2/+1
* enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil2020-07-231-1/+9
* net: qed: Remove unneeded cast from memory allocationWang Hai2020-07-231-2/+1
* net: phy: fix check in get_phy_c45_idsVladimir Oltean2020-07-231-2/+2
* net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean2020-07-221-14/+14
* ionic: interface file updatesShannon Nelson2020-07-221-20/+68
* ionic: rearrange reset and bus-master controlShannon Nelson2020-07-221-5/+4
* ionic: update eid test for overflowShannon Nelson2020-07-221-1/+1
* ionic: remove unused ionic_coal_hw_to_usecShannon Nelson2020-07-221-13/+0
* ionic: set netdev default nameShannon Nelson2020-07-221-0/+1
* ionic: get MTU from lif identityShannon Nelson2020-07-223-5/+15
* bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese2020-07-221-16/+5
* dpaa2-eth: add support for TBF offloadIoana Ciornei2020-07-222-1/+48
* dpaa2-eth: add API for Tx shapingIoana Ciornei2020-07-223-0/+65
* dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei2020-07-221-6/+13
* r8169: allow to enable ASPM on RTL8125AHeiner Kallweit2020-07-221-0/+2
* net: ena: support new LLQ acceleration modeArthur Kiyanovski2020-07-227-24/+109
* net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski2020-07-221-63/+73
* net: ena: enable support of rss hash key and function changesArthur Kiyanovski2020-07-222-2/+6
* net: ena: add support for traffic mirroringArthur Kiyanovski2020-07-222-7/+13
* net: ena: cosmetic: change ena_com_stats_admin stats to u64Arthur Kiyanovski2020-07-222-7/+7
* net: ena: cosmetic: satisfy gcc warningArthur Kiyanovski2020-07-221-1/+1
* net: ena: add reserved PCI device IDArthur Kiyanovski2020-07-221-0/+5
* net: ena: avoid unnecessary rearming of interrupt vector when busy-pollingArthur Kiyanovski2020-07-222-1/+8
* qed: Fix ILT and XRCD bitmap memory leaksYuval Basson2020-07-222-0/+6
* net: phylink: add interface to configure clause 22 PCS PHYRussell King2020-07-221-0/+37
* net: phylink: add struct phylink_pcsRussell King2020-07-221-8/+26
* net: phylink: re-implement interface configuration with PCSRussell King2020-07-221-23/+52