aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-02net: driver: hamradio: Fix potential unterminated stringAndrew Lunn1-1/+1
2020-11-02drivers: net: wan: lmc: Fix W=1 set but used variable warningsAndrew Lunn1-7/+2
2020-11-02drivers: net: xen-netfront: Fixed W=1 set but unused warningsAndrew Lunn1-2/+1
2020-11-02drivers: net: davicom Add COMPILE_TEST supportAndrew Lunn1-1/+1
2020-11-02drivers: net: davicom: Fixed unused but set variable with W=1Andrew Lunn1-6/+3
2020-11-02drivers: net: tulip: Fix set but not used with W=1Andrew Lunn1-0/+4
2020-11-02net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500Ivan Mikhaylov1-2/+18
2020-11-02net: ftgmac100: move phy connect out from ftgmac100_setup_mdioIvan Mikhaylov1-50/+54
2020-10-31r8169: use pm_runtime_put_sync in rtl_open error pathHeiner Kallweit1-5/+3
2020-10-31r8169: remove unneeded memory barrier in rtl_txHeiner Kallweit1-2/+1
2020-10-31ne2k: Fix Typo in RW-BugfixArmin Wolf2-2/+2
2020-10-31net: macb: add support for high speed interfaceParshuram Thombare2-6/+166
2020-10-31octeontx2-af: Display CGX, NIX and PF map in debugfs.Rakesh Babu1-0/+47
2020-10-31octeontx2-af: Display NIX1 also in debugfsRakesh Babu2-43/+125
2020-10-31octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep2-2/+8
2020-10-31octeontx2-af: Mbox changes for 98xxSubbaraya Sundeep5-18/+94
2020-10-31octeontx2-af: Add NIX1 interfaces to NPCSubbaraya Sundeep7-107/+337
2020-10-31octeontx2-af: Setup MCE context for assigned NIXSubbaraya Sundeep1-20/+36
2020-10-31octeontx2-af: Map NIX block from CGX connectionSubbaraya Sundeep6-10/+107
2020-10-31octeontx2-af: Initialize NIX1 blockRakesh Babu3-35/+104
2020-10-31octeontx2-af: Manage new blocks in 98xxRakesh Babu3-49/+105
2020-10-31octeontx2-af: Update get/set resource count functionsSubbaraya Sundeep2-22/+53
2020-10-31net: axienet: Properly handle PCS/PMA PHY for 1000BaseX modeRobert Hancock2-26/+71
2020-10-31net: ipa: avoid a bogus warningAlex Elder1-2/+2
2020-10-31r8169: remove no longer needed private rx/tx packet/byte countersHeiner Kallweit1-34/+0
2020-10-31r8169: use struct pcpu_sw_netstats for rx/tx packet/byte countersHeiner Kallweit1-3/+8
2020-10-31net: tlan: Replace in_irq() usageSebastian Andrzej Siewior1-41/+57
2020-10-31net: forcedeth: Replace context and lock check with a lockdep_assert()Sebastian Andrzej Siewior1-5/+1
2020-10-31net: neterion: s2io: Replace in_interrupt() for context detectionSebastian Andrzej Siewior2-20/+25
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean2-26/+99
2020-10-30net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean2-34/+34
2020-10-30net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean1-5/+2
2020-10-30net: mscc: ocelot: use ether_addr_copyVladimir Oltean1-2/+2
2020-10-30net: mscc: ocelot: classify L2 mdb entries as LOCKEDVladimir Oltean1-1/+1
2020-10-30sfc: advertise our vlan featuresEdward Cree1-0/+2
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree2-7/+8
2020-10-30sfc: implement encap TSO on EF100Edward Cree2-21/+37
2020-10-30sfc: extend bitfield macros to 17 fieldsEdward Cree1-5/+37
2020-10-30net: ipa: avoid going past end of resource group arrayAlex Elder1-36/+53
2020-10-30net: ipa: distinguish between resource group typesAlex Elder3-29/+52
2020-10-30net: ipa: assign endpoint to a resource groupAlex Elder4-0/+21
2020-10-30net: ipa: fix resource group field mask definitionAlex Elder1-1/+10
2020-10-30net: ipa: assign proper packet context baseAlex Elder1-1/+1
2020-10-30net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer1-0/+10
2020-10-30net: phy: marvell: add special handling of Finisar modules with 88E1111Robert Hancock1-1/+99
2020-10-30net: dsa: mv88e6xxx: fix vlan setupRussell King1-0/+1
2020-10-30drivers: net: phy: Fix spelling in comment defalut to defaultBhaskar Chowdhury1-1/+1
2020-10-30net: phy: leds: Deduplicate link LED trigger registrationAndy Shevchenko1-10/+6
2020-10-30net: stmmac: Enable EEE HW LPI timer with auto SW/HW switchingVineetha G. Jaya Kumaran6-3/+59
2020-10-30Merge tag 'wimax-staging' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundJakub Kicinski45-31/+4166