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.
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
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
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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 "
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
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
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
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
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
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
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:.
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
==
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
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
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
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
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
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
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
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.
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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
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/
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.
73 matches
Mail list logo