summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn5-6/+19
2020-11-01net: bridge: mcast: fix stub definition of br_multicast_querier_existsVladimir Oltean1-1/+2
2020-11-01r8169: use pm_runtime_put_sync in rtl_open error pathHeiner Kallweit1-5/+3
2020-11-01r8169: remove unneeded memory barrier in rtl_txHeiner Kallweit1-2/+1
2020-11-01ne2k: Fix Typo in RW-BugfixArmin Wolf2-2/+2
2020-11-01net: macb: add support for high speed interfaceParshuram Thombare2-6/+166
2020-11-01net/smc: improve return codes for SMC-Dv2Karsten Graul3-20/+47
2020-11-01Merge branch 'support-for-octeontx2-98xx-silcion'Jakub Kicinski16-298/+1008
2020-11-01octeontx2-af: Display CGX, NIX and PF map in debugfs.Rakesh Babu1-0/+47
2020-11-01octeontx2-af: Display NIX1 also in debugfsRakesh Babu2-43/+125
2020-11-01octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep2-2/+8
2020-11-01octeontx2-af: Mbox changes for 98xxSubbaraya Sundeep5-18/+94
2020-11-01octeontx2-af: Add NIX1 interfaces to NPCSubbaraya Sundeep7-107/+337
2020-11-01octeontx2-af: Setup MCE context for assigned NIXSubbaraya Sundeep1-20/+36
2020-11-01octeontx2-af: Map NIX block from CGX connectionSubbaraya Sundeep6-10/+107
2020-11-01octeontx2-af: Initialize NIX1 blockRakesh Babu3-35/+104
2020-11-01octeontx2-af: Manage new blocks in 98xxRakesh Babu3-49/+105
2020-11-01octeontx2-af: Update get/set resource count functionsSubbaraya Sundeep2-22/+53
2020-11-01net: 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-31Merge branch 'net-add-functionality-to-net-core-byte-packet-counters-and-use-...Jakub Kicinski2-37/+34
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: core: add devm_netdev_alloc_pcpu_statsHeiner Kallweit1-0/+14
2020-10-31net: core: add dev_sw_netstats_tx_addHeiner Kallweit1-0/+12
2020-10-31Merge branch 'in_interrupt-cleanup-part-2'Jakub Kicinski4-66/+83
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-31Merge branch 'l2-multicast-forwarding-for-ocelot-switch'Jakub Kicinski3-54/+125
2020-10-31net: mscc: ocelot: support L2 multicast entriesVladimir Oltean3-26/+100
2020-10-31net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean2-34/+34
2020-10-31net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean1-5/+2
2020-10-31net: mscc: ocelot: use ether_addr_copyVladimir Oltean1-2/+2
2020-10-31net: mscc: ocelot: classify L2 mdb entries as LOCKEDVladimir Oltean1-1/+1
2020-10-31net: bridge: explicitly convert between mdb entry state and port group flagsVladimir Oltean1-1/+5
2020-10-31net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov7-10/+43
2020-10-31Merge branch 'sfc-ef100-tso-enhancements'Jakub Kicinski3-33/+84
2020-10-31sfc: advertise our vlan featuresEdward Cree1-0/+2
2020-10-31sfc: only use fixed-id if the skb asks for itEdward Cree2-7/+8
2020-10-31sfc: implement encap TSO on EF100Edward Cree2-21/+37
2020-10-31sfc: extend bitfield macros to 17 fieldsEdward Cree1-5/+37
2020-10-31Merge branch 'net-ipa-minor-bug-fixes'Jakub Kicinski7-66/+136
2020-10-31net: ipa: avoid going past end of resource group arrayAlex Elder1-36/+53
2020-10-31net: ipa: distinguish between resource group typesAlex Elder3-29/+52
2020-10-31net: ipa: assign endpoint to a resource groupAlex Elder4-0/+21
2020-10-31net: ipa: fix resource group field mask definitionAlex Elder1-1/+10
2020-10-31net: ipa: assign proper packet context baseAlex Elder1-1/+1
2020-10-31net: dec: tulip: de2104x: Add shutdown handler to stop NICMoritz Fischer1-0/+10
2020-10-31net: phy: marvell: add special handling of Finisar modules with 88E1111Robert Hancock2-1/+102