index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
Age
Commit message (
Expand
)
Author
6 days
netconsole: do not warn when the best-effort skb allocation fails
Breno Leitao
2026-06-18
netconsole: don't drop the last byte of a full-sized message
Breno Leitao
2026-06-12
netconsole: clear cached dev_name on resume-window cleanup
Breno Leitao
2026-06-09
netconsole: close netdevice unregister window during target resume
Breno Leitao
2026-06-09
netconsole: clean up deactivated targets dropped before the cleanup worker
Breno Leitao
2026-06-09
netconsole: take target_cleanup_list_lock in drop_netconsole_target()
Breno Leitao
2026-06-09
netconsole: do not dequeue pooled skbs that cannot satisfy len
Breno Leitao
2026-06-09
netconsole: do not schedule skb pool refill from NMI
Breno Leitao
2026-05-26
netconsole: Constify struct configfs_item_operations and configfs_group_opera...
Christophe JAILLET
2026-05-13
netconsole: move find_skb() from netpoll
Breno Leitao
2026-05-13
netconsole: move netpoll_udp_checksum() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_udp() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_eth() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_ipv4() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_ipv6() from netpoll
Breno Leitao
2026-05-13
netconsole: move netpoll_send_udp() from netpoll
Breno Leitao
2026-04-28
netconsole: restore userdatum value on update_userdata() failure
Breno Leitao
2026-04-28
netconsole: propagate device name truncation in dev_name_store()
Breno Leitao
2026-04-28
netconsole: avoid clobbering userdatum value on truncated write
Breno Leitao
2026-04-28
netconsole: return count instead of strnlen(buf, count) from store callbacks
Breno Leitao
2026-04-23
netconsole: avoid out-of-bounds access on empty string in trim_newline()
Breno Leitao
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
[next]