index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
Age
Commit message (
Expand
)
Author
2026-03-03
netconsole: fix sysdata_release_enabled_show checking wrong flag
Breno Leitao
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-24
netconsole: avoid OOB reads, msg is not nul-terminated
Jakub Kicinski
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-02-10
netconsole: Use printk context for CPU and task information
Breno Leitao
2026-02-10
netconsole: convert to NBCON console infrastructure
Breno Leitao
2026-02-10
netconsole: extract message fragmentation into send_msg_udp()
Breno Leitao
2026-01-21
netconsole: resume previously deactivated target
Andre Carvalho
2026-01-21
netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlock
Andre Carvalho
2026-01-21
netconsole: clear dev_name for devices bound by mac
Andre Carvalho
2026-01-21
netconsole: add STATE_DEACTIVATED to track targets disabled by low level
Breno Leitao
2026-01-21
netconsole: convert 'enabled' flag to enum for clearer state management
Andre Carvalho
2026-01-21
netconsole: add target_state enum
Breno Leitao
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
2025-11-20
netconsole: Increase MAX_USERDATA_ITEMS
Gustavo Luiz Duarte
2025-11-20
netconsole: Dynamic allocation of userdata buffer
Gustavo Luiz Duarte
2025-11-20
netconsole: Split userdata and sysdata
Gustavo Luiz Duarte
2025-11-20
netconsole: Simplify send_fragmented_body()
Gustavo Luiz Duarte
2025-10-31
netconsole: Acquire su_mutex before navigating configs hierarchy
Gustavo Luiz Duarte
2025-10-29
netconsole: Fix race condition in between reader and writer of userdata
Gustavo Luiz Duarte
2025-08-12
netconsole: use netpoll_parse_ip_addr in local_ip_store
Breno Leitao
2025-08-12
netconsole: use netpoll_parse_ip_addr in local_ip_store
Breno Leitao
2025-08-12
netconsole: add support for strings with new line in netpoll_parse_ip_addr
Breno Leitao
2025-08-12
netconsole: move netpoll_parse_ip_addr() earlier for reuse
Breno Leitao
2025-06-18
netconsole: append msgid to sysdata
Gustavo Luiz Duarte
2025-06-18
netconsole: implement configfs for msgid_enabled
Gustavo Luiz Duarte
2025-06-18
netconsole: introduce 'msgid' as a new sysdata field
Gustavo Luiz Duarte
2025-06-16
netconsole: improve code style in parser function
Breno Leitao
2025-06-16
netconsole: rename functions to better reflect their purpose
Breno Leitao
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-10
netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASE
Gustavo Luiz Duarte
2025-06-10
netconsole: Add automatic console unregistration on target removal
Breno Leitao
2025-06-10
netconsole: Only register console drivers when targets are configured
Breno Leitao
2025-03-21
netconsole: append release to sysdata
Breno Leitao
2025-03-21
netconsole: add 'sysdata' suffix to related functions
Breno Leitao
2025-03-21
netconsole: implement configfs for release_enabled
Breno Leitao
2025-03-21
netconsole: introduce 'release' as a new sysdata field
Breno Leitao
2025-03-19
net, treewide: define and use MAC_ADDR_STR_LEN
Uday Shankar
2025-03-04
netconsole: add task name to extra data fields
Breno Leitao
2025-03-04
netconsole: add configfs controls for taskname sysdata feature
Breno Leitao
2025-03-04
netconsole: add taskname to extradata entry count
Breno Leitao
2025-03-04
netconsole: refactor CPU number formatting into separate function
Breno Leitao
2025-03-04
netconsole: Make boolean comparison consistent
Breno Leitao
2025-03-04
netconsole: prefix CPU_NR sysdata feature with SYSDATA_
Breno Leitao
2025-02-10
netconsole: add support for sysdata and CPU population
Breno Leitao
2025-02-10
netconsole: Include sysdata in extradata entry count
Breno Leitao
[next]