summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)Author
2026-08-13netconsole: publish the userdata payload with RCUBreno Leitao
2026-07-30netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()Breno Leitao
2026-07-30netconsole: move local_ip/remote_ip/ipv6 to netconsole_targetBreno Leitao
2026-07-30netconsole: move egress_dev() as netcons_egress_dev()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()Breno Leitao
2026-07-30netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()Breno Leitao
2026-07-30netconsole: take over netpoll_setup() from netpollBreno Leitao
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-17netconsole: move skb_pool / refill_wq from struct netpoll to netconsole_targetBreno Leitao
2026-07-17netconsole: move remote_mac from struct netpoll to netconsole_targetBreno Leitao
2026-07-17netconsole: move skb_pool_flush() from netpollBreno Leitao
2026-07-17netconsole: move local_port / remote_port from struct netpoll to netconsole_t...Breno Leitao
2026-07-17netconsole: move refill_skbs() and skb-pool sizing macros from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs_work_handler() from netpollBreno Leitao
2026-07-17netconsole: take over skb pool lifecycle from netpollBreno Leitao
2026-07-17netconsole: clean up released targets dropped before the cleanup workerBreno Leitao
2026-06-30netconsole: 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