summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: report stats by default, like a real deviceJakub Kicinski2024-04-082-0/+60
* net: mdio-gpio: Use device_is_compatible()Andy Shevchenko2024-04-081-2/+1
* net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-04-061-0/+11
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-04-066-0/+58
* net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-04-062-3/+4
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-063-1/+113
* net: phy: marvell: implement cable test for 88E1111Pawel Dembicki2024-04-061-0/+93
* net/mlx5e: Implement ethtool hardware timestamping statisticsRahul Rameshbabu2024-04-053-0/+56
* net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu2024-04-053-2/+7
* net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu2024-04-053-0/+3
* net: xgbe: remove extraneous #ifdef checksArnd Bergmann2024-04-051-8/+0
* isdn: kcapi: don't build unused procfs codeArnd Bergmann2024-04-052-3/+7
* 3c515: remove unused 'mtu' variableArnd Bergmann2024-04-051-3/+0
* net/mlx5e: Un-expose functions in en.hTariq Toukan2024-04-053-24/+12
* net/mlx5e: Support FEC settings for 100G/lane modesCosmin Ratiu2024-04-051-2/+34
* net/mlx5e: Extract checking of FEC support for a link modeCosmin Ratiu2024-04-051-5/+11
* bnxt_en: Fix PTP firmware timeout parameterMichael Chan2024-04-051-1/+1
* net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...Oleksij Rempel2024-04-041-17/+7
* net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...Oleksij Rempel2024-04-041-5/+15
* net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...Oleksij Rempel2024-04-041-6/+5
* net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()Oleksij Rempel2024-04-041-6/+6
* net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readabilityOleksij Rempel2024-04-041-29/+31
* net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()Oleksij Rempel2024-04-042-13/+17
* net: dsa: microchip: Make ksz8_r_dyn_mac_table() staticOleksij Rempel2024-04-042-4/+2
* net: dsa: microchip: Remove unused FDB timestamp support in ksz8_r_dyn_mac_ta...Oleksij Rempel2024-04-042-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-04209-1315/+2071
|\
| * Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0434-210/+475
| |\
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-044-18/+16
| | |\
| | | * idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2
| | | * ice: fix enabling RX VLAN filteringPetr Oros2024-04-031-10/+8
| | | * ice: Fix freeing uninitialized pointersDan Carpenter2024-04-032-6/+6
| | * | net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez2024-04-041-0/+2
| | * | net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET2024-04-041-1/+1
| | * | net: ravb: Always update error countersPaul Barker2024-04-041-8/+9
| | * | net: ravb: Always process TX descriptor ringPaul Barker2024-04-041-2/+5
| | * | Revert "tg3: Remove residual error handling in tg3_suspend"Paolo Abeni2024-04-041-4/+26
| | * | tg3: Remove residual error handling in tg3_suspendNikita Kiryushin2024-04-041-26/+4
| | * | net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang2024-04-031-1/+1
| | * | net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestampingHoratiu Vultur2024-04-031-2/+8
| | * | net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-032-16/+62
| | * | net: txgbe: fix i2c dev name cannot match clkdevDuanqiang Wen2024-04-031-3/+5
| | * | net: fec: Set mac_managed_pm during probeWei Fang2024-04-031-2/+9
| | |/
| | * net: bcmgenet: Reset RBUF on first openPhil Elwell2024-04-031-4/+12
| | * octeontx2-af: Add array index checkAleksandr Mishin2024-04-031-0/+2
| | * r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-021-0/+9
| | * i40e: Fix VF MAC filter removalIvan Vecera2024-04-011-5/+6
| | * net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin2024-04-011-5/+16
| | * Merge tag 'for-net-2024-03-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-03-292-12/+15
| | |\
| | | * Bluetooth: qca: fix device-address endiannessJohan Hovold2024-03-292-2/+16
| | | * Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold2024-03-291-12/+1