aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-18net: macb: enable mii on rgmii for sama7g5Claudiu Beznea1-2/+4
2021-09-18net: macb: add support for mii on rgmiiClaudiu Beznea2-0/+6
2021-09-18net: macb: align for OSSMODE offsetClaudiu Beznea1-1/+1
2021-09-18net: macb: add description for SRTSMClaudiu Beznea1-1/+1
2021-09-18net: bcmgenet: Patch PHY interface for dedicated PHY driverFlorian Fainelli1-2/+36
2021-09-17sky2: Stop printing VPD info to debugfsHeiner Kallweit1-83/+1
2021-09-17net: phy: bcm7xxx: Add EPHY entry for 72165Florian Fainelli1-0/+201
2021-09-17net: microchip: encx24j600: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-09-17devlink: Delete not-used devlink APIsLeon Romanovsky1-32/+0
2021-09-17net: stmmac: dwmac-visconti: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+3
2021-09-17octeontx2-af: Remove redundant initialization of variable blkaddrColin Ian King1-1/+1
2021-09-17octeontx2-af: Fix uninitialized variable valColin Ian King1-1/+2
2021-09-17net: e1000e: solve insmod 'Unknown symbol mutex_lock' errorHao Chen1-0/+1
2021-09-17net: netsec: Make use of the helper function dev_err_probe()Cai Huoqing1-12/+9
2021-09-16net: phy: broadcom: Enable 10BaseT DAC early wakeFlorian Fainelli1-0/+47
2021-09-16net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki2-29/+0
2021-09-16net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki1-1/+1
2021-09-16net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki1-6/+0
2021-09-16net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki1-12/+11
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski55-546/+501
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds42-141/+356
2021-09-16net: 6pack: Fix tx timeout and slot timeGuenter Roeck1-2/+2
2021-09-163com 3c515: make it compile on 64-bit architecturesLinus Torvalds1-1/+1
2021-09-16octeontx2-af: Hardware configuration for inline IPsecSrujana Challa8-3/+367
2021-09-16Revert "net: wwan: iosm: firmware flashing and coredump collection"Jakub Kicinski14-2054/+31
2021-09-16mlxbf_gige: clear valid_polarity upon openDavid Thompson1-0/+7
2021-09-16octeontx2-pf: CN10K: Hide RPM stats over ethtoolHariprasad Kelam2-15/+24
2021-09-16igc: fix tunnel offloadingPaolo Abeni1-1/+3
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen3-9/+0
2021-09-16net: wan: wanxl: define CROSS_COMPILE_M68KAdam Borowski1-0/+2
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing3-8/+4
2021-09-16net: hinic: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: ethoc: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+4
2021-09-16net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing4-20/+10
2021-09-16net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: atl1c: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-09-16net: arc_emac: Make use of the helper function dev_err_probe()Cai Huoqing1-5/+4
2021-09-15Revert "net: phy: Uniform PHY driver access"Vladimir Oltean1-1/+3
2021-09-15net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck1-1/+1
2021-09-15mlxsw: Add support for transceiver modules resetIdo Schimmel4-0/+77
2021-09-15mlxsw: Make PMAOS pack function more genericIdo Schimmel2-6/+5
2021-09-15mlxsw: reg: Add fields to PMAOS registerIdo Schimmel1-0/+26
2021-09-15mlxsw: Track per-module port statusIdo Schimmel4-9/+113
2021-09-15mlxsw: spectrum: Do not return an error in mlxsw_sp_port_module_unmap()Ido Schimmel1-2/+2
2021-09-15mlxsw: spectrum: Do not return an error in ndo_stop()Ido Schimmel1-1/+2
2021-09-15mlxsw: core_env: Convert 'module_info_lock' to a mutexIdo Schimmel1-10/+13
2021-09-15mlxsw: core_env: Defer handling of module temperature warning eventsIdo Schimmel1-5/+34
2021-09-15mlxsw: core: Remove mlxsw_core_is_initialized()Ido Schimmel3-15/+0
2021-09-15mlxsw: core: Initialize switch driver lastIdo Schimmel1-11/+10