summaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: netconsole: fix wrong warningBreno Leitao2024-10-101-1/+7
* net: netconsole: Populate dynamic entry even if netpoll failsBreno Leitao2024-08-261-4/+11
* net: netconsole: Constify struct config_item_typeChristophe JAILLET2024-08-141-1/+1
* net: netconsole: Defer netpoll cleanup to avoid lock release during list trav...Breno Leitao2024-08-131-16/+67
* net: netconsole: Unify Function Return PathsBreno Leitao2024-08-131-23/+15
* net: netconsole: Standardize variable namingBreno Leitao2024-08-131-25/+25
* net: netconsole: Correct mismatched return typesBreno Leitao2024-08-131-6/+6
* net: netconsole: Fix MODULE_AUTHOR formatBreno Leitao2024-08-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-151-1/+1
|\
| * net: netconsole: Disable target before netpoll cleanupBreno Leitao2024-07-141-1/+1
* | net: netconsole: Eliminate redundant setting of enabled fieldBreno Leitao2024-07-121-2/+1
* | net: netconsole: Remove unnecessary cast from boolBreno Leitao2024-07-121-1/+1
* | netconsole: Do not shutdown dynamic configuration if cmdline is invalidBreno Leitao2024-05-301-0/+2
|/
* net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood2024-03-111-5/+7
* net: netconsole: append userdata to fragmented netconsole messagesMatthew Wood2024-02-091-13/+37
* net: netconsole: append userdata to netconsole messagesMatthew Wood2024-02-091-2/+17
* net: netconsole: cache userdata formatted string in netconsole_targetMatthew Wood2024-02-091-0/+61
* net: netconsole: add a userdata config_group member to netconsole_targetMatthew Wood2024-02-091-5/+142
* net: netconsole: move newline trimming to functionMatthew Wood2024-02-091-6/+11
* net: netconsole: move netconsole_target config_item to config_groupMatthew Wood2024-02-091-27/+31
* net: netconsole: cleanup formatting lintsMatthew Wood2024-02-091-5/+8
* netconsole: Attach cmdline target to dynamic targetBreno Leitao2023-10-141-0/+28
* netconsole: Initialize configfs_item for default targetsBreno Leitao2023-10-141-2/+23
* netconsole: move init/cleanup functions lowerBreno Leitao2023-10-141-52/+52
* netconsole: Enable compile time configurationBreno Leitao2023-08-181-0/+5
* netconsole: Create a allocation helperBreno Leitao2023-08-181-20/+23
* netconsole: Use kstrtobool() instead of kstrtoint()Breno Leitao2023-07-251-19/+9
* netconsole: Use sysfs_emit() instead of snprintf()Breno Leitao2023-07-251-12/+12
* netconsole: Append kernel version to messageBreno Leitao2023-07-181-3/+78
* netconsole: avoid CON_ENABLED misuse to track registrationJohn Ogness2022-12-021-10/+11
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-5/+5
* net: rename reference+tracking helpersJakub Kicinski2022-06-101-1/+1
* netpoll: add net device refcount tracker to struct netpollEric Dumazet2021-12-071-1/+1
* net: netconsole: Add description for 'netconsole_target's extended attributeLee Jones2020-11-041-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-13/+1
* netconsole: make config_item_type constBhumika Goyal2017-10-191-2/+2
* netconsole: Remove duplicate "netconsole: " logging prefixJoe Perches2017-06-131-1/+1
* netconsole: use per-attribute show and store methodsChristoph Hellwig2015-10-141-139/+132
* netconsole: implement extended console supportTejun Heo2015-06-261-2/+139
* netconsole: make all dynamic netconsoles share a mutexTejun Heo2015-06-261-5/+3
* netconsole: make netconsole_target->enabled a boolTejun Heo2015-06-261-9/+9
* netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo2015-06-261-2/+0
* netconsole: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-8/+12
|\
| * netconsole: fix multiple race conditionsNikolay Aleksandrov2013-10-261-7/+3
| * netconsole: fix NULL pointer dereferenceNikolay Aleksandrov2013-10-261-0/+8
* | netconsole: Convert to pr_<level>Joe Perches2013-10-291-30/+27
|/
* netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov2013-09-191-4/+1
* netconsole: avoid a crash with multiple sysfs writersDan Aloni2013-09-041-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-3/+2
|\