| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-31 | netconsole: Acquire su_mutex before navigating configs hierarchy | Gustavo Luiz Duarte | 1 | -0/+10 |
| 2025-10-29 | netconsole: Fix race condition in between reader and writer of userdata | Gustavo Luiz Duarte | 1 | -8/+13 |
| 2025-08-12 | netconsole: use netpoll_parse_ip_addr in local_ip_store | Breno Leitao | 1 | -17/+5 |
| 2025-08-12 | netconsole: use netpoll_parse_ip_addr in local_ip_store | Breno Leitao | 1 | -17/+5 |
| 2025-08-12 | netconsole: add support for strings with new line in netpoll_parse_ip_addr | Breno Leitao | 1 | -13/+20 |
| 2025-08-12 | netconsole: move netpoll_parse_ip_addr() earlier for reuse | Breno Leitao | 1 | -20/+20 |
| 2025-06-18 | netconsole: append msgid to sysdata | Gustavo Luiz Duarte | 1 | -0/+13 |
| 2025-06-18 | netconsole: implement configfs for msgid_enabled | Gustavo Luiz Duarte | 1 | -0/+49 |
| 2025-06-18 | netconsole: introduce 'msgid' as a new sysdata field | Gustavo Luiz Duarte | 1 | -0/+4 |
| 2025-06-16 | netconsole: improve code style in parser function | Breno Leitao | 1 | -5/+10 |
| 2025-06-16 | netconsole: rename functions to better reflect their purpose | Breno Leitao | 1 | -8/+9 |
| 2025-06-16 | netpoll: move netpoll_print_options to netconsole | Breno Leitao | 1 | -0/+17 |
| 2025-06-16 | netpoll: relocate netconsole-specific functions to netconsole module | Breno Leitao | 1 | -0/+108 |
| 2025-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2025-06-10 | netconsole: fix appending sysdata when sysdata_fields == SYSDATA_RELEASE | Gustavo Luiz Duarte | 1 | -2/+1 |
| 2025-06-10 | netconsole: Add automatic console unregistration on target removal | Breno Leitao | 1 | -2/+37 |
| 2025-06-10 | netconsole: Only register console drivers when targets are configured | Breno Leitao | 1 | -8/+22 |
| 2025-03-21 | netconsole: append release to sysdata | Breno Leitao | 1 | -0/+10 |
| 2025-03-21 | netconsole: add 'sysdata' suffix to related functions | Breno Leitao | 1 | -4/+4 |
| 2025-03-21 | netconsole: implement configfs for release_enabled | Breno Leitao | 1 | -0/+49 |
| 2025-03-21 | netconsole: introduce 'release' as a new sysdata field | Breno Leitao | 1 | -0/+4 |
| 2025-03-19 | net, treewide: define and use MAC_ADDR_STR_LEN | Uday Shankar | 1 | -1/+1 |
| 2025-03-04 | netconsole: add task name to extra data fields | Breno Leitao | 1 | -1/+10 |
| 2025-03-04 | netconsole: add configfs controls for taskname sysdata feature | Breno Leitao | 1 | -0/+50 |
| 2025-03-04 | netconsole: add taskname to extradata entry count | Breno Leitao | 1 | -0/+4 |
| 2025-03-04 | netconsole: refactor CPU number formatting into separate function | Breno Leitao | 1 | -7/+11 |
| 2025-03-04 | netconsole: Make boolean comparison consistent | Breno Leitao | 1 | -1/+1 |
| 2025-03-04 | netconsole: prefix CPU_NR sysdata feature with SYSDATA_ | Breno Leitao | 1 | -7/+7 |
| 2025-02-10 | netconsole: add support for sysdata and CPU population | Breno Leitao | 1 | -10/+43 |
| 2025-02-10 | netconsole: Include sysdata in extradata entry count | Breno Leitao | 1 | -1/+9 |
| 2025-02-10 | netconsole: Introduce configfs helpers for sysdata features | Breno Leitao | 1 | -0/+81 |
| 2025-02-10 | netconsole: Helper to count number of used entries | Breno Leitao | 1 | -3/+11 |
| 2025-02-10 | netconsole: Rename userdata to extradata | Breno Leitao | 1 | -43/+44 |
| 2025-02-10 | netconsole: consolidate send buffers into netconsole_target struct | Breno Leitao | 1 | -14/+16 |
| 2025-01-09 | netconsole: Warn if MAX_USERDATA_ITEMS limit is exceeded | Breno Leitao | 1 | -1/+1 |
| 2024-12-04 | netcons: Add udp send fail statistics to netconsole | Maksym Kutsevol | 1 | -3/+57 |
| 2024-10-22 | net: netconsole: split send_msg_fragmented | Breno Leitao | 1 | -31/+50 |
| 2024-10-22 | net: netconsole: do not pass userdata up to the tail | Breno Leitao | 1 | -9/+10 |
| 2024-10-22 | net: netconsole: extract release appending into separate function | Breno Leitao | 1 | -5/+10 |
| 2024-10-22 | net: netconsole: track explicitly if msgbody was written to buffer | Breno Leitao | 1 | -2/+12 |
| 2024-10-22 | net: netconsole: introduce variable to track body length | Breno Leitao | 1 | -4/+5 |
| 2024-10-22 | net: netconsole: rename body to msg_body | Breno Leitao | 1 | -20/+21 |
| 2024-10-22 | net: netconsole: separate fragmented message handling in send_ext_msg | Breno Leitao | 1 | -28/+48 |
| 2024-10-22 | net: netconsole: split send_ext_msg_udp() function | Breno Leitao | 1 | -17/+29 |
| 2024-10-22 | net: netconsole: remove msg_ready variable | Breno Leitao | 1 | -3/+1 |
| 2024-10-09 | net: netconsole: fix wrong warning | Breno Leitao | 1 | -1/+7 |
| 2024-08-26 | net: netconsole: Populate dynamic entry even if netpoll fails | Breno Leitao | 1 | -4/+11 |
| 2024-08-13 | 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-11 | net: netconsole: Eliminate redundant setting of enabled field | Breno Leitao | 1 | -2/+1 |
| 2024-07-11 | net: netconsole: Remove unnecessary cast from bool | Breno Leitao | 1 | -1/+1 |
| 2024-05-29 | netconsole: Do not shutdown dynamic configuration if cmdline is invalid | Breno Leitao | 1 | -0/+2 |
| 2024-03-11 | 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-13 | netconsole: Attach cmdline target to dynamic target | Breno Leitao | 1 | -0/+28 |
| 2023-10-13 | netconsole: Initialize configfs_item for default targets | Breno Leitao | 1 | -2/+23 |
| 2023-10-13 | netconsole: move init/cleanup functions lower | Breno Leitao | 1 | -52/+52 |
| 2023-08-17 | netconsole: Enable compile time configuration | Breno Leitao | 1 | -0/+5 |
| 2023-08-17 | netconsole: Create a allocation helper | Breno Leitao | 1 | -20/+23 |
| 2023-07-24 | netconsole: Use kstrtobool() instead of kstrtoint() | Breno Leitao | 1 | -19/+9 |
| 2023-07-24 | 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-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -5/+5 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -1/+1 |
| 2021-12-06 | netpoll: add net device refcount tracker to struct netpoll | Eric Dumazet | 1 | -1/+1 |
| 2020-11-03 | 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-13 | netconsole: use per-attribute show and store methods | Christoph Hellwig | 1 | -139/+132 |
| 2015-06-25 | netconsole: implement extended console support | Tejun Heo | 1 | -2/+139 |
| 2015-06-25 | netconsole: make all dynamic netconsoles share a mutex | Tejun Heo | 1 | -5/+3 |
| 2015-06-25 | netconsole: make netconsole_target->enabled a bool | Tejun Heo | 1 | -9/+9 |
| 2015-06-25 | netconsole: remove unnecessary netconsole_target_get/out() from write_msg() | Tejun Heo | 1 | -2/+0 |
| 2015-03-03 | 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-29 | netconsole: Convert to pr_<level> | Joe Perches | 1 | -30/+27 |
| 2013-10-25 | netconsole: fix multiple race conditions | Nikolay Aleksandrov | 1 | -7/+3 |
| 2013-10-25 | 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-03 | netconsole: avoid a crash with multiple sysfs writers | Dan Aloni | 1 | -1/+12 |
| 2013-07-09 | 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 |
| 2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -3/+2 |
| 2013-03-12 | netconsole: don't call __netpoll_cleanup() while atomic | Veaceslav Falico | 1 | -6/+9 |
| 2013-01-08 | netpoll: add IPv6 support | Cong Wang | 1 | -6/+38 |
| 2013-01-08 | netpoll: prepare for ipv6 | Cong Wang | 1 | -4/+8 |
| 2012-11-08 | netconsole: add oops_only module option | Amerigo Wang | 1 | -0/+6 |
| 2012-08-20 | netconsole: remove a redundant netconsole_target_put() | Amerigo Wang | 1 | -1/+0 |
| 2012-08-14 | netconsole: do not release spin_lock when calling __netpoll_cleanup | Amerigo Wang | 1 | -5/+0 |
| 2012-01-31 | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 1 | -6/+2 |
| 2011-10-18 | netconsole: enable netconsole can make net_device refcnt incorrent | Gao feng | 1 | -0/+5 |
| 2011-09-20 | netconsole: switch init_netconsole() to late_initcall | Lin Ming | 1 | -1/+7 |
| 2011-05-22 | net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASE | Amerigo Wang | 1 | -3/+3 |
| 2011-05-22 | netpoll: disable netpoll when enslave a device | Amerigo Wang | 1 | -9/+17 |
| 2011-05-09 | net: add mac_pton() for parsing MAC address | Alexey Dobriyan | 1 | -16/+4 |
| 2011-05-09 | netconsole: switch to kstrto*() functions | Alexey Dobriyan | 1 | -48/+14 |
| 2011-04-22 | netconsole: fix deadlock when removing net driver that netconsole is using (v2) | Neil Horman | 1 | -0/+8 |
| 2011-01-06 | netconsole: clarify stopping message | Ferenc Wagner | 1 | -2/+2 |
| 2011-01-06 | netconsole: don't announce stopping if nothing happened | Ferenc Wagner | 1 | -1/+3 |
| 2010-10-18 | bonding: Fix netconsole to not deadlock on rmmod | Neil Horman | 1 | -1/+8 |
| 2010-05-06 | netpoll: add generic support for bridge and bonding devices | WANG Cong | 1 | -6/+9 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-05-01 | netconsole: take care of NETDEV_UNREGISTER event | Bruno Prémont | 1 | -1/+10 |
| 2009-03-28 | netpoll: store local and remote ip in net-endian | Harvey Harrison | 1 | -6/+4 |
| 2008-10-27 | net: convert print_mac to %pM | Johannes Berg | 1 | -6/+3 |
| 2008-08-01 | Remove newline from the description of module parameters | Niels de Vos | 1 | -1/+1 |
| 2008-07-17 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 1 | -1/+1 |
| 2008-07-17 | Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e... | Joel Becker | 1 | -6/+4 |
| 2008-07-14 | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 1 | -4/+6 |
| 2008-04-15 | netconsole: only set CON_PRINTBUFFER if the user specifies a netconsole | Michael Ellerman | 1 | -1/+4 |
| 2008-02-15 | netconsole: avoid null pointer dereference at show_local_mac() | Keiichi KII | 1 | -2/+2 |
| 2008-01-28 | [NETPOLL]: no need to store local_mac | Stephen Hemminger | 1 | -6/+4 |
| 2007-10-10 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 1 | -8/+6 |
| 2007-10-10 | [NET] netconsole: Support dynamic reconfiguration using configfs | Satyam Sharma | 1 | -26/+579 |
| 2007-10-10 | [NET] netconsole: Support multiple logging targets | Satyam Sharma | 1 | -40/+131 |
| 2007-10-10 | [NET] netconsole: Introduce netconsole_netdev_notifier | Satyam Sharma | 1 | -0/+32 |
| 2007-10-10 | [NET] netconsole: Introduce netconsole_target | Satyam Sharma | 1 | -11/+25 |
| 2007-10-10 | [NET] netconsole: Use netif_running() in write_msg() | Satyam Sharma | 1 | -9/+9 |
| 2007-10-10 | [NET] netconsole: Simplify boot/module option setup logic | Satyam Sharma | 1 | -13/+14 |
| 2007-10-10 | [NET] netconsole: Remove bogus check | Satyam Sharma | 1 | -3/+0 |
| 2007-10-10 | [NET] netconsole: Cleanups, codingstyle, prettyfication | Satyam Sharma | 1 | -28/+27 |
| 2006-12-02 | netpoll queue cleanup | Stephen Hemminger | 1 | -1/+0 |
| 2006-12-02 | netpoll setup error handling | Stephen Hemminger | 1 | -2/+5 |
| 2006-06-05 | [NETCONSOLE]: Clean up initcall warning. | Matt Mackall | 1 | -1/+1 |
| 2006-04-09 | [NET] netconsole: set .name in struct console | Randy Dunlap | 1 | -0/+1 |
| 2006-03-31 | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+127 |