summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: broadcom: remove select MII from brcmstb Ethernet driversJustin Chen2024-10-121-3/+0
* net: phy: microchip_t1s: configure collision detection based on PLCA modeParthiban Veerasooran2024-10-121-3/+39
* net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C2Parthiban Veerasooran2024-10-122-7/+19
* net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C1Parthiban Veerasooran2024-10-122-2/+66
* net: phy: microchip_t1s: move LAN867X reset handling to a new functionParthiban Veerasooran2024-10-121-1/+12
* net: phy: microchip_t1s: add support for Microchip's LAN865X Rev.B1Parthiban Veerasooran2024-10-122-33/+33
* net: phy: microchip_t1s: update new initial settings for LAN865X Rev.B0Parthiban Veerasooran2024-10-121-36/+84
* net: phy: microchip_t1s: restructure cfg read/write functions argumentsParthiban Veerasooran2024-10-121-11/+16
* netdevsim: copy addresses for both in and out pathsHangbin Liu2024-10-121-6/+5
* netdevsim: print human readable IP addressHangbin Liu2024-10-121-4/+8
* net: dsa: mv88e6xxx: Fix uninitialised err valueAryan Srivastava2024-10-121-1/+1
* net: emaclite: Adopt clock supportAbin Joseph2024-10-121-0/+7
* net: emaclite: Replace alloc_etherdev() with devm_alloc_etherdev()Abin Joseph2024-10-121-10/+4
* net: phy: aquantia: poll status registerAryan Srivastava2024-10-111-3/+16
* eth: remove the DLink/Sundance (ST201) driverJakub Kicinski2024-10-113-2006/+0
* tg3: Link queues to NAPIsJoe Damato2024-10-111-4/+35
* tg3: Link IRQs to NAPI instancesJoe Damato2024-10-111-3/+5
* r8169: remove original workaround for RTL8125 broken rx issueHeiner Kallweit2024-10-111-4/+0
* r8169: don't apply UDP padding quirk on RTL8126AHeiner Kallweit2024-10-111-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-1049-183/+372
|\
| * slip: make slhc_remember() more robust against malicious packetsEric Dumazet2024-10-101-23/+34
| * ppp: fix ppp_async_encode() illegal accessEric Dumazet2024-10-101-1/+1
| * vxlan: Handle error of rtnl_register_module().Kuniyuki Iwashima2024-10-103-12/+15
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-10-1011-35/+31
| |\
| | * e1000e: change I219 (19) devices to ADPVitaly Lifshits2024-10-082-4/+4
| | * igb: Do not bring the device up after non-fatal errorMohamed Khalfella2024-10-081-0/+4
| | * i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2024-10-082-0/+3
| | * ice: Fix increasing MSI-X on VFMarcin Szycik2024-10-083-5/+9
| | * ice: Flush FDB entries before resetWojciech Drewek2024-10-083-22/+8
| | * ice: Fix netif_is_ice() in Safe ModeMarcin Szycik2024-10-081-1/+2
| | * ice: Fix entering Safe ModeMarcin Szycik2024-10-081-3/+1
| * | net: netconsole: fix wrong warningBreno Leitao2024-10-101-1/+7
| * | net: fec: don't save PTP state if PTP is unsupportedWei Fang2024-10-101-2/+4
| * | net: ibm: emac: mal: add dcr_unmap to _removeRosen Penev2024-10-101-0/+2
| * | net: ftgmac100: fixed not check status from fixed phyJacky Chou2024-10-101-1/+6
| * | net: amd: mvme147: Fix probe banner messageDaniel Palmer2024-10-091-4/+3
| * | net: phy: realtek: Fix MMD access on RTL8126A-integrated PHYHeiner Kallweit2024-10-091-1/+23
| * | net: ti: icssg-prueth: Fix race condition for VLAN table accessMD Danish Anwar2024-10-093-0/+5
| * | net: ibm: emac: mal: fix wrong gotoRosen Penev2024-10-091-1/+1
| |/
| * net: dsa: b53: fix jumbo frames on 10/100 portsJonas Gorski2024-10-081-1/+1
| * net: dsa: b53: allow lower MTUs on BCM5325/5365Jonas Gorski2024-10-081-1/+1
| * net: dsa: b53: fix max MTU for BCM5325/BCM5365Jonas Gorski2024-10-081-0/+6
| * net: dsa: b53: fix max MTU for 1g switchesJonas Gorski2024-10-081-1/+4
| * net: dsa: b53: fix jumbo frame mtu checkJonas Gorski2024-10-081-1/+1
| * net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removalNicolas Pitre2024-10-081-8/+12
| * net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removalNicolas Pitre2024-10-081-1/+1
| * net: airoha: Update tx cpu dma ring idx at the end of xmit loopLorenzo Bianconi2024-10-081-4/+5
| * net: phy: Remove LED entry from LEDs list on unregisterChristian Marangi2024-10-081-2/+3
| * net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET2024-10-081-2/+2
| * Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski2024-10-081-1/+1