summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-23qede: refactor XDP Tx processingAlexander Lobakin2-45/+45
2020-07-23qede: reformat net_device_ops declarationsAlexander Lobakin1-61/+61
2020-07-23qede: reformat several structures in "qede.h"Alexander Lobakin1-77/+89
2020-07-23qed: add support for different page sizes for chainsAlexander Lobakin2-10/+20
2020-07-23qed: simplify chain allocation with init params structAlexander Lobakin8-219/+226
2020-07-23qed: simplify initialization of the chains with an external PBLAlexander Lobakin1-18/+19
2020-07-23qed: move chain initialization inlines next to allocation functionsAlexander Lobakin1-0/+47
2020-07-23qed: sanitize PBL chains allocationAlexander Lobakin2-13/+12
2020-07-23qed: prevent possible double-frees of the chainsAlexander Lobakin1-1/+3
2020-07-23qed: move chain methods to a separate fileAlexander Lobakin3-273/+303
2020-07-23qed: reformat MakefileAlexander Lobakin1-7/+29
2020-07-23net: atlantic: fix PTP on AQC10XEgor Pomozov1-1/+6
2020-07-23net: qed_hsi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23tg3: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23ionic: fix memory leak of object 'lid'Colin Ian King1-1/+3
2020-07-23hv_netvsc: add support for vlans in AF_PACKET modeSriram Krishnan2-0/+25
2020-07-23lan743x: remove redundant initialization of variable current_head_indexColin Ian King1-2/+1
2020-07-23enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-23enetc: Remove the imdio bus on PF probe bailoutClaudiu Manoil1-1/+9
2020-07-23net: qed: Remove unneeded cast from memory allocationWang Hai1-2/+1
2020-07-23net: phy: fix check in get_phy_c45_idsVladimir Oltean1-2/+2
2020-07-22net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean1-14/+14
2020-07-22Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds29-1929/+1279
2020-07-22Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas1-21/+9
2020-07-22virtio-mmio: Reject invalid IRQ 0 command line argumentBjorn Helgaas1-2/+2
2020-07-22iommu/qcom: Use domain rather than dev as tlb cookieRob Clark1-20/+17
2020-07-22i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam1-9/+10
2020-07-22Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam1-7/+2
2020-07-22ionic: interface file updatesShannon Nelson1-20/+68
2020-07-22ionic: rearrange reset and bus-master controlShannon Nelson1-5/+4
2020-07-22ionic: update eid test for overflowShannon Nelson1-1/+1
2020-07-22ionic: remove unused ionic_coal_hw_to_usecShannon Nelson1-13/+0
2020-07-22ionic: set netdev default nameShannon Nelson1-0/+1
2020-07-22ionic: get MTU from lif identityShannon Nelson3-5/+15
2020-07-22net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offloadMurali Karicheri1-1/+2
2020-07-22net: ethernet: ave: Fix error returns in ave_initWang Hai1-1/+1
2020-07-22bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese1-16/+5
2020-07-22drivers/net/wan/x25_asy: Fix to make it workXie He1-7/+14
2020-07-22dpaa2-eth: add support for TBF offloadIoana Ciornei2-1/+48
2020-07-22dpaa2-eth: add API for Tx shapingIoana Ciornei3-0/+65
2020-07-22dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei1-6/+13
2020-07-22r8169: allow to enable ASPM on RTL8125AHeiner Kallweit1-0/+2
2020-07-22qed: suppress false-positives interrupt error messages on HW initAlexander Lobakin3-24/+32
2020-07-22qed: suppress "don't support RoCE & iWARP" flooding on HW initAlexander Lobakin1-2/+2
2020-07-22netdevsim: fix unbalaced locking in nsim_create()Taehee Yoo1-2/+2
2020-07-22net: ena: support new LLQ acceleration modeArthur Kiyanovski7-24/+109
2020-07-22net: ena: move llq configuration from ena_probe to ena_device_init()Arthur Kiyanovski1-63/+73
2020-07-22net: ena: enable support of rss hash key and function changesArthur Kiyanovski2-2/+6
2020-07-22net: ena: add support for traffic mirroringArthur Kiyanovski2-7/+13