Re: Resend: [RFC/PATCH] "safer ipv4 reassembly"

2005-07-30 Thread David S. Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sun, 31 Jul 2005 00:15:58 +1000 > Unfortunately, leaving ipc entires around opens us to > a potential DoS attack. By spoofing source addresses the attacker > could fill up our memory with these ipc entries. Granted we could > prune them in ip_evictor.

[PATCH 2/2][INET] just rename the TCP hashtable functions/structs to inet_

2005-07-30 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14-2.git Best Regards, - Arnaldo tree 09136b9fa1b017e9d077db732ffd9cc6688b0e80 parent 48a9e0edd8a6c01803986c64beae36cddcbb0309 author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1122

[PATCH 1/2][INET] Move the TCP ehash functions to include/net/inet_hashtables.h

2005-07-30 Thread Arnaldo Carvalho de Melo
Hi David, Please consider pulling from: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14-2.git Best Regards, - Arnaldo tree ff1b5c1e2ce12615a99ce662d70b5cbbedc02034 parent 9bbaad8018f7af263d4d3364dcf8cd5d6d90a820 author Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> 1122

Re: [patch 11/15] ppp: handle misaligned accesses

2005-07-30 Thread Andrew Morton
Jeff Garzik <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > From: "Philippe De Muyter" <[EMAIL PROTECTED]> > > > > Avoid ppp-generated kernel crashes on machines where unaligned accesses are > > forbidden (ie: 68000-based CPUs) > > > > Signed-off-by: Philippe De Muyter <[EMAIL PROTECT

Re: [patch 11/15] ppp: handle misaligned accesses

2005-07-30 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: "Philippe De Muyter" <[EMAIL PROTECTED]> Avoid ppp-generated kernel crashes on machines where unaligned accesses are forbidden (ie: 68000-based CPUs) Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> Cc: "David S. Miller" <[EMAIL PROTECTED]> Signed-off-by: And

Re: [patch 2.6.13-rc1] [1/3] loopback: #ifdef the TSO code

2005-07-30 Thread Jeff Garzik
applied patches 1-3 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/12] iseries_veth: Make error messages more user friendly, and add a debug macro

2005-07-30 Thread Jeff Garzik
Michael Ellerman wrote: Yep, spot on. I must have said to myself twenty times "remove DEBUG before sending!", but I forgot >:D This patch series looks OK to me, modulo the disabling of DEBUG of course. In your initial message, you mentioned it was just for review, and not yet for mainline, t

Re: [patch 1/1] drivers/net/pci-skeleton.c: MODULE_PARM -> module_param

2005-07-30 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] sk98lin: fix workaround for yukon-lite chipset (> rev 7)

2005-07-30 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Use time_before in hamradio drivers

2005-07-30 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH REPOST-AGAIN 2.6.13-rc2-git4] bonding: documentation update

2005-07-30 Thread Jeff Garzik
applied to 'upstream-fixes' branch of netdev-2.6.git - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [2.6 patch] drivers/net/8139too.c: rework the debug levels

2005-07-30 Thread Jeff Garzik
Adrian Bunk wrote: Looking at this driver, I wondered why there were two different #define's controlling the debug output of the driver. Because debug output and runtime checks are two different concepts, two different behaviors. Jeff - To unsubscribe from this list: send the line

Re: [PATCH 2.6.13-rc3-netdev 01/10] skge: silence mac data parity messages

2005-07-30 Thread Jeff Garzik
applied patches 1-10 to 'upstream-fixes' branch of netdev-2.6.git - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 2.6.13-rc3] bonding: ALB -- allow slave to use bond's MAC address if its own MAC address conflicts

2005-07-30 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH ieee80211-wifi 0/2] hostap: Starting the merge with net/ieee80211

2005-07-30 Thread Jeff Garzik
Applied both patches to 'ieee80211-wifi' branch. Your patch format was just fine, too. "applymbox" (in git/tools) slurped your patches correctly. NOTE: I don't want to push the updated branch to kernel.org just yet, in case Linus pulls [because we don't want to surprise him with unexpected

Re: [PATCH 1/3][SOCK] Rename __tcp_v4_rehash to __sk_prot_rehash

2005-07-30 Thread Arnaldo Carvalho de Melo
On 7/31/05, David S. Miller <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo) > Date: Thu, 28 Jul 2005 13:15:23 -0300 > > > Please consider pulling from: > > > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14-2.git > > All pulled, three comme

Re: [PATCH 1/3][SOCK] Rename __tcp_v4_rehash to __sk_prot_rehash

2005-07-30 Thread David S. Miller
From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo) Date: Thu, 28 Jul 2005 13:15:23 -0300 > Please consider pulling from: > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14-2.git All pulled, three comments: 1) Consider renaming sk_setup_caps() to __sk_setup_caps() since

Re: [RFC PATCH] convert ebt_ulog to nfnetlink_log

2005-07-30 Thread David S. Miller
From: Harald Welte <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 13:03:53 +0200 > attached is a patch that converts ebt_ulog to use the generic logging > mechanism (and thus be able to use the nfnetlink_log backend). > > This patch breaks userspace compatibility, since the netlink message > format o

Re: [PATCH] add refcounting and /proc to nfnetlink_queue

2005-07-30 Thread David S. Miller
From: Harald Welte <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 12:32:26 +0200 > [NETFILTER] Add refcounting and /proc/net/netfilter interface to > nfnetlink_queue > > Signed-off-by: Harald Welte <[EMAIL PROTECTED]> Applied, thanks Harald. - To unsubscribe from this list: send the line "

Re: [PATCH] add new nfnetlink_log subsystem

2005-07-30 Thread David S. Miller
From: Harald Welte <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 12:30:05 +0200 > This (long-awaited) patch adds the generic nfnetlink-based userspace > logging. nfnetlink_log can be used for any protocol family, and > supports upt to 65535 logging groups (that could go to separate logging > daemons

[PATCH ieee80211-wifi 1/2] hostap: Start using net/ieee80211.h

2005-07-30 Thread Jouni Malinen
Preparations for starting to use net/ieee80211 instead of private IEEE 802.11 implementation. Include net/ieee80211.h and net/ieee80211_crypt.h into files that will be needed these in the future. Remove duplicate definitions from hostap_common.h and rename WLAN_FC_GET_{TYPE,STYPE} macros for now si

[PATCH ieee80211-wifi 0/2] hostap: Starting the merge with net/ieee80211

2005-07-30 Thread Jouni Malinen
Let's start with the easy part: resolve conflicts and start using net/ieee80211*.h. Replace crypto with the version from net/ieee80211. The latter patch removes drivers/net/wireless/hostap/hostap_crypt*. Hopefully the patch is in format that is easy to apply. If everything goes well, quilt with a s

Re: raw socket ICMP change buggy

2005-07-30 Thread David S. Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Fri, 29 Jul 2005 16:27:02 +0200 > I double-checked, but couldn't find any problems in this patch. Do these > problems occur with IPv4 or IPv6? False alarm, it turns out it was likely due to some bogus change an x86_64 merge introduced into the -mm t

Re: [-mm patch] include/net/ieee80211.h must #include

2005-07-30 Thread Jeff Garzik
Jouni Malinen wrote: Wouldn't the proper fix be to just remove this backwards compatibility code since WIRELESS_EXT is actually 18 in this tree anyway.. Is there valid need to keep this header file compatible with older kernel versions? Nope. Ripping out such back-compat code would be quite ac

Re: [-mm patch] include/net/ieee80211.h must #include

2005-07-30 Thread Jouni Malinen
On Wed, Jul 27, 2005 at 09:51:00PM +0200, Adrian Bunk wrote: > gcc found an (although perhaps harmless) bug: > > CC net/ieee80211/ieee80211_crypt.o > In file included from net/ieee80211/ieee80211_crypt.c:21: > include/net/ieee80211.h:26:5: warning: "WIRELESS_EXT" is not defined > +++ linu

Re: [patch 01/12] hostap update

2005-07-30 Thread Jeff Garzik
Jouni Malinen wrote: I tried quilt mail command for the first time and did not yet figure out how to do this. Replace-Subject line in the patch description seems to be doing exactly what is needed here, so I'll use that in the future. That seems to be leaving an extra line (that Replace-Subject:.

Re: [git patches] new wireless stuffs

2005-07-30 Thread Jouni Malinen
On Sat, Jul 30, 2005 at 07:24:46PM -0400, Jeff Garzik wrote: > One big thing I'm still hoping for is that someone will merge HostAP > (where ieee80211 code came from) with the ieee80211 generic code. The > HostAP maintainer has been unwilling to do it, even though he has been > good about keep

Re: [patch 01/12] hostap update

2005-07-30 Thread Jouni Malinen
On Sat, Jul 30, 2005 at 06:19:32PM -0400, Jeff Garzik wrote: > Applied all 12 patches to the 'ieee80211-wifi' branch, where HostAP is > maintained. Thanks! > Please follow Rule #1 of > > http://linux.yyz.us/patch-format.html > > in the future. Your submission this time included 12 patc

Re: [PATCH] net/TUNABLE: remove phantom tunables

2005-07-30 Thread David S. Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 09:18:17 +0400 > net/TUNABLE | 11 --- > 1 files changed, 11 deletions(-) That whole file should probably die. I mean, seriously, this thing here: 4000Size a Unix domain socket malloc falls back to

Re: [PATCH] MASQUERADE: inherit masq_index to slave connections

2005-07-30 Thread David S. Miller
From: Harald Welte <[EMAIL PROTECTED]> Date: Sat, 30 Jul 2005 15:55:12 +0200 > [NETFILTER] Inherit masq_index to slave connections > > masq_index is used for cleanup in case the interface address changes > (such as a dialup ppp link with dynamic addreses). Without this patch, > slave connections

Re: [2.6 patch] net: Spelling mistakes threshoulds -> thresholds

2005-07-30 Thread David S. Miller
From: Baruch Even <[EMAIL PROTECTED]> Date: Fri, 29 Jul 2005 11:21:58 +0100 > Just simple spelling mistake fixes. > > Signed-Off-By: Baruch Even <[EMAIL PROTECTED]> Applied, thanks Baruch. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROT

Re: skge: ignoring bogus sensor interrups

2005-07-30 Thread Stephen Hemminger
On Sat, 30 Jul 2005 01:46:13 +0100 Daniel Drake <[EMAIL PROTECTED]> wrote: > Hi, its your favourite bug reporter again ;) > > A Gentoo user (on CC) has reported many of these messages appearing: > > skge ignoring bogus sensor interrups > > They appear so frequently that 3GB of logs are ge

Re: [PATCH] PHY Abstraction Layer

2005-07-30 Thread Jeff Garzik
applied to 'upstream' branch of netdev-2.6.git. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 2.6.13-rc4 1/15] sis190: resurrection

2005-07-30 Thread Jeff Garzik
Applied patches 1-15 to the new 'sis190' branch of netdev-2.6.git. Jeff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch 01/12] hostap update

2005-07-30 Thread Jeff Garzik
Applied all 12 patches to the 'ieee80211-wifi' branch, where HostAP is maintained. Please follow Rule #1 of http://linux.yyz.us/patch-format.html in the future. Your submission this time included 12 patches, all of which were labelled "hostap update" with no additional elaboration

[patch 08/12] hostap update

2005-07-30 Thread Jouni Malinen
Cleaned up scan result processing by converting struct hfa384x_scan_result into struct hfa384x_hostscan_result. This removes special cases from result processing since the results are only used in one, hostscan, format. Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netdev-2.6/drivers/ne

[patch 11/12] hostap update

2005-07-30 Thread Jouni Malinen
From: Pavel Roskin <[EMAIL PROTECTED]> Warning fix for 64-bit platforms Hello! The patch fixes following warning seen on 64-bit platforms (in my case - x86_64, gcc-4.0): In file included from /usr/local/src/hostap/driver/modules/hostap_cs.c:203: /usr/local/src/hostap/driver/modules/hostap_hw.c:

[patch 10/12] hostap update

2005-07-30 Thread Jouni Malinen
From: Brandon Enochs <[EMAIL PROTECTED]> line 129 of hostap_80211_rx.c should read: LWNG_SETVAL(mactime, 2, 0, 4, rx_stats->mac_time); not: LWNG_SETVAL(mactime, 2, 0, 0, rx_stats->mac_time); The length field is incorrect. Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: n

[patch 12/12] hostap update

2005-07-30 Thread Jouni Malinen
Fixed beacon frame when moving from monitor mode to master mode (workaround for firmware bug that left IBSS IE in the Beacon frames). This is using the same workaround that was previously used when moving from adhoc mode to master mode. Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netd

[patch 07/12] hostap update

2005-07-30 Thread Jouni Malinen
Added support for setting channel mask for scan requests ('iwpriv wlan0 scan_channels 0x00ff' masks scans to use channels 1-8). Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netdev-2.6/drivers/net/wireless/hostap/hostap_common.h ==

[patch 09/12] hostap update

2005-07-30 Thread Jouni Malinen
Firmware seems to be getting into odd state in host_roaming mode 2 when hostscan is used without join command, so try to fix this by re-joining the current AP. This does not actually trigger a new association if the current AP is still in the scan results. This makes background scans (iwlist wlan0

[patch 06/12] hostap update

2005-07-30 Thread Jouni Malinen
Add MODULE_VERSION information for the Host AP kernel modules and update the version string to indicate which version of the external Host AP driver is included in the kernel tree. Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netdev-2.6/drivers/net/wireless/hostap/hostap.c

[patch 05/12] hostap update

2005-07-30 Thread Jouni Malinen
From: Henrik Brix Andersen <[EMAIL PROTECTED]> pcmcia id_table for hostap_cs.c Hi Jouni, Here's a patch for adding a pcmcia id_table to hostap_cs.c as introduced by the PCMCIA subsystem changes in linux-2.6.13-rc1. The id_table allows hotplug (along with pcmciautils [1]) to load the driver witho

[patch 03/12] hostap update

2005-07-30 Thread Jouni Malinen
From: Jar <[EMAIL PROTECTED]> hostap_cs: Remove irq_list, irq_mask and pcmcia/version.h Remove irq_list, irq_mask and pcmcia/version.h as suggested in http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netdev-2.6/drivers/net/wirel

[patch 04/12] hostap update

2005-07-30 Thread Jouni Malinen
From: Dave Hansen <[EMAIL PROTECTED]> Create sysfs "device" files for hostap I was writing some scripts to automatically build kismet source lines, and I noticed that hostap devices don't have device files, unlike my prism54 and ipw2200 cards: $ ls -l /sys/class/net/eth0/device /sys/class/net/et

[patch 00/12] hostap update

2005-07-30 Thread Jouni Malinen
This set of patches updates Host AP driver in the ieee80211-wifi branch of the netdev-2.6 git tree with changes from my CVS repository and from additional contributed patches from the past couple of months. Please apply to the suitable branch(es) in netdev-2.6. -- Jouni Malinen

[patch 02/12] hostap update

2005-07-30 Thread Jouni Malinen
From: Adrian Bunk <[EMAIL PROTECTED]> EXPORT_SYMTAB does nothing. There's no need to define something if it doesn't have any effect. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netdev-2.6/drivers/net/wireless/hostap/hostap.c

[patch 01/12] hostap update

2005-07-30 Thread Jouni Malinen
Update hostap_cs to use new PCMCIA event callback registration. Signed-off-by: Jouni Malinen <[EMAIL PROTECTED]> Index: netdev-2.6/drivers/net/wireless/hostap/hostap_cs.c === --- netdev-2.6.orig/drivers/net/wireless/hostap/hostap_cs.

Re: [PATCH] add new nfnetlink_log subsystem

2005-07-30 Thread Sven Schuster
Hi Harald, On Sat, Jul 30, 2005 at 12:30:05PM +0200, Harald Welte told us: > diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c > new file mode 100644 > --- /dev/null > +++ b/net/netfilter/nfnetlink_log.c > @@ -0,0 +1,992 @@ ... > +static struct sk_buff *nfulnl_alloc_skb(u

Re: Resend: [RFC/PATCH] "safer ipv4 reassembly"

2005-07-30 Thread Herbert Xu
Hi Arthur: On Wed, Jul 27, 2005 at 10:24:44AM -0700, Arthur Kepner wrote: > > Resending and requesting comments. (Patch was against 2.6.13-rc1, > so it's a little stale by now.) I've finished my patch based on your work. Unfortunately the result isn't as clean as I would've liked. However, it

[PATCH] MASQUERADE: inherit masq_index to slave connections

2005-07-30 Thread Harald Welte
Hi Marcelo! Pleae apply the following trivial fix to your 2.4.x tree. I've already submitted a 2.6.x fix for this to davem. Thanks! -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.org/ "Fragme

[PATCH] MASQUERADE: inherit masq_index to slave connections

2005-07-30 Thread Harald Welte
Hi Dave! This fixes a bug with MASQUERADE and nat helpers. The fix applies to both net-2.6.14 and Linus' current git tree. I'll send a 2.4.31 version of the patch directly to Marcelo (will Cc you). Please apply, thanks. -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.or

Re: [RFC] Netlink subscription/multicasting.

2005-07-30 Thread Patrick McHardy
Evgeniy Polyakov wrote: > As Patrik mentioned, it was not on the top of his TODO list, > so some discussion about possible directions will not hurt any > development process. I'm still working on it, I hope to be able to post some code and some comments on your code tonight. - To unsubscribe fro

Re: [RFC] Netlink subscription/multicasting.

2005-07-30 Thread Evgeniy Polyakov
On Sat, Jul 30, 2005 at 12:23:05PM +0200, Harald Welte ([EMAIL PROTECTED]) wrote: > On Fri, Jul 29, 2005 at 02:45:32PM +0400, Evgeniy Polyakov wrote: > > Bcc: Evgeniy Polyakov <[EMAIL PROTECTED]> > > Subject: [RFC] Netlink subscription/multicasting. > > Reply-To: [EMAIL PROTECTED] > > > > Hello,

[patch 2.6.13-rc4 11/15] sis190: allow a non-hardcoded ID for the PHY.

2005-07-30 Thread Francois Romieu
Allow a non-hardcoded ID for the PHY This is the first step before the driver probes for the PHY address. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-100 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-100 2005-07-30 00:19:28.341640217 +0200

[patch 2.6.13-rc4 10/15] sis190: add endian annotations.

2005-07-30 Thread Francois Romieu
Add endian annotations. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-090 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-090 2005-07-30 00:19:27.289810751 +0200 +++ b/drivers/net/sis190.c

[patch 2.6.13-rc4 14/15] sis190: PHY identifier for the K8S-MX motherboard.

2005-07-30 Thread Francois Romieu
Added PHY identifier for the Asus K8S-MX motherboard Note: the same ID appears in the sis900 driver. Signed-off-by: Lars Vahlenberg <[EMAIL PROTECTED]> Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-130 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis

[patch 2.6.13-rc4 13/15] sis190: new PHY detection code.

2005-07-30 Thread Francois Romieu
New PHY detection code. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-120 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-120 2005-07-30 00:19:30.442299636 +0200 +++ b/drivers/net/sis190.c 2005-07-30 00:19:30.466295745 +0200 @@ -43,6 +43,10

[patch 2.6.13-rc4 12/15] sis190: dummy read is required by the status register

2005-07-30 Thread Francois Romieu
Add a dummy read before accessing the status register SiS driver suggests it. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-110 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-110 2005-07-30 00:19:29.392469845 +0200 +++ b/drivers/net/sis190.c

[patch 2.6.13-rc4 9/15] sis190: extract bits definition from SiS driver.

2005-07-30 Thread Francois Romieu
extract bits definition from SiS driver - fix the Rx stats; - minor pieces of documentation. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-080 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-080 2005-07-30 00:19:26.176991173 +0200 +++ b/drivers

[patch 2.6.13-rc4 8/15] sis190: the size of the Rx buffer is constrained

2005-07-30 Thread Francois Romieu
Add a restriction to the size of the Rx buffer SiS driver forces the size of any Rx buffer to be a multiple of 64 bit. I would not be surprized that it goes along with some alignment issues which have been experienced before. So far it does not make much of a difference (both drivers use 1536 byte

[patch 2.6.13-rc4 3/15] sis190: ethtool/mii support.

2005-07-30 Thread Francois Romieu
ethtool/mii support Bug: disabling autonegotiation and setting the link parameters at the same time does not provide the expected result. More investigation is needed. Note: past the initial probe/open time, the link is managed from user-space or accessed through sis190_phy_task, i.e. in a usermo

[patch 2.6.13-rc4 7/15] sis190: initialisation of MAC address.

2005-07-30 Thread Francois Romieu
Extract some mac addr code from SiS's driver. Some magic may hide beyond the isa bridge. The Rx mac control register is now set without condition. Note: good or bad, this part of the code is quite close to sis900.c. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190

[patch 2.6.13-rc4 6/15] sis190: remove hardcoded constants.

2005-07-30 Thread Francois Romieu
Replace hardcoded constants by enumerated values in sis190_read_eeprom The names of the enumerated values have been extracted from SiS'official driver (v1.00.00 published on 2005/07/11). Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-050 drivers/net/sis1

[patch 2.6.13-rc4 5/15] sis190: merge some register related information from SiS driver.

2005-07-30 Thread Francois Romieu
Merge some register related information from SiS driver. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-040 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-040 2005-07-30 00:19:21.869689520 +0200 +++ b/drivers/net/sis190.c 2005-07-30 00:19:2

[patch 2.6.13-rc4 2/15] sis190: netconsole support.

2005-07-30 Thread Francois Romieu
netconsole support. This stuff should be factored out of every driver. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN drivers/net/sis190.c~sis190-010 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-010 2005-07-30 00:19:18.700203392 +0200 +++ b/drivers/net/sis190.c 200

[patch 2.6.13-rc4 4/15] sis190: add MAINTAINER entry.

2005-07-30 Thread Francois Romieu
add MAINTAINER entry Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> diff -puN MAINTAINERS~sis190-030 MAINTAINERS --- a/MAINTAINERS~sis190-0302005-07-30 00:19:20.813860702 +0200 +++ b/MAINTAINERS 2005-07-30 00:19:20.838856650 +0200 @@ -2080,6 +2080,12 @@ M: [EMAIL PROTECTED] W

[patch 2.6.13-rc4 1/15] sis190: resurrection

2005-07-30 Thread Francois Romieu
Raise the sis190 driver from the dead The driver handles the integrated network device found on SiS 965L chipset. It follows the classical (non-napi) interrupt-driven model and provides minimal ethtool support. The code comes from a heavy cleanup/rewrite of the original code which was removed fro

[patch 2.6.13-rc4 0/15] sis190: introduction

2005-07-30 Thread Francois Romieu
Hi, The following patch serie adds a sis190 driver to the kernel again. The previous complete serie was sent on 11/07/2005. SiS provides an alternate si190/sis191 driver [1] on their website. There is no publically available documentation [2] but SiS driver gives some hint. The driver is still

[PATCH] add new nfnetlink_log subsystem

2005-07-30 Thread Harald Welte
Hi Dave! This (long-awaited) patch adds the generic nfnetlink-based userspace logging. nfnetlink_log can be used for any protocol family, and supports upt to 65535 logging groups (that could go to separate logging daemons, e.g.). The patch is incremental to my nf_log update in <[EMAIL PROTECTED]

[RFC PATCH] convert ebt_ulog to nfnetlink_log

2005-07-30 Thread Harald Welte
Hi Bart, Dave, Patrick, attached is a patch that converts ebt_ulog to use the generic logging mechanism (and thus be able to use the nfnetlink_log backend). This patch breaks userspace compatibility, since the netlink message format of nfnetlink_log is different than the ebt_ulog one. I cannot d

[PATCH] add refcounting and /proc to nfnetlink_queue

2005-07-30 Thread Harald Welte
Hi Dave! This patch is against nfnetlink_queue (which is already in your net-2.6.14 tree). Since it adds a file to /proc/net/netfilter, it also depends on <[EMAIL PROTECTED]>. Please apply, thanks. -- - Harald Welte <[EMAIL PROTECTED]> http://gnumonks.org/

Re: [RFC] Netlink subscription/multicasting.

2005-07-30 Thread Harald Welte
On Fri, Jul 29, 2005 at 02:45:32PM +0400, Evgeniy Polyakov wrote: > Bcc: Evgeniy Polyakov <[EMAIL PROTECTED]> > Subject: [RFC] Netlink subscription/multicasting. > Reply-To: [EMAIL PROTECTED] > > Hello, developers. > > Here is some thoughts about netlink subscription/multicasting/group > number.