summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)AuthorFilesLines
13 daysnetconsole: don't drop the last byte of a full-sized messageBreno Leitao1-5/+7
2026-06-13netconsole: clear cached dev_name on resume-window cleanupBreno Leitao1-4/+9
2026-06-09netconsole: close netdevice unregister window during target resumeBreno Leitao1-0/+19
2026-06-09netconsole: clean up deactivated targets dropped before the cleanup workerBreno Leitao1-1/+13
2026-06-09netconsole: take target_cleanup_list_lock in drop_netconsole_target()Breno Leitao1-0/+2
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao1-2/+20
2026-06-09netconsole: do not schedule skb pool refill from NMIBreno Leitao1-4/+19
2026-05-27netconsole: Constify struct configfs_item_operations and configfs_group_opera...Christophe JAILLET1-4/+4
2026-05-14netconsole: move find_skb() from netpollBreno Leitao1-0/+28
2026-05-14netconsole: move netpoll_udp_checksum() from netpollBreno Leitao1-0/+26
2026-05-14netconsole: move push_udp() from netpollBreno Leitao1-0/+18
2026-05-14netconsole: move push_eth() from netpollBreno Leitao1-0/+14
2026-05-14netconsole: move push_ipv4() from netpollBreno Leitao1-0/+28
2026-05-14netconsole: move push_ipv6() from netpollBreno Leitao1-0/+23
2026-05-14netconsole: move netpoll_send_udp() from netpollBreno Leitao1-0/+38
2026-04-29netconsole: restore userdatum value on update_userdata() failureBreno Leitao1-1/+7
2026-04-29netconsole: propagate device name truncation in dev_name_store()Breno Leitao1-0/+7
2026-04-29netconsole: avoid clobbering userdatum value on truncated writeBreno Leitao1-5/+3
2026-04-29netconsole: return count instead of strnlen(buf, count) from store callbacksBreno Leitao1-13/+13
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao1-0/+2
2026-03-04netconsole: fix sysdata_release_enabled_show checking wrong flagBreno Leitao1-1/+1
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+2
2026-02-24netconsole: avoid OOB reads, msg is not nul-terminatedJakub Kicinski1-1/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge 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