summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2036-208/+503
|\
| * net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| * net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
| * net: mscc: ocelot: fix using match before it is setTom Rix2022-01-191-7/+8
| * net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea2022-01-191-18/+18
| * net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel2022-01-193-7/+7
| * net: axienet: increase default TX ring size to 128Robert Hancock2022-01-191-1/+1
| * net: axienet: fix for TX busy handlingRobert Hancock2022-01-191-39/+47
| * net: axienet: fix number of TX ring slots for available checkRobert Hancock2022-01-191-2/+2
| * net: axienet: Fix TX ring slot available checkRobert Hancock2022-01-191-2/+2
| * net: axienet: limit minimum TX ring sizeRobert Hancock2022-01-191-1/+3
| * net: axienet: add missing memory barriersRobert Hancock2022-01-191-1/+10
| * net: axienet: reset core on initialization prior to MDIO accessRobert Hancock2022-01-191-0/+5
| * net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock2022-01-191-0/+10
| * net: axienet: increase reset timeoutRobert Hancock2022-01-191-10/+9
| * net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)2022-01-171-4/+21
| * net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur2022-01-171-3/+3
| * bonding: Fix extraction of ports from the packet headersMoshe Tal2022-01-161-2/+2
| * net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao2022-01-151-2/+2
| * net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail2022-01-151-1/+55
| * net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET2022-01-151-0/+1
| * net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix2022-01-151-1/+1
| * net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean2022-01-151-1/+28
| * net: stmmac: Fix "Unbalanced pm_runtime_enable!" warningKai-Heng Feng2022-01-141-1/+2
| * lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin2022-01-141-1/+2
| * net: apple: bmac: Fix build since dev_addr constificationMichael Ellerman2022-01-141-1/+4
| * net: apple: mace: Fix build since dev_addr constificationMichael Ellerman2022-01-141-5/+11
| * net: usb: Correct reset handling of smsc95xxMarkus Reichl2022-01-141-1/+2
| * bcmgenet: add WOL IRQ checkSergey Shtylyov2022-01-141-4/+6
| * net: qmi_wwan: Add Hucom Wireless HM-211S/KKyoungkyu Park2022-01-131-0/+1
| * net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI portVladimir Oltean2022-01-131-1/+4
| * net: qmi_wwan: add ZTE MF286D modem 19d2:1485Pawel Dembicki2022-01-131-0/+1
| * net: marvell: prestera: Fix deinit sequence for routerYevhen Orlov2022-01-124-2/+10
| * net: marvell: prestera: Refactor router functionsYevhen Orlov2022-01-123-12/+14
| * net: marvell: prestera: Refactor get/put VR functionsYevhen Orlov2022-01-122-17/+17
| * net: marvell: prestera: Cleanup router structYevhen Orlov2022-01-121-1/+0
| * net: stmmac: dwmac-oxnas: Add support for OX810SENeil Armstrong2022-01-121-22/+79
| * net: bonding: fix bond_xmit_broadcast return value error bugJie Wang2022-01-121-8/+22
| * net: ipa: prevent concurrent replenishAlex Elder2022-01-122-0/+15
| * net: ipa: use a bitmap for endpoint replenish_enabledAlex Elder2022-01-122-6/+17
| * net: ipa: fix atomic update in ipa_endpoint_replenish()Alex Elder2022-01-121-4/+3
| * net: phy: at803x: make array offsets staticColin Ian King2022-01-111-1/+1
| * mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()Guillaume Nault2022-01-111-2/+3
| * libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault2022-01-111-1/+2
| * net: ethernet: sun4i-emac: replace magic number with macroConley Lee2022-01-112-13/+35
| * Revert "net: vertexcom: default to disabled on kbuild"Saeed Mahameed2022-01-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-0/+2
|\ \
| * | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-0/+2
* | | lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-6/+39
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-183-4/+4
|\ \ \