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-08-27
eth: fbnic: Reset hw stats upon PCI error
Mohsin Bashir
1
-0
/
+2
2025-08-27
eth: fbnic: Move hw_stats_lock out of fbnic_dev
Mohsin Bashir
6
-21
/
+29
2025-08-27
macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAX
Sabrina Dubroca
1
-6
/
+1
2025-08-27
macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAX
Sabrina Dubroca
1
-16
/
+6
2025-08-27
macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAX
Sabrina Dubroca
1
-5
/
+1
2025-08-27
macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITE
Sabrina Dubroca
1
-16
/
+18
2025-08-27
macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGE
Sabrina Dubroca
1
-4
/
+1
2025-08-27
macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOAD
Sabrina Dubroca
1
-2
/
+2
2025-08-27
macsec: remove validate_add_rxsc
Sabrina Dubroca
1
-10
/
+2
2025-08-27
macsec: use NLA_UINT for MACSEC_SA_ATTR_PN
Sabrina Dubroca
1
-11
/
+1
2025-08-27
macsec: use NLA_POLICY_MAX_LEN for MACSEC_SA_ATTR_KEY
Sabrina Dubroca
1
-2
/
+1
2025-08-27
macsec: replace custom checks on MACSEC_SA_ATTR_KEYID with NLA_POLICY_EXACT_LEN
Sabrina Dubroca
1
-8
/
+1
2025-08-27
macsec: replace custom checks on MACSEC_SA_ATTR_SALT with NLA_POLICY_EXACT_LEN
Sabrina Dubroca
1
-18
/
+1
2025-08-27
macsec: replace custom checks on MACSEC_*_ATTR_ACTIVE with NLA_POLICY_MAX
Sabrina Dubroca
1
-23
/
+2
2025-08-27
macsec: replace custom checks on MACSEC_SA_ATTR_AN with NLA_POLICY_MAX
Sabrina Dubroca
1
-14
/
+1
2025-08-27
net: wwan: iosm: use int type to store negative error codes
Qianfeng Rong
1
-1
/
+1
2025-08-27
net: phy: fixed_phy: simplify fixed_mdio_read
Heiner Kallweit
1
-4
/
+1
2025-08-27
amd-xgbe: Use int type to store negative error codes
Qianfeng Rong
3
-3
/
+3
2025-08-27
net: stmmac: sun8i: drop unneeded default syscon value
Andre Przywara
1
-43
/
+4
2025-08-27
net: stmmac: rk: remove incorrect _DLY_DISABLE bit definition
Alok Tiwari
1
-2
/
+0
2025-08-27
net: phy: realtek: support for TRIGGER_NETDEV_LINK on RTL8211E and RTL8211F
Aleksander Jan Bajkowski
1
-7
/
+32
2025-08-27
wifi: mt76: fix linked list corruption
Felix Fietkau
1
-5
/
+3
2025-08-27
wifi: mt76: free pending offchannel tx frames on wcid cleanup
Felix Fietkau
1
-0
/
+4
2025-08-27
wifi: mt76: mt7915: fix list corruption after hardware restart
Felix Fietkau
3
-7
/
+43
2025-08-27
wifi: mt76: mt7996: add missing check for rx wcid entries
Felix Fietkau
1
-1
/
+1
2025-08-27
wifi: mt76: do not add non-sta wcid entries to the poll list
Felix Fietkau
1
-1
/
+1
2025-08-27
wifi: mt76: mt7996: fix crash on some tx status reports
Felix Fietkau
1
-1
/
+3
2025-08-27
wifi: mt76: mt7996: use the correct vif link for scanning/roc
Chad Monroe
1
-2
/
+6
2025-08-27
wifi: mt76: mt7996: disable beacons when going offchannel
Felix Fietkau
4
-21
/
+42
2025-08-27
wifi: mt76: prevent non-offchannel mgmt tx during scan/roc
Felix Fietkau
1
-1
/
+3
2025-08-27
wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmd
Ming Yen Hsieh
1
-4
/
+8
2025-08-27
wifi: mt76: mt7925u: use connac3 tx aggr check in tx complete
Ming Yen Hsieh
1
-1
/
+1
2025-08-27
wifi: mt76: mt7925: fix the wrong bss cleanup for SAP
Ming Yen Hsieh
1
-0
/
+3
2025-08-27
wifi: mt76: mt7925: fix locking in mt7925_change_vif_links()
Harshit Mogalapalli
1
-1
/
+3
2025-08-27
wifi: mt76: mt7921: don't disconnect when CSA to DFS chan
Janusz Dziedzic
1
-4
/
+1
2025-08-27
wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()
Nathan Chancellor
1
-2
/
+2
2025-08-27
ice: finish virtchnl.c split into rss.c
Przemek Kitszel
4
-718
/
+27
2025-08-27
ice: extract virt/rss.c: cleanup - p2
Przemek Kitszel
1
-1521
/
+0
2025-08-27
ice: extract virt/rss.c: cleanup - p1
Przemek Kitszel
1
-1408
/
+0
2025-08-27
ice: split RSS stuff out of virtchnl.c - copy back
Przemek Kitszel
2
-1
/
+3648
2025-08-27
ice: split RSS stuff out of virtchnl.c - tmp rename
Przemek Kitszel
2
-1
/
+1
2025-08-27
ice: finish virtchnl.c split into queues.c
Przemek Kitszel
4
-973
/
+31
2025-08-27
ice: extract virt/queues.c: cleanup - p3
Przemek Kitszel
1
-2392
/
+0
2025-08-27
ice: extract virt/queues.c: cleanup - p2
Przemek Kitszel
1
-181
/
+0
2025-08-27
ice: extract virt/queues.c: cleanup - p1
Przemek Kitszel
1
-1064
/
+0
2025-08-27
ice: split queue stuff out of virtchnl.c - copy back
Przemek Kitszel
2
-1
/
+4612
2025-08-27
ice: split queue stuff out of virtchnl.c - tmp rename
Przemek Kitszel
2
-1
/
+1
2025-08-26
net: hv_netvsc: fix loss of early receive events from host during channel open.
Dipayaan Roy
2
-16
/
+24
2025-08-26
net: stmmac: Set CIC bit only for TX queues with COE
Rohan G Thomas
1
-2
/
+4
2025-08-26
net: stmmac: xgmac: Correct supported speed modes
Rohan G Thomas
2
-2
/
+16
[prev]
[next]