index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-26
net: enetc: Fix probing error message typo for the ENETCv4 PF driver
Claudiu Manoil
1
-1
/
+1
2025-09-26
Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Jakub Kicinski
20
-461
/
+724
2025-09-26
Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
127
-1611
/
+5820
2025-09-26
net/mlx5: Use %pe format specifier for error pointers
Gal Pressman
22
-76
/
+80
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
25
-105
/
+181
2025-09-25
net: gso: restore ids of outer ip headers correctly
Richard Gobert
2
-6
/
+19
2025-09-25
eth: fbnic: Read module EEPROM
Mohsin Bashir
3
-0
/
+217
2025-09-25
octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()
Dan Carpenter
1
-1
/
+1
2025-09-25
net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added to the CPU port
Vladimir Oltean
1
-1
/
+2
2025-09-25
net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()
Vladimir Oltean
1
-4
/
+14
2025-09-24
bnxt_en: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vadim Fedorenko
3
-27
/
+23
2025-09-24
tg3: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vadim Fedorenko
1
-37
/
+29
2025-09-24
net: phy: micrel: Fix default LED behaviour
Horatiu Vultur
1
-0
/
+19
2025-09-24
net: stmmac: simplify stmmac_init_phy()
Russell King (Oracle)
1
-13
/
+12
2025-09-24
net: stmmac: move PHY handling out of __stmmac_open()/release()
Russell King (Oracle)
1
-12
/
+17
2025-09-24
net: stmmac: move initialisation of priv->tx_lpi_timer to stmmac_open()
Russell King (Oracle)
1
-4
/
+4
2025-09-24
net: stmmac: move PHY attachment error message into stmmac_init_phy()
Russell King (Oracle)
1
-6
/
+5
2025-09-24
net: stmmac: move xpcs clause 73 test into stmmac_init_phy()
Russell King (Oracle)
1
-10
/
+11
2025-09-24
net: stmmac: move stmmac_bus_clks_config() to stmmac_platform.c
Russell King (Oracle)
3
-34
/
+32
2025-09-24
libie: fix string names for AQ error codes
Jacob Keller
1
-1
/
+1
2025-09-24
idpf: enable XSk features and ndo_xsk_wakeup
Alexander Lobakin
7
-4
/
+55
2025-09-24
idpf: implement Rx path for AF_XDP
Alexander Lobakin
6
-21
/
+405
2025-09-24
idpf: implement XSk xmit
Alexander Lobakin
6
-21
/
+354
2025-09-24
idpf: add XSk pool initialization
Michal Kubiak
8
-4
/
+398
2025-09-24
idpf: add virtchnl functions to manage selected queues
Michal Kubiak
4
-424
/
+762
2025-09-24
can: netlink: add userland error messages
Vincent Mailhol
1
-20
/
+62
2025-09-24
can: dev: add can_get_ctrlmode_str()
Vincent Mailhol
1
-0
/
+33
2025-09-24
can: calc_bittiming: make can_calc_tdco() FD agnostic
Vincent Mailhol
2
-5
/
+7
2025-09-24
can: netlink: make can_tdc_fill_info() FD agnostic
Vincent Mailhol
1
-11
/
+24
2025-09-24
can: netlink: add can_bitrate_const_fill_info()
Vincent Mailhol
1
-10
/
+15
2025-09-24
can: netlink: add can_bittiming_const_fill_info()
Vincent Mailhol
1
-7
/
+13
2025-09-24
can: netlink: add can_bittiming_fill_info()
Vincent Mailhol
1
-7
/
+12
2025-09-24
can: netlink: add can_data_bittiming_get_size()
Vincent Mailhol
1
-9
/
+20
2025-09-24
can: netlink: make can_tdc_get_size() FD agnostic
Vincent Mailhol
1
-10
/
+11
2025-09-24
can: netlink: add can_ctrlmode_changelink()
Vincent Mailhol
1
-42
/
+54
2025-09-24
can: netlink: add can_dtb_changelink()
Vincent Mailhol
1
-64
/
+88
2025-09-24
can: netlink: make can_tdc_changelink() FD agnostic
Vincent Mailhol
1
-5
/
+6
2025-09-24
can: netlink: remove useless check in can_tdc_changelink()
Vincent Mailhol
1
-1
/
+1
2025-09-24
can: netlink: refactor CAN_CTRLMODE_TDC_{AUTO,MANUAL} flag reset logic
Vincent Mailhol
1
-5
/
+4
2025-09-24
can: netlink: add can_validate_databittiming()
Vincent Mailhol
1
-20
/
+44
2025-09-24
can: netlink: add can_validate_tdc()
Vincent Mailhol
1
-34
/
+48
2025-09-24
can: netlink: refactor can_validate_bittiming()
Vincent Mailhol
1
-19
/
+17
2025-09-24
can: enable CAN XL for virtual CAN devices by default
Vincent Mailhol
2
-2
/
+2
2025-09-24
can: populate the minimum and maximum MTU values
Vincent Mailhol
2
-7
/
+22
2025-09-24
wifi: libertas: add WQ_UNBOUND to alloc_workqueue users
Marco Crivellari
3
-3
/
+5
2025-09-24
Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"
Johannes Berg
3
-5
/
+3
2025-09-23
net/mlx5e: Fix missing FEC RS stats for RS_544_514_INTERLEAVED_QUAD
Carolina Jubran
1
-0
/
+1
2025-09-23
net/mlx5: HWS, ignore flow level for multi-dest table
Yevgeny Kliteynik
3
-12
/
+6
2025-09-23
net/mlx5: fs, fix UAF in flow counter release
Moshe Shemesh
4
-5
/
+31
2025-09-23
net: phy: stop exporting phy_driver_register
Heiner Kallweit
1
-2
/
+2
[prev]
[next]