summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)Author
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
2024-07-11net: netconsole: Remove unnecessary cast from boolBreno Leitao
2024-05-29netconsole: Do not shutdown dynamic configuration if cmdline is invalidBreno Leitao
2024-03-11net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood
2024-02-09net: netconsole: append userdata to fragmented netconsole messagesMatthew Wood
2024-02-09net: netconsole: append userdata to netconsole messagesMatthew Wood
2024-02-09net: netconsole: cache userdata formatted string in netconsole_targetMatthew Wood
2024-02-09net: netconsole: add a userdata config_group member to netconsole_targetMatthew Wood
2024-02-09net: netconsole: move newline trimming to functionMatthew Wood
2024-02-09net: netconsole: move netconsole_target config_item to config_groupMatthew Wood
2024-02-09net: netconsole: cleanup formatting lintsMatthew Wood
2023-10-13netconsole: Attach cmdline target to dynamic targetBreno Leitao
2023-10-13netconsole: Initialize configfs_item for default targetsBreno Leitao
2023-10-13netconsole: move init/cleanup functions lowerBreno Leitao
2023-08-17netconsole: Enable compile time configurationBreno Leitao
2023-08-17netconsole: Create a allocation helperBreno Leitao
2023-07-24netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao
2023-07-24netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao
2023-07-18netconsole: Append kernel version to messageBreno Leitao
2022-12-02netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet
2020-11-03net: netconsole: Add description for 'netconsole_target's extended attributeLee Jones
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2017-10-19netconsole: make config_item_type constBhumika Goyal
2017-06-13netconsole: Remove duplicate "netconsole: " logging prefixJoe Perches
2015-10-13netconsole: use per-attribute show and store methodsChristoph Hellwig
2015-06-25netconsole: implement extended console supportTejun Heo
2015-06-25netconsole: make all dynamic netconsoles share a mutexTejun Heo
2015-06-25netconsole: make netconsole_target->enabled a boolTejun Heo