summaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)AuthorLines
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
2015-06-25netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo-2/+0
2015-03-03netconsole: Use eth_<foo>_addr instead of memsetJoe Perches-2/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+12
2013-10-29netconsole: Convert to pr_<level>Joe Perches-30/+27
2013-10-25netconsole: fix multiple race conditionsNikolay Aleksandrov-7/+3
2013-10-25netconsole: fix NULL pointer dereferenceNikolay Aleksandrov-0/+8
2013-09-19netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov-4/+1
2013-09-03netconsole: avoid a crash with multiple sysfs writersDan Aloni-1/+12
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko-0/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-3/+2
2013-03-12netconsole: don't call __netpoll_cleanup() while atomicVeaceslav Falico-6/+9
2013-01-08netpoll: add IPv6 supportCong Wang-6/+38
2013-01-08netpoll: prepare for ipv6Cong Wang-4/+8
2012-11-08netconsole: add oops_only module optionAmerigo Wang-0/+6
2012-08-20netconsole: remove a redundant netconsole_target_put()Amerigo Wang-1/+0
2012-08-14netconsole: do not release spin_lock when calling __netpoll_cleanupAmerigo Wang-5/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches-6/+2
2011-10-18netconsole: enable netconsole can make net_device refcnt incorrentGao feng-0/+5
2011-09-20netconsole: switch init_netconsole() to late_initcallLin Ming-1/+7
2011-05-22net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang-3/+3
2011-05-22netpoll: disable netpoll when enslave a deviceAmerigo Wang-9/+17