First  |  Prev |  Next  |  Last
Pages: 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736
[PATCH] ni52: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/ni52.c | 37 ++++++++++++++++++------------------- 1 files changed, 18 insertions(+), 19 deletions(-) diff --git a/drivers/... 5 Jul 2010 08:52
[PATCH] lance: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/lance.c | 56 +++++++++++++++++++++++++++++--------------------- 1 files changed, 32 insertions(+), 24 deletions(-) diff --... 5 Jul 2010 08:52
[PATCH] ksz884x: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/ksz884x.c | 46 ++++++++++++++++++++++------------------------ 1 files changed, 22 insertions(+), 24 deletions(-) diff --gi... 5 Jul 2010 08:52
[PATCHv6 3/9] BFS: clean up the superblock usage
From: Artem Bityutskiy <Artem.Bityutskiy(a)nokia.com> BFS is a very simple FS and its superblocks contains only static information and is never changed. However, the BFS code for some misterious reasons marked its buffer head as dirty from time to time, but nothing in that buffer was ever changed. This patch rem... 5 Jul 2010 08:52
[PATCH] mac89x0: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/mac89x0.c | 52 +++++++++++++++++++++++++++--------------------- 1 files changed, 29 insertions(+), 23 deletions(-) diff --... 5 Jul 2010 08:52
[PATCH] ns83820: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/ns83820.c | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git ... 5 Jul 2010 08:52
[PATCH] sun3_82586: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/sun3_82586.c | 35 +++++++++++++++++------------------ 1 files changed, 17 insertions(+), 18 deletions(-) diff --git a/driv... 5 Jul 2010 08:51
[PATCH] hp100: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/hp100.c | 47 ++++++++++++++++++++++------------------------- 1 files changed, 22 insertions(+), 25 deletions(-) diff --git... 5 Jul 2010 08:51
[PATCH] epic100: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/epic100.c | 47 ++++++++++++++++++++++------------------------- 1 files changed, 22 insertions(+), 25 deletions(-) diff --g... 5 Jul 2010 08:51
[PATCH] starfire: Use the instance of net_device_stats from net_device.
Since net_device has an instance of net_device_stats, we can remove the instance of this from the adapter structure. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/net/starfire.c | 47 +++++++++++++++++++++++------------------------ 1 files changed, 23 insertions(+), 24 deletions(-) diff --... 5 Jul 2010 08:51
First  |  Prev |  Next  |  Last
Pages: 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736