summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
Commit message (Expand)AuthorAge
* netconsole: make config_item_type constBhumika Goyal2017-10-19
* netconsole: Remove duplicate "netconsole: " logging prefixJoe Perches2017-06-13
* netconsole: use per-attribute show and store methodsChristoph Hellwig2015-10-13
* netconsole: implement extended console supportTejun Heo2015-06-25
* netconsole: make all dynamic netconsoles share a mutexTejun Heo2015-06-25
* netconsole: make netconsole_target->enabled a boolTejun Heo2015-06-25
* netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo2015-06-25
* netconsole: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\
| * netconsole: fix multiple race conditionsNikolay Aleksandrov2013-10-25
| * netconsole: fix NULL pointer dereferenceNikolay Aleksandrov2013-10-25
* | netconsole: Convert to pr_<level>Joe Perches2013-10-29
|/
* netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov2013-09-19
* netconsole: avoid a crash with multiple sysfs writersDan Aloni2013-09-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09
|\
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* | net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-05
|/
* netconsole: don't call __netpoll_cleanup() while atomicVeaceslav Falico2013-03-12
* netpoll: add IPv6 supportCong Wang2013-01-08
* netpoll: prepare for ipv6Cong Wang2013-01-08
* netconsole: add oops_only module optionAmerigo Wang2012-11-08
* netconsole: remove a redundant netconsole_target_put()Amerigo Wang2012-08-20
* netconsole: do not release spin_lock when calling __netpoll_cleanupAmerigo Wang2012-08-14
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-31
* netconsole: enable netconsole can make net_device refcnt incorrentGao feng2011-10-18
* netconsole: switch init_netconsole() to late_initcallLin Ming2011-09-20
* net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang2011-05-22
* netpoll: disable netpoll when enslave a deviceAmerigo Wang2011-05-22
* net: add mac_pton() for parsing MAC addressAlexey Dobriyan2011-05-09
* netconsole: switch to kstrto*() functionsAlexey Dobriyan2011-05-09
* netconsole: fix deadlock when removing net driver that netconsole is using (v2)Neil Horman2011-04-22
* netconsole: clarify stopping messageFerenc Wagner2011-01-06
* netconsole: don't announce stopping if nothing happenedFerenc Wagner2011-01-06
* bonding: Fix netconsole to not deadlock on rmmodNeil Horman2010-10-18
* netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-06
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont2009-05-01
* netpoll: store local and remote ip in net-endianHarvey Harrison2009-03-28
* net: convert print_mac to %pMJohannes Berg2008-10-27
* Remove newline from the description of module parametersNiels de Vos2008-08-01
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-17
* Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e...Joel Becker2008-07-17
* configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-14
* netconsole: only set CON_PRINTBUFFER if the user specifies a netconsoleMichael Ellerman2008-04-15
* netconsole: avoid null pointer dereference at show_local_mac()Keiichi KII2008-02-15
* [NETPOLL]: no need to store local_macStephen Hemminger2008-01-28
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-10
* [NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2007-10-10
* [NET] netconsole: Support multiple logging targetsSatyam Sharma2007-10-10
* [NET] netconsole: Introduce netconsole_netdev_notifierSatyam Sharma2007-10-10