summaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)AuthorLines
2024-10-22net: netconsole: split send_msg_fragmentedBreno Leitao-31/+50
2024-10-22net: netconsole: do not pass userdata up to the tailBreno Leitao-9/+10
2024-10-22net: netconsole: extract release appending into separate functionBreno Leitao-5/+10
2024-10-22net: netconsole: track explicitly if msgbody was written to bufferBreno Leitao-2/+12
2024-10-22net: netconsole: introduce variable to track body lengthBreno Leitao-4/+5
2024-10-22net: netconsole: rename body to msg_bodyBreno Leitao-20/+21
2024-10-22net: netconsole: separate fragmented message handling in send_ext_msgBreno Leitao-28/+48
2024-10-22net: netconsole: split send_ext_msg_udp() functionBreno Leitao-17/+29
2024-10-22net: netconsole: remove msg_ready variableBreno Leitao-3/+1
2024-10-09net: netconsole: fix wrong warningBreno Leitao-1/+7
2024-08-26net: netconsole: Populate dynamic entry even if netpoll failsBreno Leitao-4/+11
2024-08-13net: netconsole: Constify struct config_item_typeChristophe JAILLET-1/+1
2024-08-13net: netconsole: Defer netpoll cleanup to avoid lock release during list trav...Breno Leitao-16/+67
2024-08-13net: netconsole: Unify Function Return PathsBreno Leitao-23/+15
2024-08-13net: netconsole: Standardize variable namingBreno Leitao-25/+25
2024-08-13net: netconsole: Correct mismatched return typesBreno Leitao-6/+6
2024-08-05net: netconsole: Fix MODULE_AUTHOR formatBreno Leitao-1/+1
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-07-14net: netconsole: Disable target before netpoll cleanupBreno Leitao-1/+1
2024-07-11net: netconsole: Eliminate redundant setting of enabled fieldBreno Leitao-2/+1
2024-07-11net: netconsole: Remove unnecessary cast from boolBreno Leitao-1/+1
2024-05-29netconsole: Do not shutdown dynamic configuration if cmdline is invalidBreno Leitao-0/+2
2024-03-11net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood-5/+7
2024-02-09net: netconsole: append userdata to fragmented netconsole messagesMatthew Wood-13/+37
2024-02-09net: netconsole: append userdata to netconsole messagesMatthew Wood-2/+17
2024-02-09net: netconsole: cache userdata formatted string in netconsole_targetMatthew Wood-0/+61
2024-02-09net: netconsole: add a userdata config_group member to netconsole_targetMatthew Wood-5/+142
2024-02-09net: netconsole: move newline trimming to functionMatthew Wood-6/+11
2024-02-09net: netconsole: move netconsole_target config_item to config_groupMatthew Wood-27/+31
2024-02-09net: netconsole: cleanup formatting lintsMatthew Wood-5/+8
2023-10-13netconsole: Attach cmdline target to dynamic targetBreno Leitao-0/+28
2023-10-13netconsole: Initialize configfs_item for default targetsBreno Leitao-2/+23
2023-10-13netconsole: move init/cleanup functions lowerBreno Leitao-52/+52
2023-08-17netconsole: Enable compile time configurationBreno Leitao-0/+5
2023-08-17netconsole: Create a allocation helperBreno Leitao-20/+23
2023-07-24netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao-19/+9
2023-07-24netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao-12/+12
2023-07-18netconsole: Append kernel version to messageBreno Leitao-3/+78
2022-12-02netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness-10/+11
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-5/+5
2022-06-09net: rename reference+tracking helpersJakub Kicinski-1/+1
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet-1/+1
2020-11-03net: netconsole: Add description for 'netconsole_target's extended attributeLee Jones-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-13/+1
2017-10-19netconsole: make config_item_type constBhumika Goyal-2/+2
2017-06-13netconsole: Remove duplicate "netconsole: " logging prefixJoe Perches-1/+1
2015-10-13netconsole: use per-attribute show and store methodsChristoph Hellwig-139/+132
2015-06-25netconsole: implement extended console supportTejun Heo-2/+139
2015-06-25netconsole: make all dynamic netconsoles share a mutexTejun Heo-5/+3
2015-06-25netconsole: make netconsole_target->enabled a boolTejun Heo-9/+9