index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netconsole: append msgid to sysdata
Gustavo Luiz Duarte
2025-06-18
1
-0
/
+13
*
netconsole: implement configfs for msgid_enabled
Gustavo Luiz Duarte
2025-06-18
1
-0
/
+49
*
netconsole: introduce 'msgid' as a new sysdata field
Gustavo Luiz Duarte
2025-06-18
1
-0
/
+4
*
netconsole: improve code style in parser function
Breno Leitao
2025-06-16
1
-5
/
+10
*
netconsole: rename functions to better reflect their purpose
Breno Leitao
2025-06-16
1
-8
/
+9
*
netpoll: move netpoll_print_options to netconsole
Breno Leitao
2025-06-16
1
-0
/
+17
*
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
2025-06-16
1
-0
/
+108
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-12
1
-2
/
+1
|
\
|
*
netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASE
Gustavo Luiz Duarte
2025-06-10
1
-2
/
+1
*
|
netconsole: Add automatic console unregistration on target removal
Breno Leitao
2025-06-10
1
-2
/
+37
*
|
netconsole: Only register console drivers when targets are configured
Breno Leitao
2025-06-10
1
-8
/
+22
|
/
*
netconsole: append release to sysdata
Breno Leitao
2025-03-21
1
-0
/
+10
*
netconsole: add 'sysdata' suffix to related functions
Breno Leitao
2025-03-21
1
-4
/
+4
*
netconsole: implement configfs for release_enabled
Breno Leitao
2025-03-21
1
-0
/
+49
*
netconsole: introduce 'release' as a new sysdata field
Breno Leitao
2025-03-21
1
-0
/
+4
*
net, treewide: define and use MAC_ADDR_STR_LEN
Uday Shankar
2025-03-19
1
-1
/
+1
*
netconsole: add task name to extra data fields
Breno Leitao
2025-03-04
1
-1
/
+10
*
netconsole: add configfs controls for taskname sysdata feature
Breno Leitao
2025-03-04
1
-0
/
+50
*
netconsole: add taskname to extradata entry count
Breno Leitao
2025-03-04
1
-0
/
+4
*
netconsole: refactor CPU number formatting into separate function
Breno Leitao
2025-03-04
1
-7
/
+11
*
netconsole: Make boolean comparison consistent
Breno Leitao
2025-03-04
1
-1
/
+1
*
netconsole: prefix CPU_NR sysdata feature with SYSDATA_
Breno Leitao
2025-03-04
1
-7
/
+7
*
netconsole: add support for sysdata and CPU population
Breno Leitao
2025-02-10
1
-10
/
+43
*
netconsole: Include sysdata in extradata entry count
Breno Leitao
2025-02-10
1
-1
/
+9
*
netconsole: Introduce configfs helpers for sysdata features
Breno Leitao
2025-02-10
1
-0
/
+81
*
netconsole: Helper to count number of used entries
Breno Leitao
2025-02-10
1
-3
/
+11
*
netconsole: Rename userdata to extradata
Breno Leitao
2025-02-10
1
-43
/
+44
*
netconsole: consolidate send buffers into netconsole_target struct
Breno Leitao
2025-02-10
1
-14
/
+16
*
netconsole: Warn if MAX_USERDATA_ITEMS limit is exceeded
Breno Leitao
2025-01-10
1
-1
/
+1
*
netcons: Add udp send fail statistics to netconsole
Maksym Kutsevol
2024-12-05
1
-3
/
+57
*
net: netconsole: split send_msg_fragmented
Breno Leitao
2024-10-22
1
-31
/
+50
*
net: netconsole: do not pass userdata up to the tail
Breno Leitao
2024-10-22
1
-9
/
+10
*
net: netconsole: extract release appending into separate function
Breno Leitao
2024-10-22
1
-5
/
+10
*
net: netconsole: track explicitly if msgbody was written to buffer
Breno Leitao
2024-10-22
1
-2
/
+12
*
net: netconsole: introduce variable to track body length
Breno Leitao
2024-10-22
1
-4
/
+5
*
net: netconsole: rename body to msg_body
Breno Leitao
2024-10-22
1
-20
/
+21
*
net: netconsole: separate fragmented message handling in send_ext_msg
Breno Leitao
2024-10-22
1
-28
/
+48
*
net: netconsole: split send_ext_msg_udp() function
Breno Leitao
2024-10-22
1
-17
/
+29
*
net: netconsole: remove msg_ready variable
Breno Leitao
2024-10-22
1
-3
/
+1
*
net: netconsole: fix wrong warning
Breno Leitao
2024-10-10
1
-1
/
+7
*
net: netconsole: Populate dynamic entry even if netpoll fails
Breno Leitao
2024-08-26
1
-4
/
+11
*
net: netconsole: Constify struct config_item_type
Christophe JAILLET
2024-08-14
1
-1
/
+1
*
net: netconsole: Defer netpoll cleanup to avoid lock release during list trav...
Breno Leitao
2024-08-13
1
-16
/
+67
*
net: netconsole: Unify Function Return Paths
Breno Leitao
2024-08-13
1
-23
/
+15
*
net: netconsole: Standardize variable naming
Breno Leitao
2024-08-13
1
-25
/
+25
*
net: netconsole: Correct mismatched return types
Breno Leitao
2024-08-13
1
-6
/
+6
*
net: netconsole: Fix MODULE_AUTHOR format
Breno Leitao
2024-08-05
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-15
1
-1
/
+1
|
\
|
*
net: netconsole: Disable target before netpoll cleanup
Breno Leitao
2024-07-14
1
-1
/
+1
*
|
net: netconsole: Eliminate redundant setting of enabled field
Breno Leitao
2024-07-12
1
-2
/
+1
[next]