summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* net: dsa: lan9303: ensure chip reset and wait for READY statusAnatolij Gustschin2024-10-081-0/+29
* net: phy: bcm84881: Fix some error handling pathsChristophe JAILLET2024-10-051-2/+2
* net: pse-pd: Fix enabled status mismatchKory Maincent2024-10-041-0/+11
* ibmvnic: Inspect header requirements before using scrq directNick Child2024-10-041-2/+4
* net: dsa: sja1105: fix reception from VLAN-unaware bridgesVladimir Oltean2024-10-041-1/+0
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-10-0412-54/+120
|\
| * idpf: deinit virtchnl transaction manager after vport and vectorsLarysa Zaremba2024-09-301-1/+1
| * idpf: use actual mbx receive payload lengthJoshua Hay2024-09-301-8/+1
| * idpf: fix VF dynamic interrupt ctl register initializationAhmed Zaki2024-09-301-0/+1
| * ice: fix VLAN replay after resetDave Ertman2024-09-301-2/+0
| * ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski2024-09-301-0/+2
| * ice: fix memleak in ice_init_tx_topology()Przemek Kitszel2024-09-303-39/+31
| * ice: clear port vlan config during resetMichal Swiatkowski2024-09-303-0/+65
| * ice: Fix improper handling of refcount in ice_sriov_set_msix_vec_count()Gui-Dong Han2024-09-301-2/+6
| * ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()Gui-Dong Han2024-09-301-2/+2
| * ice: set correct dst VSI in only LAN filtersMichal Swiatkowski2024-09-301-0/+11
* | net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan2024-10-041-18/+19
* | net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan2024-10-041-0/+14
* | sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior2024-10-042-2/+4
* | net: phy: dp83869: fix memory corruption when enabling fiberIngo van Lil2024-10-041-1/+0
* | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-0327-35/+152
|\ \
| * | net: phy: qt2025: Fix warning: unused import DeviceIdFUJITA Tomonori2024-10-031-2/+2
| * | vrf: revert "vrf: Remove unnecessary RCU-bh critical section"Willem de Bruijn2024-10-031-0/+2
| * | net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup codeDan Carpenter2024-10-031-1/+1
| * | net: phy: realtek: Check the index value in led_hw_control_getHui Wang2024-10-031-0/+3
| * | ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet2024-10-031-2/+2
| * | Merge tag 'mlx5-fixes-2024-09-25' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-10-039-8/+32
| |\ \
| | * | net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu2024-09-251-1/+7
| | * | net/mlx5e: SHAMPO, Fix overflow of hd_per_wqDragos Tatulea2024-09-251-1/+1
| | * | net/mlx5: HWS, changed E2BIG error to a negative return codeYevgeny Kliteynik2024-09-253-4/+4
| | * | net/mlx5: HWS, fixed double-free in error flow of creating SQYevgeny Kliteynik2024-09-251-1/+7
| | * | net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina2024-09-251-0/+3
| | * | net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella2024-09-251-0/+10
| | * | net/mlx5: Fix error path in multi-packet WQE transmitGerd Bayer2024-09-251-1/+0
| * | | Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2024-10-032-4/+2
| |\ \ \
| | * | | net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-271-4/+1
| | * | | ieee802154: Fix build errorJinjie Ruan2024-09-091-0/+1
| * | | | net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit checkShenwei Wang2024-10-011-9/+9