summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ice: make RX hash reading code more reusableLarysa Zaremba2023-12-131-11/+25
* octeon_ep: set backpressure watermark for RX queuesShinas Rasheed2023-12-013-0/+20
* octeon_ep: Fix error code in probe()Dan Carpenter2023-12-011-0/+1
* octeon_ep: support OCTEON CN98 devicesShinas Rasheed2023-11-304-4/+29
* octeon_ep: implement device unload control net APIShinas Rasheed2023-11-302-1/+26
* net: phy: mdio_device: Reset device only when necessaryAndrew Halaney2023-11-302-0/+7
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-307-17/+164
|\
| * net: stmmac: Add Tx HWTS support to XDP ZCSong Yoong Siang2023-11-292-1/+75
| * net/mlx5e: Implement AF_XDP TX timestamp and checksum offloadStanislav Fomichev2023-11-295-16/+89
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-3023-136/+343
|\ \
| * | net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea2023-11-301-9/+13
| * | net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea2023-11-301-0/+1
| * | net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea2023-11-301-2/+2
| * | net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea2023-11-301-8/+9
| * | net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea2023-11-301-1/+4
| * | net: ravb: Check return value of reset_control_deassert()Claudiu Beznea2023-11-301-3/+6
| * | net: libwx: fix memory leak on msix entryJiawen Wu2023-11-291-1/+1
| * | ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman2023-11-294-50/+118
| * | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-294-6/+7
| |\ \
| | * | wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-271-3/+1
| | * | wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta()Dan Carpenter2023-11-241-1/+3
| | * | wifi: mt76: mt7925: fix typo in mt7925_init_he_capsLorenzo Bianconi2023-11-221-2/+2
| | * | wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC configMing Yen Hsieh2023-11-081-0/+1
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-292-2/+8
| |\ \ \
| | * | | netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_linkDaniel Borkmann2023-11-271-0/+6
| | * | | netdevsim: Don't accept device bound programsStanislav Fomichev2023-11-231-2/+2
| * | | | ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda2023-11-281-1/+10
| * | | | r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit2023-11-281-1/+3
| * | | | r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit2023-11-281-1/+4
| * | | | octeontx2-pf: Restore TC ingress police rules when interface is upSubbaraya Sundeep2023-11-284-25/+102
| * | | | octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64Geetha sowjanya2023-11-281-2/+5
| * | | | net: stmmac: xgmac: Disable FPE MMC interruptsFurong Xu2023-11-281-0/+4
| * | | | octeontx2-af: Fix possible buffer overflowElena Salomatkina2023-11-281-2/+2
| * | | | dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei2023-11-261-2/+6
| * | | | dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2023-11-262-5/+5
| * | | | net: dsa: mv88e6xxx: fix marvell 6350 probe crashGreg Ungerer2023-11-261-2/+4
| * | | | net: dsa: mv88e6xxx: fix marvell 6350 switch probingGreg Ungerer2023-11-261-4/+16
| * | | | net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda2023-11-241-8/+12
| * | | | net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
| * | | | net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
| |/ / /
* | | | net: ethernet: ezchip: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-4/+2
* | | | net: ethernet: ti: cpsw-new: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+10
* | | | net: ethernet: ti: cpsw: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+10
* | | | net: ethernet: ti: am65-cpsw: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+10
* | | | net: mana: Fix spelling mistake "enforecement" -> "enforcement"Colin Ian King2023-11-292-3/+3
* | | | net: dsa: sja1105: Use units.h instead of the copy of a definitionAndy Shevchenko2023-11-291-1/+2
* | | | mlxsw: spectrum: Use CFF mode where availablePetr Machata2023-11-291-0/+2
* | | | mlxsw: spectrum_fid: Add support for rFID family in CFF flood modePetr Machata2023-11-291-0/+231
* | | | mlxsw: spectrum_fid: Add a family for bridge FIDs in CFF flood modePetr Machata2023-11-291-0/+96
* | | | mlxsw: spectrum_fid: Initialize flood profiles in CFF modePetr Machata2023-11-291-1/+122