index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-10
netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASE
Gustavo Luiz Duarte
1
-2
/
+1
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
2025-02-10
netconsole: consolidate send buffers into netconsole_target struct
Breno Leitao
1
-14
/
+16
2025-01-09
netconsole: Warn if MAX_USERDATA_ITEMS limit is exceeded
Breno Leitao
1
-1
/
+1
2024-12-04
netcons: Add udp send fail statistics to netconsole
Maksym Kutsevol
1
-3
/
+57
2024-10-22
net: netconsole: split send_msg_fragmented
Breno Leitao
1
-31
/
+50
2024-10-22
net: netconsole: do not pass userdata up to the tail
Breno Leitao
1
-9
/
+10
2024-10-22
net: netconsole: extract release appending into separate function
Breno Leitao
1
-5
/
+10
2024-10-22
net: netconsole: track explicitly if msgbody was written to buffer
Breno Leitao
1
-2
/
+12
2024-10-22
net: netconsole: introduce variable to track body length
Breno Leitao
1
-4
/
+5
2024-10-22
net: netconsole: rename body to msg_body
Breno Leitao
1
-20
/
+21
2024-10-22
net: netconsole: separate fragmented message handling in send_ext_msg
Breno Leitao
1
-28
/
+48
2024-10-22
net: netconsole: split send_ext_msg_udp() function
Breno Leitao
1
-17
/
+29
2024-10-22
net: netconsole: remove msg_ready variable
Breno Leitao
1
-3
/
+1
2024-10-09
net: netconsole: fix wrong warning
Breno Leitao
1
-1
/
+7
2024-08-26
net: netconsole: Populate dynamic entry even if netpoll fails
Breno Leitao
1
-4
/
+11
2024-08-13
net: netconsole: Constify struct config_item_type
Christophe JAILLET
1
-1
/
+1
2024-08-13
net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal
Breno Leitao
1
-16
/
+67
2024-08-13
net: netconsole: Unify Function Return Paths
Breno Leitao
1
-23
/
+15
2024-08-13
net: netconsole: Standardize variable naming
Breno Leitao
1
-25
/
+25
2024-08-13
net: netconsole: Correct mismatched return types
Breno Leitao
1
-6
/
+6
2024-08-05
net: netconsole: Fix MODULE_AUTHOR format
Breno Leitao
1
-1
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-07-14
net: netconsole: Disable target before netpoll cleanup
Breno Leitao
1
-1
/
+1
2024-07-11
net: netconsole: Eliminate redundant setting of enabled field
Breno Leitao
1
-2
/
+1
2024-07-11
net: netconsole: Remove unnecessary cast from bool
Breno Leitao
1
-1
/
+1
2024-05-29
netconsole: Do not shutdown dynamic configuration if cmdline is invalid
Breno Leitao
1
-0
/
+2
2024-03-11
net: netconsole: Add continuation line prefix to userdata messages
Matthew Wood
1
-5
/
+7
2024-02-09
net: netconsole: append userdata to fragmented netconsole messages
Matthew Wood
1
-13
/
+37
2024-02-09
net: netconsole: append userdata to netconsole messages
Matthew Wood
1
-2
/
+17
2024-02-09
net: netconsole: cache userdata formatted string in netconsole_target
Matthew Wood
1
-0
/
+61
2024-02-09
net: netconsole: add a userdata config_group member to netconsole_target
Matthew Wood
1
-5
/
+142
2024-02-09
net: netconsole: move newline trimming to function
Matthew Wood
1
-6
/
+11
2024-02-09
net: netconsole: move netconsole_target config_item to config_group
Matthew Wood
1
-27
/
+31
2024-02-09
net: netconsole: cleanup formatting lints
Matthew Wood
1
-5
/
+8
[next]