- d94785b net: netconsole: fix wrong warning by Breno Leitao · 4 months ago
- 908ee29 net: netconsole: Populate dynamic entry even if netpoll fails by Breno Leitao · 6 months ago
- ed4290f net: netconsole: Constify struct config_item_type by Christophe JAILLET · 6 months ago
- 9771469 net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal by Breno Leitao · 6 months ago
- f2ab4c1 net: netconsole: Unify Function Return Paths by Breno Leitao · 6 months ago
- 5c4a39e net: netconsole: Standardize variable naming by Breno Leitao · 6 months ago
- e0a2b7e net: netconsole: Correct mismatched return types by Breno Leitao · 6 months ago
- 10a6545 net: netconsole: Fix MODULE_AUTHOR format by Breno Leitao · 7 months ago
- 51b35d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 7 months ago
- 97d9fba net: netconsole: Disable target before netpoll cleanup by Breno Leitao · 7 months ago
- 0066623 net: netconsole: Eliminate redundant setting of enabled field by Breno Leitao · 7 months ago
- a9359e8 net: netconsole: Remove unnecessary cast from bool by Breno Leitao · 7 months ago
- c339067 netconsole: Do not shutdown dynamic configuration if cmdline is invalid by Breno Leitao · 9 months ago
- 2b395358 net: netconsole: Add continuation line prefix to userdata messages by Matthew Wood · 12 months ago
- 1ec9daf net: netconsole: append userdata to fragmented netconsole messages by Matthew Wood · 1 year, 1 month ago
- b4ab4f2 net: netconsole: append userdata to netconsole messages by Matthew Wood · 1 year, 1 month ago
- df03f83 net: netconsole: cache userdata formatted string in netconsole_target by Matthew Wood · 1 year, 1 month ago
- 8a6d5fe net: netconsole: add a userdata config_group member to netconsole_target by Matthew Wood · 1 year, 1 month ago
- ae001dc net: netconsole: move newline trimming to function by Matthew Wood · 1 year, 1 month ago
- bd9c69a net: netconsole: move netconsole_target config_item to config_group by Matthew Wood · 1 year, 1 month ago
- 602ad3b net: netconsole: cleanup formatting lints by Matthew Wood · 1 year, 1 month ago
- 5fbd6cd netconsole: Attach cmdline target to dynamic target by Breno Leitao · 1 year, 4 months ago
- 131eeb4 netconsole: Initialize configfs_item for default targets by Breno Leitao · 1 year, 4 months ago
- 28856ab netconsole: move init/cleanup functions lower by Breno Leitao · 1 year, 4 months ago
- fad361a netconsole: Enable compile time configuration by Breno Leitao · 1 year, 6 months ago
- b0a9e2c netconsole: Create a allocation helper by Breno Leitao · 1 year, 6 months ago
- 004a04b netconsole: Use kstrtobool() instead of kstrtoint() by Breno Leitao · 1 year, 7 months ago
- 9f64b6e netconsole: Use sysfs_emit() instead of snprintf() by Breno Leitao · 1 year, 7 months ago
- c62c0a1 netconsole: Append kernel version to message by Breno Leitao · 1 year, 7 months ago
- 2c6b4b7 netconsole: avoid CON_ENABLED misuse to track registration by John Ogness · 2 years, 3 months ago
- fb3ceec net: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 6 months ago
- d62607c net: rename reference+tracking helpers by Jakub Kicinski · 2 years, 9 months ago
- 5fa5ae6 netpoll: add net device refcount tracker to struct netpoll by Eric Dumazet · 3 years, 3 months ago
- a8eb1a0 net: netconsole: Add description for 'netconsole_target's extended attribute by Lee Jones · 4 years, 4 months ago
- de6cc65 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 by Thomas Gleixner · 6 years ago
- 0d4a440 netconsole: make config_item_type const by Bhumika Goyal · 7 years ago
- 4a6a97e netconsole: Remove duplicate "netconsole: " logging prefix by Joe Perches · 8 years ago
- ea9ed9c netconsole: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
- e2f15f9 netconsole: implement extended console support by Tejun Heo · 10 years ago
- 369e5a8 netconsole: make all dynamic netconsoles share a mutex by Tejun Heo · 10 years ago
- 698cf1c netconsole: make netconsole_target->enabled a bool by Tejun Heo · 10 years ago
- a6d403a netconsole: remove unnecessary netconsole_target_get/out() from write_msg() by Tejun Heo · 10 years ago
- 1667c94 netconsole: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
- 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 22ded57 netconsole: Convert to pr_<level> by Joe Perches · 11 years ago
- c7c6eff netconsole: fix multiple race conditions by Nikolay Aleksandrov · 11 years ago
- 45e526e netconsole: fix NULL pointer dereference by Nikolay Aleksandrov · 11 years ago
- c71380f netconsole: fix a deadlock with rtnl and netconsole's mutex by Nikolay Aleksandrov · 11 years ago
- 7a163bf netconsole: avoid a crash with multiple sysfs writers by Dan Aloni · 11 years ago
- 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
- 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 12 years ago
- 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
- 3f315be netconsole: don't call __netpoll_cleanup() while atomic by Veaceslav Falico · 12 years ago
- b3d936f3 netpoll: add IPv6 support by Cong Wang · 12 years ago
- b7394d2 netpoll: prepare for ipv6 by Cong Wang · 12 years ago
- c1a60851 netconsole: add oops_only module option by Amerigo Wang · 12 years ago
- 72d3eb1 netconsole: remove a redundant netconsole_target_put() by Amerigo Wang · 13 years ago
- 3335f0c netconsole: do not release spin_lock when calling __netpoll_cleanup by Amerigo Wang · 13 years ago
- e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
- d512348 netconsole: enable netconsole can make net_device refcnt incorrent by Gao feng · 13 years ago
- 97c7de0 netconsole: switch init_netconsole() to late_initcall by Lin Ming · 13 years ago
- daf9209 net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASE by Amerigo Wang · 14 years ago
- 8d8fc29 netpoll: disable netpoll when enslave a device by Amerigo Wang · 14 years ago
- 4940fc8 net: add mac_pton() for parsing MAC address by Alexey Dobriyan · 14 years ago
- 99f823f9 netconsole: switch to kstrto*() functions by Alexey Dobriyan · 14 years ago
- 13f172f netconsole: fix deadlock when removing net driver that netconsole is using (v2) by Neil Horman · 14 years ago
- 38cfb90 netconsole: clarify stopping message by Ferenc Wagner · 14 years ago
- 141dfba netconsole: don't announce stopping if nothing happened by Ferenc Wagner · 14 years ago
- 3b410a3 bonding: Fix netconsole to not deadlock on rmmod by Neil Horman · 14 years ago
- 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 2382b15 netconsole: take care of NETDEV_UNREGISTER event by Bruno Prémont · 16 years ago
- e7557af netpoll: store local and remote ip in net-endian by Harvey Harrison · 16 years ago
- e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
- 61a2d07 Remove newline from the description of module parameters by Niels de Vos · 17 years ago
- a6795e9 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 17 years ago
- f89ab86 Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors." by Joel Becker · 17 years ago
- 11c3b79 configfs: Allow ->make_item() and ->make_group() to return detailed errors. by Joel Becker · 17 years ago
- 0517dee netconsole: only set CON_PRINTBUFFER if the user specifies a netconsole by Michael Ellerman · 17 years ago
- 69c3683 netconsole: avoid null pointer dereference at show_local_mac() by Keiichi KII · 17 years ago
- 0953864 [NETPOLL]: no need to store local_mac by Stephen Hemminger · 17 years ago
- 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
- 0bcc181 [NET] netconsole: Support dynamic reconfiguration using configfs by Satyam Sharma · 18 years ago
- b5427c2 [NET] netconsole: Support multiple logging targets by Satyam Sharma · 18 years ago
- 17951f3 [NET] netconsole: Introduce netconsole_netdev_notifier by Satyam Sharma · 18 years ago
- df180e3 [NET] netconsole: Introduce netconsole_target by Satyam Sharma · 18 years ago
- 0cc120be [NET] netconsole: Use netif_running() in write_msg() by Satyam Sharma · 18 years ago
- d2b6088 [NET] netconsole: Simplify boot/module option setup logic by Satyam Sharma · 18 years ago
- d133ccb [NET] netconsole: Remove bogus check by Satyam Sharma · 18 years ago
- d39badf [NET] netconsole: Cleanups, codingstyle, prettyfication by Satyam Sharma · 18 years ago
- 5de4a47 netpoll queue cleanup by Stephen Hemminger · 18 years ago
- b41848b netpoll setup error handling by Stephen Hemminger · 18 years ago
- 92cd6ee [NETCONSOLE]: Clean up initcall warning. by Matt Mackall · 19 years ago
- d938ab4 [NET] netconsole: set .name in struct console by Randy Dunlap · 19 years ago
- 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2