aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/netconsole.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-13netconsole: Attach cmdline target to dynamic targetBreno Leitao1-0/+28
2023-10-13netconsole: Initialize configfs_item for default targetsBreno Leitao1-2/+23
2023-10-13netconsole: move init/cleanup functions lowerBreno Leitao1-52/+52
2023-08-17netconsole: Enable compile time configurationBreno Leitao1-0/+5
2023-08-17netconsole: Create a allocation helperBreno Leitao1-20/+23
2023-07-24netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao1-19/+9
2023-07-24netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao1-12/+12
2023-07-18netconsole: Append kernel version to messageBreno Leitao1-3/+78
2022-12-02netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness1-10/+11
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-5/+5
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet1-1/+1
2020-11-03net: netconsole: Add description for 'netconsole_target's extended attributeLee Jones1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-13/+1
2017-10-19netconsole: make config_item_type constBhumika Goyal1-2/+2
2017-06-13netconsole: Remove duplicate "netconsole: " logging prefixJoe Perches1-1/+1
2015-10-13netconsole: use per-attribute show and store methodsChristoph Hellwig1-139/+132
2015-06-25netconsole: implement extended console supportTejun Heo1-2/+139