index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netconsole.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
net: netconsole: Populate dynamic entry even if netpoll fails
Breno Leitao
1
-4
/
+11
2024-08-14
net: netconsole: Constify struct config_item_type
Christophe JAILLET
1
-1
/
+1
2024-08-13
net: netconsole: Defer netpoll cleanup to avoid lock release during list trav...
Breno Leitao
1
-16
/
+67
2024-08-13
net: netconsole: Unify Function Return Paths
Breno Leitao
1
-23
/
+15
2024-08-13
net: netconsole: Standardize variable naming
Breno Leitao
1
-25
/
+25
2024-08-13
net: netconsole: Correct mismatched return types
Breno Leitao
1
-6
/
+6
2024-08-05
net: netconsole: Fix MODULE_AUTHOR format
Breno Leitao
1
-1
/
+1
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-07-14
net: netconsole: Disable target before netpoll cleanup
Breno Leitao
1
-1
/
+1
2024-07-12
net: netconsole: Eliminate redundant setting of enabled field
Breno Leitao
1
-2
/
+1
2024-07-12
net: netconsole: Remove unnecessary cast from bool
Breno Leitao
1
-1
/
+1
2024-05-30
netconsole: Do not shutdown dynamic configuration if cmdline is invalid
Breno Leitao
1
-0
/
+2
2024-03-12
net: netconsole: Add continuation line prefix to userdata messages
Matthew Wood
1
-5
/
+7
2024-02-09
net: netconsole: append userdata to fragmented netconsole messages
Matthew Wood
1
-13
/
+37
2024-02-09
net: netconsole: append userdata to netconsole messages
Matthew Wood
1
-2
/
+17
2024-02-09
net: netconsole: cache userdata formatted string in netconsole_target
Matthew Wood
1
-0
/
+61
2024-02-09
net: netconsole: add a userdata config_group member to netconsole_target
Matthew Wood
1
-5
/
+142
2024-02-09
net: netconsole: move newline trimming to function
Matthew Wood
1
-6
/
+11
2024-02-09
net: netconsole: move netconsole_target config_item to config_group
Matthew Wood
1
-27
/
+31
2024-02-09
net: netconsole: cleanup formatting lints
Matthew Wood
1
-5
/
+8
2023-10-14
netconsole: Attach cmdline target to dynamic target
Breno Leitao
1
-0
/
+28
2023-10-14
netconsole: Initialize configfs_item for default targets
Breno Leitao
1
-2
/
+23
2023-10-14
netconsole: move init/cleanup functions lower
Breno Leitao
1
-52
/
+52
2023-08-18
netconsole: Enable compile time configuration
Breno Leitao
1
-0
/
+5
2023-08-18
netconsole: Create a allocation helper
Breno Leitao
1
-20
/
+23
2023-07-25
netconsole: Use kstrtobool() instead of kstrtoint()
Breno Leitao
1
-19
/
+9
2023-07-25
netconsole: Use sysfs_emit() instead of snprintf()
Breno Leitao
1
-12
/
+12
2023-07-18
netconsole: Append kernel version to message
Breno Leitao
1
-3
/
+78
2022-12-02
netconsole: avoid CON_ENABLED misuse to track registration
John Ogness
1
-10
/
+11
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-5
/
+5
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-1
/
+1
2021-12-07
netpoll: add net device refcount tracker to struct netpoll
Eric Dumazet
1
-1
/
+1
2020-11-04
net: netconsole: Add description for 'netconsole_target's extended attribute
Lee Jones
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
1
-13
/
+1
2017-10-19
netconsole: make config_item_type const
Bhumika Goyal
1
-2
/
+2
2017-06-13
netconsole: Remove duplicate "netconsole: " logging prefix
Joe Perches
1
-1
/
+1
2015-10-14
netconsole: use per-attribute show and store methods
Christoph Hellwig
1
-139
/
+132
2015-06-26
netconsole: implement extended console support
Tejun Heo
1
-2
/
+139
2015-06-26
netconsole: make all dynamic netconsoles share a mutex
Tejun Heo
1
-5
/
+3
2015-06-26
netconsole: make netconsole_target->enabled a bool
Tejun Heo
1
-9
/
+9
2015-06-26
netconsole: remove unnecessary netconsole_target_get/out() from write_msg()
Tejun Heo
1
-2
/
+0
2015-03-04
netconsole: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+3
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+12
2013-10-30
netconsole: Convert to pr_<level>
Joe Perches
1
-30
/
+27
2013-10-26
netconsole: fix multiple race conditions
Nikolay Aleksandrov
1
-7
/
+3
2013-10-26
netconsole: fix NULL pointer dereference
Nikolay Aleksandrov
1
-0
/
+8
2013-09-19
netconsole: fix a deadlock with rtnl and netconsole's mutex
Nikolay Aleksandrov
1
-4
/
+1
2013-09-04
netconsole: avoid a crash with multiple sysfs writers
Dan Aloni
1
-1
/
+12
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+2
2013-06-05
net: core: move mac_pton() to lib/net_utils.c
Andy Shevchenko
1
-0
/
+1
[next]