summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-11netconsole: Use printk context for CPU and task informationBreno Leitao1-17/+23
2026-02-11netconsole: convert to NBCON console infrastructureBreno Leitao1-39/+62
2026-02-11netconsole: extract message fragmentation into send_msg_udp()Breno Leitao1-9/+15
2026-01-22netconsole: resume previously deactivated targetAndre Carvalho1-7/+120
2026-01-22netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlockAndre Carvalho1-39/+58
2026-01-22netconsole: clear dev_name for devices bound by macAndre Carvalho1-0/+8
2026-01-22netconsole: add STATE_DEACTIVATED to track targets disabled by low levelBreno Leitao1-1/+19
2026-01-22netconsole: convert 'enabled' flag to enum for clearer state managementAndre Carvalho1-24/+28
2026-01-22netconsole: add target_state enumBreno Leitao1-0/+5
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-11-21netconsole: Increase MAX_USERDATA_ITEMSGustavo Luiz Duarte1-1/+1
2025-11-21netconsole: Dynamic allocation of userdata bufferGustavo Luiz Duarte1-30/+70
2025-11-21netconsole: Split userdata and sysdataGustavo Luiz Duarte1-117/+98
2025-11-21netconsole: Simplify send_fragmented_body()Gustavo Luiz Duarte1-65/+46
2025-11-01netconsole: Acquire su_mutex before navigating configs hierarchyGustavo Luiz Duarte1-0/+10
2025-10-30netconsole: Fix race condition in between reader and writer of userdataGustavo Luiz Duarte1-8/+13
2025-08-13netconsole: use netpoll_parse_ip_addr in local_ip_storeBreno Leitao1-17/+5
2025-08-13netconsole: use netpoll_parse_ip_addr in local_ip_storeBreno Leitao1-17/+5
2025-08-13netconsole: add support for strings with new line in netpoll_parse_ip_addrBreno Leitao1-13/+20
2025-08-13netconsole: move netpoll_parse_ip_addr() earlier for reuseBreno Leitao1-20/+20
2025-06-18netconsole: append msgid to sysdataGustavo Luiz Duarte1-0/+13
2025-06-18netconsole: implement configfs for msgid_enabledGustavo Luiz Duarte1-0/+49
2025-06-18netconsole: introduce 'msgid' as a new sysdata fieldGustavo Luiz Duarte1-0/+4
2025-06-17netconsole: improve code style in parser functionBreno Leitao1-5/+10
2025-06-17netconsole: rename functions to better reflect their purposeBreno Leitao1-8/+9
2025-06-17netpoll: move netpoll_print_options to netconsoleBreno Leitao1-0/+17
2025-06-17netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao1-0/+108
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2025-06-11netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASEGustavo Luiz Duarte1-2/+1
2025-06-11netconsole: Add automatic console unregistration on target removalBreno Leitao1-2/+37
2025-06-11netconsole: Only register console drivers when targets are configuredBreno Leitao1-8/+22
2025-03-21netconsole: append release to sysdataBreno Leitao1-0/+10
2025-03-21netconsole: add 'sysdata' suffix to related functionsBreno Leitao1-4/+4
2025-03-21netconsole: implement configfs for release_enabledBreno Leitao1-0/+49
2025-03-21netconsole: introduce 'release' as a new sysdata fieldBreno Leitao1-0/+4
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar1-1/+1
2025-03-04netconsole: add task name to extra data fieldsBreno Leitao1-1/+10
2025-03-04netconsole: add configfs controls for taskname sysdata featureBreno Leitao1-0/+50
2025-03-04netconsole: add taskname to extradata entry countBreno Leitao1-0/+4
2025-03-04netconsole: refactor CPU number formatting into separate functionBreno Leitao1-7/+11
2025-03-04netconsole: Make boolean comparison consistentBreno Leitao1-1/+1
2025-03-04netconsole: prefix CPU_NR sysdata feature with SYSDATA_Breno Leitao1-7/+7
2025-02-10netconsole: add support for sysdata and CPU populationBreno Leitao1-10/+43
2025-02-10netconsole: Include sysdata in extradata entry countBreno Leitao1-1/+9
2025-02-10netconsole: Introduce configfs helpers for sysdata featuresBreno Leitao1-0/+81
2025-02-10netconsole: Helper to count number of used entriesBreno Leitao1-3/+11
2025-02-10netconsole: Rename userdata to extradataBreno Leitao1-43/+44