aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/netconsole.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-10netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASEGustavo Luiz Duarte1-2/+1
2025-03-21netconsole: append release to sysdataBreno Leitao1-0/+10
2025-03-21netconsole: add 'sysdata' suffix to related functionsBreno Leitao1-4/+4
2025-03-21netconsole: implement configfs for release_enabledBreno Leitao1-0/+49
2025-03-21netconsole: introduce 'release' as a new sysdata fieldBreno Leitao1-0/+4
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar1-1/+1
2025-03-04netconsole: add task name to extra data fieldsBreno Leitao1-1/+10
2025-03-04netconsole: add configfs controls for taskname sysdata featureBreno Leitao1-0/+50
2025-03-04netconsole: add taskname to extradata entry countBreno Leitao1-0/+4
2025-03-04netconsole: refactor CPU number formatting into separate functionBreno Leitao1-7/+11
2025-03-04netconsole: Make boolean comparison consistentBreno Leitao1-1/+1
2025-03-04netconsole: prefix CPU_NR sysdata feature with SYSDATA_Breno Leitao1-7/+7
2025-02-10netconsole: add support for sysdata and CPU populationBreno Leitao1-10/+43
2025-02-10netconsole: Include sysdata in extradata entry countBreno Leitao1-1/+9
2025-02-10netconsole: Introduce configfs helpers for sysdata featuresBreno Leitao1-0/+81
2025-02-10netconsole: Helper to count number of used entriesBreno Leitao1-3/+11
2025-02-10netconsole: Rename userdata to extradataBreno Leitao1-43/+44
2025-02-10netconsole: consolidate send buffers into netconsole_target structBreno Leitao1-14/+16
2025-01-09netconsole: Warn if MAX_USERDATA_ITEMS limit is exceededBreno Leitao1-1/+1
2024-12-04netcons: Add udp send fail statistics to netconsoleMaksym Kutsevol1-3/+57
2024-10-22net: netconsole: split send_msg_fragmentedBreno Leitao1-31/+50
2024-10-22net: netconsole: do not pass userdata up to the tailBreno Leitao1-9/+10
2024-10-22net: netconsole: extract release appending into separate functionBreno Leitao1-5/+10
2024-10-22net: netconsole: track explicitly if msgbody was written to bufferBreno Leitao1-2/+12
2024-10-22net: netconsole: introduce variable to track body lengthBreno Leitao1-4/+5
2024-10-22net: netconsole: rename body to msg_bodyBreno Leitao1-20/+21
2024-10-22net: netconsole: separate fragmented message handling in send_ext_msgBreno Leitao1-28/+48
2024-10-22net: netconsole: split send_ext_msg_udp() functionBreno Leitao1-17/+29
2024-10-22net: netconsole: remove msg_ready variableBreno Leitao1-3/+1
2024-10-09net: netconsole: fix wrong warningBreno Leitao1-1/+7
2024-08-26net: netconsole: Populate dynamic entry even if netpoll failsBreno Leitao1-4/+11
2024-08-13net: netconsole: Constify struct config_item_typeChristophe JAILLET1-1/+1
2024-08-13net: netconsole: Defer netpoll cleanup to avoid lock release during list traversalBreno Leitao1-16/+67
2024-08-13net: netconsole: Unify Function Return PathsBreno Leitao1-23/+15
2024-08-13net: netconsole: Standardize variable namingBreno Leitao1-25/+25
2024-08-13net: netconsole: Correct mismatched return typesBreno Leitao1-6/+6
2024-08-05net: netconsole: Fix MODULE_AUTHOR formatBreno Leitao1-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-07-14net: netconsole: Disable target before netpoll cleanupBreno Leitao1-1/+1
2024-07-11net: netconsole: Eliminate redundant setting of enabled fieldBreno Leitao1-2/+1
2024-07-11net: netconsole: Remove unnecessary cast from boolBreno Leitao1-1/+1
2024-05-29netconsole: Do not shutdown dynamic configuration if cmdline is invalidBreno Leitao1-0/+2
2024-03-11net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood1-5/+7
2024-02-09net: netconsole: append userdata to fragmented netconsole messagesMatthew Wood1-13/+37
2024-02-09net: netconsole: append userdata to netconsole messagesMatthew Wood1-2/+17
2024-02-09net: netconsole: cache userdata formatted string in netconsole_targetMatthew Wood1-0/+61
2024-02-09net: netconsole: add a userdata config_group member to netconsole_targetMatthew Wood1-5/+142
2024-02-09net: netconsole: move newline trimming to functionMatthew Wood1-6/+11
2024-02-09net: netconsole: move netconsole_target config_item to config_groupMatthew Wood1-27/+31
2024-02-09net: netconsole: cleanup formatting lintsMatthew Wood1-5/+8