First  |  Prev |  Next  |  Last
Pages: 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744
[patch v2.3 1/4] netfilter: xt_ipvs (netfilter matcher for IPVS)
From: Hannes Eder <heder(a)google.com> This implements the kernel-space side of the netfilter matcher xt_ipvs. [ minor fixes by Simon Horman <horms(a)verge.net.au> ] Signed-off-by: Hannes Eder <heder(a)google.com> Signed-off-by: Simon Horman <horms(a)verge.net.au> --- include/linux/netfilter/xt_ipvs.h | 25 ++... 4 Jul 2010 09:00
[patch v2.3 2/4] IPVS: make friends with nf_conntrack
From: Hannes Eder <heder(a)google.com> Update the nf_conntrack tuple in reply direction, as we will see traffic from the real server (RIP) to the client (CIP). Once this is done we can use netfilters SNAT in POSTROUTING, especially with xt_ipvs, to do source NAT, e.g.: % iptables -t nat -A POSTROUTING -m ipvs -... 4 Jul 2010 09:00
omfs: fix memory leak
On Sat, Jul 03, 2010 at 10:33:48PM -0400, Davidlohr Bueso wrote: Hi, In omfs_fill_super(), when returning on error, sbi is not being freed. Thanks, Davidlohr. Hi Davidlohr, I don't think this is right: fill_super: err = omfs_fill_super() if (err) deactivate_locked_super(sb) ... 5 Jul 2010 02:25
hwmon: w83627ehf driver cleanup
Hi Guenter, On Sat, 3 Jul 2010 15:13:21 -0700, Guenter Roeck wrote: - Moved fan pwm register array pointers into per-instance data. - Only read fan pwm data for installed/supported fans. - Update fan max output and fan step output information from data in registers. - Create max_output and step_output at... 5 Jul 2010 08:51
hwmon: Add support for W83667HG-B to w83627ehf driver
Hi Guenter, On Sat, 3 Jul 2010 15:13:22 -0700, Guenter Roeck wrote: Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- Documentation/hwmon/w83627ehf | 15 +++++++++---- drivers/hwmon/w83627ehf.c | 42 ++++++++++++++++++++++++++++++++-------- 2 files changed, 43 insertions(+), 14 de... 4 Jul 2010 07:56
sound/oss: convert to unlocked_ioctl
> diff --git a/sound/oss/au1550_ac97.c b/sound/oss/au1550_ac97.c index c1070e3..3547450 100644 --- a/sound/oss/au1550_ac97.c +++ b/sound/oss/au1550_ac97.c @@ -824,22 +824,26 @@ mixdev_ioctl(struct ac97_codec *codec, unsigned int cmd, return codec->mixer_ioctl(codec, cmd, arg); } -static... 12 Jul 2010 17:24
[PATCH -staging] slicoss: Remove net_device_stats from the driver's private.
Remove net_device_stats from the driver's private. Signed-off-by: Denis Kirjanov <dkirjanov(a)kernel.org> --- drivers/staging/slicoss/slic.h | 1 - drivers/staging/slicoss/slicoss.c | 43 +++++++++++++++++++------------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/stagi... 4 Jul 2010 06:52
USB: gadget: storage_common: comments updated
Hello. Michal Nazarewicz wrote: Updated comment to describe why printing macros are needed even thought they are copied form the composite.h. Also, made multiline comments follow the coding standard. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> [...] diff --git a/drivers/usb/g... 4 Jul 2010 06:51
[PATCH] Staging: cx25821: fix brace coding style issue in cx25821-audio-upstream.c
>From b7f34cd4bf14c07f64a95f70410f34e2c843fd3b Mon Sep 17 00:00:00 2001 From: Joe Eloff <kagen101(a)gmail.com> Date: Sun, 4 Jul 2010 11:37:03 +0200 Subject: [PATCH] Staging: cx25821: fix brace coding style issue in cx25821-audio-upstream.c This is a patch to the cx25821.c file that fixes up a brace warning found by ... 4 Jul 2010 06:51
USB mass storage fails to register on kernel 2.6.32
On Sun, Jul 04, 2010 at 10:03:03AM +0200, Paul Sheer wrote: I have a Samsung Story external USB-2.0 1.5TB drive that fails to detect as a device in more recent kernel versions. Full kmsg details are below. Note that a USB thumb drive works fine on my system. Older kernels work fine with the Samsung also. In... 4 Jul 2010 10:05
First  |  Prev |  Next  |  Last
Pages: 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744