summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)Author
6 daysnetconsole: do not warn when the best-effort skb allocation failsBreno Leitao
2026-06-18netconsole: don't drop the last byte of a full-sized messageBreno Leitao
2026-06-12netconsole: clear cached dev_name on resume-window cleanupBreno Leitao
2026-06-09netconsole: close netdevice unregister window during target resumeBreno Leitao
2026-06-09netconsole: clean up deactivated targets dropped before the cleanup workerBreno Leitao
2026-06-09netconsole: take target_cleanup_list_lock in drop_netconsole_target()Breno Leitao
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao
2026-06-09netconsole: do not schedule skb pool refill from NMIBreno Leitao
2026-05-26netconsole: Constify struct configfs_item_operations and configfs_group_opera...Christophe JAILLET
2026-05-13netconsole: move find_skb() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_udp_checksum() from netpollBreno Leitao
2026-05-13netconsole: move push_udp() from netpollBreno Leitao
2026-05-13netconsole: move push_eth() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv4() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv6() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_send_udp() from netpollBreno Leitao
2026-04-28netconsole: restore userdatum value on update_userdata() failureBreno Leitao
2026-04-28netconsole: propagate device name truncation in dev_name_store()Breno Leitao
2026-04-28netconsole: avoid clobbering userdatum value on truncated writeBreno Leitao
2026-04-28netconsole: return count instead of strnlen(buf, count) from store callbacksBreno Leitao
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao
2026-03-03netconsole: fix sysdata_release_enabled_show checking wrong flagBreno Leitao
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-24netconsole: avoid OOB reads, msg is not nul-terminatedJakub Kicinski
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-10netconsole: Use printk context for CPU and task informationBreno Leitao
2026-02-10netconsole: convert to NBCON console infrastructureBreno Leitao
2026-02-10netconsole: extract message fragmentation into send_msg_udp()Breno Leitao
2026-01-21netconsole: resume previously deactivated targetAndre Carvalho
2026-01-21netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlockAndre Carvalho
2026-01-21netconsole: clear dev_name for devices bound by macAndre Carvalho
2026-01-21netconsole: add STATE_DEACTIVATED to track targets disabled by low levelBreno Leitao
2026-01-21netconsole: convert 'enabled' flag to enum for clearer state managementAndre Carvalho
2026-01-21netconsole: add target_state enumBreno Leitao
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-11-20netconsole: Increase MAX_USERDATA_ITEMSGustavo Luiz Duarte
2025-11-20netconsole: Dynamic allocation of userdata bufferGustavo Luiz Duarte
2025-11-20netconsole: Split userdata and sysdataGustavo Luiz Duarte
2025-11-20netconsole: Simplify send_fragmented_body()Gustavo Luiz Duarte
2025-10-31netconsole: Acquire su_mutex before navigating configs hierarchyGustavo Luiz Duarte
2025-10-29netconsole: Fix race condition in between reader and writer of userdataGustavo Luiz Duarte
2025-08-12netconsole: use netpoll_parse_ip_addr in local_ip_storeBreno Leitao
2025-08-12netconsole: use netpoll_parse_ip_addr in local_ip_storeBreno Leitao
2025-08-12netconsole: add support for strings with new line in netpoll_parse_ip_addrBreno Leitao
2025-08-12netconsole: move netpoll_parse_ip_addr() earlier for reuseBreno Leitao
2025-06-18netconsole: append msgid to sysdataGustavo Luiz Duarte
2025-06-18netconsole: implement configfs for msgid_enabledGustavo Luiz Duarte
2025-06-18netconsole: introduce 'msgid' as a new sysdata fieldGustavo Luiz Duarte