| Commit message (Expand) | Author | Age | Files | Lines |
* | netconsole: use per-attribute show and store methods | Christoph Hellwig | 2015-10-14 | 1 | -139/+132 |
* | netconsole: implement extended console support | Tejun Heo | 2015-06-26 | 1 | -2/+139 |
* | netconsole: make all dynamic netconsoles share a mutex | Tejun Heo | 2015-06-26 | 1 | -5/+3 |
* | netconsole: make netconsole_target->enabled a bool | Tejun Heo | 2015-06-26 | 1 | -9/+9 |
* | netconsole: remove unnecessary netconsole_target_get/out() from write_msg() | Tejun Heo | 2015-06-26 | 1 | -2/+0 |
* | netconsole: Use eth_<foo>_addr instead of memset | Joe Perches | 2015-03-03 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-11-04 | 1 | -8/+12 |
|\ |
|
| * | netconsole: fix multiple race conditions | Nikolay Aleksandrov | 2013-10-26 | 1 | -7/+3 |
| * | netconsole: fix NULL pointer dereference | Nikolay Aleksandrov | 2013-10-26 | 1 | -0/+8 |
* | | netconsole: Convert to pr_<level> | Joe Perches | 2013-10-29 | 1 | -30/+27 |
|/ |
|
* | netconsole: fix a deadlock with rtnl and netconsole's mutex | Nikolay Aleksandrov | 2013-09-19 | 1 | -4/+1 |
* | netconsole: avoid a crash with multiple sysfs writers | Dan Aloni | 2013-09-04 | 1 | -1/+12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-10 | 1 | -3/+2 |
|\ |
|
| * | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -3/+2 |
* | | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 2013-06-05 | 1 | -0/+1 |
|/ |
|
* | netconsole: don't call __netpoll_cleanup() while atomic | Veaceslav Falico | 2013-03-12 | 1 | -6/+9 |
* | netpoll: add IPv6 support | Cong Wang | 2013-01-09 | 1 | -6/+38 |
* | netpoll: prepare for ipv6 | Cong Wang | 2013-01-09 | 1 | -4/+8 |
* | netconsole: add oops_only module option | Amerigo Wang | 2012-11-09 | 1 | -0/+6 |
* | netconsole: remove a redundant netconsole_target_put() | Amerigo Wang | 2012-08-20 | 1 | -1/+0 |
* | netconsole: do not release spin_lock when calling __netpoll_cleanup | Amerigo Wang | 2012-08-14 | 1 | -5/+0 |
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 1 | -6/+2 |
* | netconsole: enable netconsole can make net_device refcnt incorrent | Gao feng | 2011-10-19 | 1 | -0/+5 |
* | netconsole: switch init_netconsole() to late_initcall | Lin Ming | 2011-09-20 | 1 | -1/+7 |
* | net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASE | Amerigo Wang | 2011-05-23 | 1 | -3/+3 |
* | netpoll: disable netpoll when enslave a device | Amerigo Wang | 2011-05-23 | 1 | -9/+17 |
* | net: add mac_pton() for parsing MAC address | Alexey Dobriyan | 2011-05-09 | 1 | -16/+4 |
* | netconsole: switch to kstrto*() functions | Alexey Dobriyan | 2011-05-09 | 1 | -48/+14 |
* | netconsole: fix deadlock when removing net driver that netconsole is using (v2) | Neil Horman | 2011-04-22 | 1 | -0/+8 |
* | netconsole: clarify stopping message | Ferenc Wagner | 2011-01-06 | 1 | -2/+2 |
* | netconsole: don't announce stopping if nothing happened | Ferenc Wagner | 2011-01-06 | 1 | -1/+3 |
* | bonding: Fix netconsole to not deadlock on rmmod | Neil Horman | 2010-10-18 | 1 | -1/+8 |
* | netpoll: add generic support for bridge and bonding devices | WANG Cong | 2010-05-06 | 1 | -6/+9 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | netconsole: take care of NETDEV_UNREGISTER event | Bruno Prémont | 2009-05-02 | 1 | -1/+10 |
* | netpoll: store local and remote ip in net-endian | Harvey Harrison | 2009-03-29 | 1 | -6/+4 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-28 | 1 | -6/+3 |
* | Remove newline from the description of module parameters | Niels de Vos | 2008-08-01 | 1 | -1/+1 |
* | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 2008-07-18 | 1 | -1/+1 |
* | Revert "configfs: Allow ->make_item() and ->make_group() to return detailed e... | Joel Becker | 2008-07-17 | 1 | -6/+4 |
* | configfs: Allow ->make_item() and ->make_group() to return detailed errors. | Joel Becker | 2008-07-14 | 1 | -4/+6 |
* | netconsole: only set CON_PRINTBUFFER if the user specifies a netconsole | Michael Ellerman | 2008-04-15 | 1 | -1/+4 |
* | netconsole: avoid null pointer dereference at show_local_mac() | Keiichi KII | 2008-02-15 | 1 | -2/+2 |
* | [NETPOLL]: no need to store local_mac | Stephen Hemminger | 2008-01-28 | 1 | -6/+4 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-11 | 1 | -8/+6 |
* | [NET] netconsole: Support dynamic reconfiguration using configfs | Satyam Sharma | 2007-10-11 | 1 | -26/+579 |
* | [NET] netconsole: Support multiple logging targets | Satyam Sharma | 2007-10-11 | 1 | -40/+131 |
* | [NET] netconsole: Introduce netconsole_netdev_notifier | Satyam Sharma | 2007-10-11 | 1 | -0/+32 |
* | [NET] netconsole: Introduce netconsole_target | Satyam Sharma | 2007-10-11 | 1 | -11/+25 |
* | [NET] netconsole: Use netif_running() in write_msg() | Satyam Sharma | 2007-10-11 | 1 | -9/+9 |