index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...
Vladimir Oltean
-1
/
+2
2025-09-25
net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()
Vladimir Oltean
-4
/
+14
2025-09-24
bnxt_en: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vadim Fedorenko
-27
/
+23
2025-09-24
tg3: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vadim Fedorenko
-37
/
+29
2025-09-24
net: phy: micrel: Fix default LED behaviour
Horatiu Vultur
-0
/
+19
2025-09-24
net: stmmac: simplify stmmac_init_phy()
Russell King (Oracle)
-13
/
+12
2025-09-24
net: stmmac: move PHY handling out of __stmmac_open()/release()
Russell King (Oracle)
-12
/
+17
2025-09-24
net: stmmac: move initialisation of priv->tx_lpi_timer to stmmac_open()
Russell King (Oracle)
-4
/
+4
2025-09-24
net: stmmac: move PHY attachment error message into stmmac_init_phy()
Russell King (Oracle)
-6
/
+5
2025-09-24
net: stmmac: move xpcs clause 73 test into stmmac_init_phy()
Russell King (Oracle)
-10
/
+11
2025-09-24
net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.c
Russell King (Oracle)
-34
/
+32
2025-09-24
libie: fix string names for AQ error codes
Jacob Keller
-1
/
+1
2025-09-24
idpf: enable XSk features and ndo_xsk_wakeup
Alexander Lobakin
-4
/
+55
2025-09-24
idpf: implement Rx path for AF_XDP
Alexander Lobakin
-21
/
+405
2025-09-24
idpf: implement XSk xmit
Alexander Lobakin
-21
/
+354
2025-09-24
idpf: add XSk pool initialization
Michal Kubiak
-4
/
+398
2025-09-24
idpf: add virtchnl functions to manage selected queues
Michal Kubiak
-429
/
+767
2025-09-24
can: netlink: add userland error messages
Vincent Mailhol
-20
/
+62
2025-09-24
can: dev: add can_get_ctrlmode_str()
Vincent Mailhol
-0
/
+33
2025-09-24
can: calc_bittiming: make can_calc_tdco() FD agnostic
Vincent Mailhol
-5
/
+7
2025-09-24
can: netlink: make can_tdc_fill_info() FD agnostic
Vincent Mailhol
-11
/
+24
2025-09-24
can: netlink: add can_bitrate_const_fill_info()
Vincent Mailhol
-11
/
+16
2025-09-24
can: netlink: add can_bittiming_const_fill_info()
Vincent Mailhol
-7
/
+13
2025-09-24
can: netlink: add can_bittiming_fill_info()
Vincent Mailhol
-7
/
+12
2025-09-24
can: netlink: add can_data_bittiming_get_size()
Vincent Mailhol
-9
/
+20
2025-09-24
can: netlink: make can_tdc_get_size() FD agnostic
Vincent Mailhol
-10
/
+11
2025-09-24
can: netlink: add can_ctrlmode_changelink()
Vincent Mailhol
-42
/
+54
2025-09-24
can: netlink: add can_dtb_changelink()
Vincent Mailhol
-64
/
+88
2025-09-24
can: netlink: make can_tdc_changelink() FD agnostic
Vincent Mailhol
-5
/
+6
2025-09-24
can: netlink: remove useless check in can_tdc_changelink()
Vincent Mailhol
-1
/
+1
2025-09-24
can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
Vincent Mailhol
-5
/
+4
2025-09-24
can: netlink: add can_validate_databittiming()
Vincent Mailhol
-20
/
+44
2025-09-24
can: netlink: add can_validate_tdc()
Vincent Mailhol
-34
/
+48
2025-09-24
can: netlink: refactor can_validate_bittiming()
Vincent Mailhol
-19
/
+17
2025-09-24
can: enable CAN XL for virtual CAN devices by default
Vincent Mailhol
-2
/
+2
2025-09-24
can: populate the minimum and maximum MTU values
Vincent Mailhol
-7
/
+22
2025-09-24
wifi: libertas: add WQ_UNBOUND to alloc_workqueue users
Marco Crivellari
-3
/
+5
2025-09-24
Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"
Johannes Berg
-5
/
+3
2025-09-23
net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUAD
Carolina Jubran
-0
/
+1
2025-09-23
net/mlx5: HWS, ignore flow level for multi-dest table
Yevgeny Kliteynik
-12
/
+6
2025-09-23
net/mlx5: fs, fix UAF in flow counter release
Moshe Shemesh
-5
/
+31
2025-09-23
net: phy: stop exporting phy_driver_register
Heiner Kallweit
-2
/
+2
2025-09-23
net: phy: dp83640: improve phydev and driver removal handling
Heiner Kallweit
-38
/
+20
2025-09-23
net: phy: move config symbol MDIO_BUS to drivers/net/phy/Kconfig
Heiner Kallweit
-5
/
+5
2025-09-23
net: airoha: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-1
/
+3
2025-09-23
Merge tag 'linux-can-fixes-for-6.17-20250923' of git://git.kernel.org/pub/scm...
Jakub Kicinski
-21
/
+27
2025-09-23
can: dev: turn can_set_static_ctrlmode() into a non-inline function
Vincent Mailhol
-0
/
+21
2025-09-23
wifi: libertas: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-3
/
+5
2025-09-23
Merge tag 'ath-next-20250922' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Johannes Berg
-283
/
+669
2025-09-22
bnxt_en: correct offset handling for IPv6 destination address
Alok Tiwari
-1
/
+1
[prev]
[next]