index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
13 days
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-02-11
netconsole: Use printk context for CPU and task information
Breno Leitao
1
-17
/
+23
2026-02-11
netconsole: convert to NBCON console infrastructure
Breno Leitao
1
-39
/
+62
2026-02-11
netconsole: extract message fragmentation into send_msg_udp()
Breno Leitao
1
-9
/
+15
2026-01-22
netconsole: resume previously deactivated target
Andre Carvalho
1
-7
/
+120
2026-01-22
netconsole: introduce helpers for dynamic_netconsole_mutex lock/unlock
Andre Carvalho
1
-39
/
+58
2026-01-22
netconsole: clear dev_name for devices bound by mac
Andre Carvalho
1
-0
/
+8
2026-01-22
netconsole: add STATE_DEACTIVATED to track targets disabled by low level
Breno Leitao
1
-1
/
+19
2026-01-22
netconsole: convert 'enabled' flag to enum for clearer state management
Andre Carvalho
1
-24
/
+28
2026-01-22
netconsole: add target_state enum
Breno Leitao
1
-0
/
+5
2026-01-21
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2025-11-21
netconsole: Increase MAX_USERDATA_ITEMS
Gustavo Luiz Duarte
1
-1
/
+1
2025-11-21
netconsole: Dynamic allocation of userdata buffer
Gustavo Luiz Duarte
1
-30
/
+70
2025-11-21
netconsole: Split userdata and sysdata
Gustavo Luiz Duarte
1
-117
/
+98
2025-11-21
netconsole: Simplify send_fragmented_body()
Gustavo Luiz Duarte
1
-65
/
+46
2025-11-01
netconsole: Acquire su_mutex before navigating configs hierarchy
Gustavo Luiz Duarte
1
-0
/
+10
2025-10-30
netconsole: Fix race condition in between reader and writer of userdata
Gustavo Luiz Duarte
1
-8
/
+13
2025-08-13
netconsole: use netpoll_parse_ip_addr in local_ip_store
Breno Leitao
1
-17
/
+5
2025-08-13
netconsole: use netpoll_parse_ip_addr in local_ip_store
Breno Leitao
1
-17
/
+5
2025-08-13
netconsole: add support for strings with new line in netpoll_parse_ip_addr
Breno Leitao
1
-13
/
+20
2025-08-13
netconsole: move netpoll_parse_ip_addr() earlier for reuse
Breno Leitao
1
-20
/
+20
2025-06-18
netconsole: append msgid to sysdata
Gustavo Luiz Duarte
1
-0
/
+13
2025-06-18
netconsole: implement configfs for msgid_enabled
Gustavo Luiz Duarte
1
-0
/
+49
2025-06-18
netconsole: introduce 'msgid' as a new sysdata field
Gustavo Luiz Duarte
1
-0
/
+4
2025-06-17
netconsole: improve code style in parser function
Breno Leitao
1
-5
/
+10
2025-06-17
netconsole: rename functions to better reflect their purpose
Breno Leitao
1
-8
/
+9
2025-06-17
netpoll: move netpoll_print_options to netconsole
Breno Leitao
1
-0
/
+17
2025-06-17
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
1
-0
/
+108
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2025-06-11
netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASE
Gustavo Luiz Duarte
1
-2
/
+1
2025-06-11
netconsole: Add automatic console unregistration on target removal
Breno Leitao
1
-2
/
+37
2025-06-11
netconsole: Only register console drivers when targets are configured
Breno Leitao
1
-8
/
+22
2025-03-21
netconsole: append release to sysdata
Breno Leitao
1
-0
/
+10
2025-03-21
netconsole: add 'sysdata' suffix to related functions
Breno Leitao
1
-4
/
+4
2025-03-21
netconsole: implement configfs for release_enabled
Breno Leitao
1
-0
/
+49
2025-03-21
netconsole: introduce 'release' as a new sysdata field
Breno Leitao
1
-0
/
+4
2025-03-19
net, treewide: define and use MAC_ADDR_STR_LEN
Uday Shankar
1
-1
/
+1
2025-03-04
netconsole: add task name to extra data fields
Breno Leitao
1
-1
/
+10
2025-03-04
netconsole: add configfs controls for taskname sysdata feature
Breno Leitao
1
-0
/
+50
2025-03-04
netconsole: add taskname to extradata entry count
Breno Leitao
1
-0
/
+4
2025-03-04
netconsole: refactor CPU number formatting into separate function
Breno Leitao
1
-7
/
+11
2025-03-04
netconsole: Make boolean comparison consistent
Breno Leitao
1
-1
/
+1
2025-03-04
netconsole: prefix CPU_NR sysdata feature with SYSDATA_
Breno Leitao
1
-7
/
+7
2025-02-10
netconsole: add support for sysdata and CPU population
Breno Leitao
1
-10
/
+43
2025-02-10
netconsole: Include sysdata in extradata entry count
Breno Leitao
1
-1
/
+9
2025-02-10
netconsole: Introduce configfs helpers for sysdata features
Breno Leitao
1
-0
/
+81
2025-02-10
netconsole: Helper to count number of used entries
Breno Leitao
1
-3
/
+11
2025-02-10
netconsole: Rename userdata to extradata
Breno Leitao
1
-43
/
+44
[next]