summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)Author
2025-06-18netconsole: append msgid to sysdataGustavo Luiz Duarte
2025-06-18netconsole: implement configfs for msgid_enabledGustavo Luiz Duarte
2025-06-18netconsole: introduce 'msgid' as a new sysdata fieldGustavo Luiz Duarte
2025-06-16netconsole: improve code style in parser functionBreno Leitao
2025-06-16netconsole: rename functions to better reflect their purposeBreno Leitao
2025-06-16netpoll: move netpoll_print_options to netconsoleBreno Leitao
2025-06-16netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-10netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASEGustavo Luiz Duarte
2025-06-10netconsole: Add automatic console unregistration on target removalBreno Leitao
2025-06-10netconsole: Only register console drivers when targets are configuredBreno Leitao
2025-03-21netconsole: append release to sysdataBreno Leitao
2025-03-21netconsole: add 'sysdata' suffix to related functionsBreno Leitao
2025-03-21netconsole: implement configfs for release_enabledBreno Leitao
2025-03-21netconsole: introduce 'release' as a new sysdata fieldBreno Leitao
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar
2025-03-04netconsole: add task name to extra data fieldsBreno Leitao
2025-03-04netconsole: add configfs controls for taskname sysdata featureBreno Leitao
2025-03-04netconsole: add taskname to extradata entry countBreno Leitao
2025-03-04netconsole: refactor CPU number formatting into separate functionBreno Leitao
2025-03-04netconsole: Make boolean comparison consistentBreno Leitao
2025-03-04netconsole: prefix CPU_NR sysdata feature with SYSDATA_Breno Leitao
2025-02-10netconsole: add support for sysdata and CPU populationBreno Leitao
2025-02-10netconsole: Include sysdata in extradata entry countBreno Leitao
2025-02-10netconsole: Introduce configfs helpers for sysdata featuresBreno Leitao
2025-02-10netconsole: Helper to count number of used entriesBreno Leitao
2025-02-10netconsole: Rename userdata to extradataBreno Leitao
2025-02-10netconsole: consolidate send buffers into netconsole_target structBreno Leitao
2025-01-09netconsole: Warn if MAX_USERDATA_ITEMS limit is exceededBreno Leitao
2024-12-04netcons: Add udp send fail statistics to netconsoleMaksym Kutsevol
2024-10-22net: netconsole: split send_msg_fragmentedBreno Leitao
2024-10-22net: netconsole: do not pass userdata up to the tailBreno Leitao
2024-10-22net: netconsole: extract release appending into separate functionBreno Leitao
2024-10-22net: netconsole: track explicitly if msgbody was written to bufferBreno Leitao
2024-10-22net: netconsole: introduce variable to track body lengthBreno Leitao
2024-10-22net: netconsole: rename body to msg_bodyBreno Leitao
2024-10-22net: netconsole: separate fragmented message handling in send_ext_msgBreno Leitao
2024-10-22net: netconsole: split send_ext_msg_udp() functionBreno Leitao
2024-10-22net: netconsole: remove msg_ready variableBreno Leitao
2024-10-09net: netconsole: fix wrong warningBreno Leitao
2024-08-26net: netconsole: Populate dynamic entry even if netpoll failsBreno Leitao
2024-08-13net: netconsole: Constify struct config_item_typeChristophe JAILLET
2024-08-13net: netconsole: Defer netpoll cleanup to avoid lock release during list trav...Breno Leitao
2024-08-13net: netconsole: Unify Function Return PathsBreno Leitao
2024-08-13net: netconsole: Standardize variable namingBreno Leitao
2024-08-13net: netconsole: Correct mismatched return typesBreno Leitao
2024-08-05net: netconsole: Fix MODULE_AUTHOR formatBreno Leitao
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-14net: netconsole: Disable target before netpoll cleanupBreno Leitao
2024-07-11net: netconsole: Eliminate redundant setting of enabled fieldBreno Leitao