summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: can: Use device_get_match_data()Rob Herring2024-01-194-31/+11
* Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1827-48/+121
|\
| * i40e: Include types.h to some headersTony Nguyen2024-01-182-0/+2
| * mlxsw: spectrum_router: Register netdevice notifier before nexthopPetr Machata2024-01-181-12/+12
| * mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel2024-01-181-0/+2
| * mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error pathIdo Schimmel2024-01-181-2/+2
| * mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen2024-01-181-3/+5
| * net: netdevsim: don't try to destroy PHC on VFsJakub Kicinski2024-01-171-2/+7
| * net: stmmac: Prevent DSA tags from breaking COERomain Gantois2024-01-171-3/+29
| * net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)2024-01-161-4/+4
| * net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan2024-01-161-0/+2
| * net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma2024-01-163-2/+10
| * net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko2024-01-141-1/+1
| * net: stmmac: Fix ethool link settings ops for integrated PCSSneh Shah2024-01-131-4/+6
| * net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov2024-01-123-3/+6
| * net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski2024-01-121-0/+1
| * net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea2024-01-121-0/+1
| * net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur2024-01-121-0/+8
| * amt: do not use overwrapped cb areaTaehee Yoo2024-01-111-3/+3
| * net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet framesSanjuán García, Jorge2024-01-111-2/+3
| * virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun2024-01-111-4/+5
| * octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2Nithin Dabilpuram2024-01-111-1/+6
| * net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma2024-01-111-1/+1
| * wangxunx: select CONFIG_PHYLINK where neededArnd Bergmann2024-01-111-1/+1
| * net: fill in MODULE_DESCRIPTION()s for s2ioBreno Leitao2024-01-111-0/+1
| * net: fill in MODULE_DESCRIPTION()s for ds26522 moduleBreno Leitao2024-01-111-0/+1
| * net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao2024-01-112-0/+2
* | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-184-14/+8
|\ \
| * | USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-043-3/+3
| * | Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman2023-12-1164-351/+800
| |\ \
| * | | r8152: Choose our USB config with choose_configuration() rather than probe()Douglas Anderson2023-12-041-11/+5
* | | | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-182-14/+2
|\ \ \ \
| * \ \ \ Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-1188-559/+1064
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+2
| * | | | tty: hso: don't initialize global serial_tableJiri Slaby (SUSE)2023-11-251-5/+0
| * | | | tty: hso: don't emit load/unload info to the logJiri Slaby (SUSE)2023-11-251-6/+0
* | | | | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-1/+0
|\ \ \ \ \
| * | | | | PCI: Remove unused 'node' member from struct pci_driverMathias Krause2023-12-261-1/+0
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-01-123-8/+42
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | RDMA/mana_ib: register RDMA device with GDMALong Li2023-12-201-0/+5
| * | | | | net/mlx5: E-Switch, expose eswitch manager vportMark Bloch2023-12-121-7/+0
| * | | | | net/mlx5: Manage ICM type of SW encapShun Hao2023-12-121-1/+37
| | |_|/ / | |/| | |
* | | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-11934-72048/+46411
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-01-094-36/+20
| |\ \ \ \ \
| | * | | | | net: ethernet: cortina: Drop TSO supportLinus Walleij2024-01-071-13/+2
| | * | | | | net: stmmac: fix ethtool per-queue statisticsPetr Tesarik2024-01-071-7/+2
| | * | | | | mlxbf_gige: Enable the GigE port in mlxbf_gige_openAsmaa Mnebhi2024-01-071-6/+6
| | * | | | | mlxbf_gige: Fix intermittent no ip issueAsmaa Mnebhi2024-01-072-10/+10
| * | | | | | lan78xx: remove redundant statement in lan78xx_get_eeeHeiner Kallweit2024-01-081-2/+0
| * | | | | | lan743x: remove redundant statement in lan743x_ethtool_get_eeeHeiner Kallweit2024-01-081-1/+0