index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
netconsole: avoid out-of-bounds access on empty string in trim_newline()
Breno Leitao
1
-0
/
+2
2026-03-03
netconsole: fix sysdata_release_enabled_show checking wrong flag
Breno Leitao
1
-1
/
+1
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+2
2026-02-24
netconsole: avoid OOB reads, msg is not nul-terminated
Jakub Kicinski
1
-1
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-02-10
netconsole: Use printk context for CPU and task information
Breno Leitao
1
-17
/
+23
2026-02-10
netconsole: convert to NBCON console infrastructure
Breno Leitao
1
-39
/
+62
2026-02-10
netconsole: extract message fragmentation into send_msg_udp()
Breno Leitao
1
-9
/
+15
2026-01-21
netconsole: resume previously deactivated target
Andre Carvalho
1
-7
/
+120
2026-01-21
netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlock
Andre Carvalho
1
-39
/
+58
2026-01-21
netconsole: clear dev_name for devices bound by mac
Andre Carvalho
1
-0
/
+8
2026-01-21
netconsole: add STATE_DEACTIVATED to track targets disabled by low level
Breno Leitao
1
-1
/
+19
2026-01-21
netconsole: convert 'enabled' flag to enum for clearer state management
Andre Carvalho
1
-24
/
+28
2026-01-21
netconsole: add target_state enum
Breno Leitao
1
-0
/
+5
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2025-11-20
netconsole: Increase MAX_USERDATA_ITEMS
Gustavo Luiz Duarte
1
-1
/
+1
2025-11-20
netconsole: Dynamic allocation of userdata buffer
Gustavo Luiz Duarte
1
-30
/
+70
2025-11-20
netconsole: Split userdata and sysdata
Gustavo Luiz Duarte
1
-117
/
+98
2025-11-20
netconsole: Simplify send_fragmented_body()
Gustavo Luiz Duarte
1
-65
/
+46
2025-10-31
netconsole: Acquire su_mutex before navigating configs hierarchy
Gustavo Luiz Duarte
1
-0
/
+10
2025-10-29
netconsole: Fix race condition in between reader and writer of userdata
Gustavo Luiz Duarte
1
-8
/
+13
2025-08-12
netconsole: use netpoll_parse_ip_addr in local_ip_store
Breno Leitao
1
-17
/
+5
2025-08-12
netconsole: use netpoll_parse_ip_addr in local_ip_store
Breno Leitao
1
-17
/
+5
2025-08-12
netconsole: add support for strings with new line in netpoll_parse_ip_addr
Breno Leitao
1
-13
/
+20
2025-08-12
netconsole: move netpoll_parse_ip_addr() earlier for reuse
Breno Leitao
1
-20
/
+20
2025-06-18
netconsole: append msgid to sysdata
Gustavo Luiz Duarte
1
-0
/
+13
2025-06-18
netconsole: implement configfs for msgid_enabled
Gustavo Luiz Duarte
1
-0
/
+49
2025-06-18
netconsole: introduce 'msgid' as a new sysdata field
Gustavo Luiz Duarte
1
-0
/
+4
2025-06-16
netconsole: improve code style in parser function
Breno Leitao
1
-5
/
+10
2025-06-16
netconsole: rename functions to better reflect their purpose
Breno Leitao
1
-8
/
+9
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
1
-0
/
+17
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
1
-0
/
+108
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2025-06-10
netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASE
Gustavo Luiz Duarte
1
-2
/
+1
2025-06-10
netconsole: Add automatic console unregistration on target removal
Breno Leitao
1
-2
/
+37
2025-06-10
netconsole: Only register console drivers when targets are configured
Breno Leitao
1
-8
/
+22
2025-03-21
netconsole: append release to sysdata
Breno Leitao
1
-0
/
+10
2025-03-21
netconsole: add 'sysdata' suffix to related functions
Breno Leitao
1
-4
/
+4
2025-03-21
netconsole: implement configfs for release_enabled
Breno Leitao
1
-0
/
+49
2025-03-21
netconsole: introduce 'release' as a new sysdata field
Breno Leitao
1
-0
/
+4
2025-03-19
net, treewide: define and use MAC_ADDR_STR_LEN
Uday Shankar
1
-1
/
+1
2025-03-04
netconsole: add task name to extra data fields
Breno Leitao
1
-1
/
+10
2025-03-04
netconsole: add configfs controls for taskname sysdata feature
Breno Leitao
1
-0
/
+50
2025-03-04
netconsole: add taskname to extradata entry count
Breno Leitao
1
-0
/
+4
2025-03-04
netconsole: refactor CPU number formatting into separate function
Breno Leitao
1
-7
/
+11
2025-03-04
netconsole: Make boolean comparison consistent
Breno Leitao
1
-1
/
+1
2025-03-04
netconsole: prefix CPU_NR sysdata feature with SYSDATA_
Breno Leitao
1
-7
/
+7
2025-02-10
netconsole: add support for sysdata and CPU population
Breno Leitao
1
-10
/
+43
[next]