aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-13/+1
2017-10-19netconsole: make config_item_type constBhumika Goyal1-2/+2
2017-06-13netconsole: Remove duplicate "netconsole: " logging prefixJoe Perches1-1/+1
2015-10-13netconsole: use per-attribute show and store methodsChristoph Hellwig1-139/+132
2015-06-25netconsole: implement extended console supportTejun Heo1-2/+139
2015-06-25netconsole: make all dynamic netconsoles share a mutexTejun Heo1-5/+3
2015-06-25netconsole: make netconsole_target->enabled a boolTejun Heo1-9/+9
2015-06-25netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo1-2/+0
2015-03-03netconsole: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+12
2013-10-29netconsole: Convert to pr_<level>Joe Perches1-30/+27
2013-10-25netconsole: fix multiple race conditionsNikolay Aleksandrov1-7/+3
2013-10-25netconsole: fix NULL pointer dereferenceNikolay Aleksandrov1-0/+8
2013-09-19netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov1-4/+1
2013-09-03netconsole: avoid a crash with multiple sysfs writersDan Aloni1-1/+12
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko1-0/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+2
2013-03-12netconsole: don't call __netpoll_cleanup() while atomicVeaceslav Falico1-6/+9
2013-01-08netpoll: add IPv6 supportCong Wang1-6/+38
2013-01-08netpoll: prepare for ipv6Cong Wang1-4/+8
2012-11-08netconsole: add oops_only module optionAmerigo Wang1-0/+6
2012-08-20netconsole: remove a redundant netconsole_target_put()Amerigo Wang1-1/+0
2012-08-14netconsole: do not release spin_lock when calling __netpoll_cleanupAmerigo Wang1-5/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-6/+2
2011-10-18netconsole: enable netconsole can make net_device refcnt incorrentGao feng1-0/+5
2011-09-20netconsole: switch init_netconsole() to late_initcallLin Ming1-1/+7
2011-05-22net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang1-3/+3
2011-05-22netpoll: disable netpoll when enslave a deviceAmerigo Wang1-9/+17
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan1-16/+4
2011-05-09netconsole: switch to kstrto*() functionsAlexey Dobriyan1-48/+14
2011-04-22netconsole: fix deadlock when removing net driver that netconsole is using (v2)Neil Horman1-0/+8
2011-01-06netconsole: clarify stopping messageFerenc Wagner1-2/+2
2011-01-06netconsole: don't announce stopping if nothing happenedFerenc Wagner1-1/+3
2010-10-18bonding: Fix netconsole to not deadlock on rmmodNeil Horman1-1/+8
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-05-01netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont1-1/+10
2009-03-28netpoll: store local and remote ip in net-endianHarvey Harrison1-6/+4
2008-10-27net: convert print_mac to %pMJohannes Berg1-6/+3
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-17configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-1/+1
2008-07-17Revert "configfs: Allow ->make_item() and ->make_group() to return detailed errors."Joel Becker1-6/+4
2008-07-14configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker1-4/+6
2008-04-15netconsole: only set CON_PRINTBUFFER if the user specifies a netconsoleMichael Ellerman1-1/+4
2008-02-15netconsole: avoid null pointer dereference at show_local_mac()Keiichi KII1-2/+2
2008-01-28[NETPOLL]: no need to store local_macStephen Hemminger1-6/+4
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+6
2007-10-10[NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma1-26/+579
2007-10-10[NET] netconsole: Support multiple logging targetsSatyam Sharma1-40/+131