linux-flexiantxendom0-3.2.10.git
20 years ago[PATCH] usr/: Updated .incbin support
Sam Ravnborg [Fri, 25 Jul 2003 09:00:12 +0000 (02:00 -0700)]
[PATCH] usr/: Updated .incbin support

Update support for .incbin in /usr. No longer generate .S files
from within the Makefile.

Also deleted the assignment to LDFLAGS_BLOB for most architectures.
I did not touch ARM and cris:
 arm: Russell told me they did not have a new as that could be used
 cris: Looked like it was used for more than just usr/

20 years ago[PATCH] fs/ Makefile cleanup
Sam Ravnborg [Fri, 25 Jul 2003 09:00:05 +0000 (02:00 -0700)]
[PATCH] fs/ Makefile cleanup

Simplify Makefiles in fs/ by utilising the new syntax for composite
objects. The new syntax allowed a couple of ifeq ($(CONFIG_FOO),y)
to be deleted, resulting in more readable Makefiles.

No functional changes introduced.

20 years ago[PATCH] Optional choice values get reset
Roman Zippel [Fri, 25 Jul 2003 08:50:07 +0000 (01:50 -0700)]
[PATCH] Optional choice values get reset

Patch by Herbert Xu <herbert@gondor.apana.org.au>:

As of 2.5.74, make oldconfig always disables existing optional choices
even if they were selected previously.  For example, if all the EICON
ISDN drivers were selected as modules, then make oldconfig will turn
them off.

Part of the problem is that the choice value itself is computed before
the SYMBOL_NEW flag is turned off.  This patch addresses that particular
problem.

20 years ago[PATCH] generate dependency again
Roman Zippel [Fri, 25 Jul 2003 08:50:00 +0000 (01:50 -0700)]
[PATCH] generate dependency again

During an erlier update the call to generate the .config dependency
got lost.
Add a missing warning.

20 years ago[PATCH] qconf menuconfig fix
Roman Zippel [Fri, 25 Jul 2003 08:49:53 +0000 (01:49 -0700)]
[PATCH] qconf menuconfig fix

correctly select a nested menuconfig entry

20 years ago[PATCH] gconf menuconfig fixes
Roman Zippel [Fri, 25 Jul 2003 08:49:46 +0000 (01:49 -0700)]
[PATCH] gconf menuconfig fixes

Patch by Romain Lievin <roms@tilp.info>
various fixes to handle menuconfig options

20 years ago[PATCH] uninitialized spinlock in drivers/net/sk_mca.c
François Romieu [Fri, 25 Jul 2003 08:48:01 +0000 (01:48 -0700)]
[PATCH] uninitialized spinlock in drivers/net/sk_mca.c

A spinlock was recently added to struct skmca_priv so as to remove
save_flags()/cli() but nothing in the current code initializes it.

20 years agoMerge bk://ppc.bkbits.net/for-linus-ppc
Linus Torvalds [Fri, 25 Jul 2003 08:41:19 +0000 (01:41 -0700)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.osdl.org:/home/torvalds/v2.5/linux

20 years agoPPC32: Fix compilation of arch/ppc/mm/mem_pieces.c
Paul Mackerras [Fri, 25 Jul 2003 14:32:32 +0000 (10:32 -0400)]
PPC32: Fix compilation of arch/ppc/mm/mem_pieces.c

20 years agoMerge bk://ppc@ppc.bkbits.net/for-linus-ppc
Paul Mackerras [Fri, 25 Jul 2003 13:33:53 +0000 (09:33 -0400)]
Merge bk://ppc@ppc.bkbits.net/for-linus-ppc
into samba.org:/home/paulus/kernel/for-linus-ppc

20 years ago[PATCH] HDLC update
Krzysztof Halasa [Fri, 25 Jul 2003 08:24:04 +0000 (01:24 -0700)]
[PATCH] HDLC update

This updates generic HDLC from 1.14 to 1.15.

 - fix a kernel panic caused by a recent change to unregister_netdevice()
   (struct net_device * can't be kfreed before rtnl_unlock())
 - adds carrier_* support - hw drivers report DCD status and higher level
   protocols use that info, and do netif_carrier_{on,off}() according to
   DCD and (Cisco and FR) link management status.
 - moves Frame-Relay constants etc. from include/linux/hdlc.h to hdlc_fr.c.
   They are internal FR things and are not needed in the global header.
 - protocol hooks are slighty changed to allow zeroing (memset).
 - removes CONFIG_HDLC_DEBUG_* variables. Users tend to make very wrong
   use of them. Now setting them requires changing .c #define. Anyway they
   are development-only things.
 - misc style corrections etc.

20 years ago[PATCH] ide: fix PCI modules oops
Bartlomiej Zolnierkiewicz [Fri, 25 Jul 2003 07:46:30 +0000 (00:46 -0700)]
[PATCH] ide: fix PCI modules oops

Forward-port of 2.4.21-ac4 patch by Wilfried Weissmann.

ide_get_or_set_dma_base() may be called via ide_setup_pci_device()
when a PCI controller module is loaded.  However, it is defined with __init
and the function is called when its memory is already deallocated.

20 years ago[PATCH] Update IEEE1394 (r1014)
Ben Collins [Fri, 25 Jul 2003 07:40:53 +0000 (00:40 -0700)]
[PATCH] Update IEEE1394 (r1014)

 misc:      - Consolidate and make consistent, the NODE_BUS_{FMT,ARGS}
      macros.
    - Add HPSB_VERBOSE() macro to make VERBOSEDEBUG code a
      little cleaner.
 ieee1394 : - Replace panic() with BUG and return value in dma routine.
    - Reset reset_retries on success or loop recover.
    - Add RECV_FLUSH to flush buffers on > 1 irq interval or in
      buffer-fill mode.
    - Probe logic-unit-subdirectories as children of the
      unit-dir.
    - Fix compile warning in nodemgr thread.
    - Replace tightly scheduled timeout loop with a 50ms timer.
    - Better return and usage of BUG_ON() in dma handler.
    - Calculate timeout expiry interval at change instead of at
      every timeout check.
 SBP2     : - Fix logical-unit-directory LUN's.
    - Remove procfs interface.
    - Fix usage of initdata after init.
 Host con : - Change irq output to use __irq_itoa() for sparc.
    - Do more to notify bus when module is unloaded, to clear
      IRM, etc.
 ohci1394 : Fix endianess of async stream packet headers.

20 years ago[PATCH] read-ahead and failfast
Jens Axboe [Fri, 25 Jul 2003 07:39:23 +0000 (00:39 -0700)]
[PATCH] read-ahead and failfast

Here's the patch to enable failfast flag in the bio submission code, and
use it for multipath and readahead.

20 years ago[PATCH] mark James as SCSI maintainer
Jens Axboe [Fri, 25 Jul 2003 07:39:16 +0000 (00:39 -0700)]
[PATCH] mark James as SCSI maintainer

Long overdue, make James the listed maintainer. He _is_ doing the
maintenance, lets put him on the front line :-)

20 years ago[PATCH] ide tcq enable
Jens Axboe [Fri, 25 Jul 2003 07:39:09 +0000 (00:39 -0700)]
[PATCH] ide tcq enable

A recent change moved the tcq init too early in the init sequence, the
queue isn't initialized at this point which causes the task file
executions to kill elevator with a NULL EIP (->add_req_fn()).  This
patch fixes it, acked by Bart.

20 years agoMerge http://linux-isdn.bkbits.net/linux-2.5.isdn
Linus Torvalds [Fri, 25 Jul 2003 06:47:20 +0000 (23:47 -0700)]
Merge http://linux-isdn.bkbits.net/linux-2.5.isdn
into home.osdl.org:/home/torvalds/v2.5/linux

20 years agoMerge bk://are.twiddle.net/axp-2.5
Linus Torvalds [Fri, 25 Jul 2003 03:28:47 +0000 (20:28 -0700)]
Merge bk://are.twiddle.net/axp-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

20 years agoMerge bk://kernel.bkbits.net/davem/sparc-2.5
Linus Torvalds [Fri, 25 Jul 2003 03:12:47 +0000 (20:12 -0700)]
Merge bk://kernel.bkbits.net/davem/sparc-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

20 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Fri, 25 Jul 2003 03:11:54 +0000 (20:11 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

20 years agoMerge bk://kernel.bkbits.net/jgarzik/net-drivers-2.6
Linus Torvalds [Fri, 25 Jul 2003 03:10:47 +0000 (20:10 -0700)]
Merge bk://kernel.bkbits.net/jgarzik/net-drivers-2.6
into home.osdl.org:/home/torvalds/v2.5/linux

20 years agoPPC32: Add asm-ppc/local.h
Paul Mackerras [Tue, 22 Jul 2003 17:02:05 +0000 (13:02 -0400)]
PPC32: Add asm-ppc/local.h

20 years agoPPC32: Use char[] consistently with __bss_start, _end, etc.
Paul Mackerras [Tue, 22 Jul 2003 14:09:43 +0000 (10:09 -0400)]
PPC32: Use char[] consistently with __bss_start, _end, etc.

20 years ago[ALPHA] Finish adding asm/local.h.
Richard Henderson [Mon, 21 Jul 2003 16:56:56 +0000 (09:56 -0700)]
[ALPHA] Finish adding asm/local.h.

20 years ago[ALPHA] Add atomic64_t.
Richard Henderson [Mon, 21 Jul 2003 16:46:09 +0000 (09:46 -0700)]
[ALPHA] Add atomic64_t.

20 years ago[ALPHA] Add asm/sections.h.
Richard Henderson [Mon, 21 Jul 2003 16:44:35 +0000 (09:44 -0700)]
[ALPHA] Add asm/sections.h.

20 years agoISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init function.
Bob Miller [Mon, 21 Jul 2003 11:10:54 +0000 (07:10 -0400)]
ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init function.

The module load code adds a reference to the owner field before calling
the modules init function so it isn't necessary for the init function
to do a similar action.

20 years agoISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init fuction.
Bob Miller [Mon, 21 Jul 2003 11:08:46 +0000 (07:08 -0400)]
ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init fuction.

The module load code adds a reference to the owner field before calling
the modules init function so it isn't necessary for the init function
to do a similar action.

20 years agoISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init fuction.
Bob Miller [Mon, 21 Jul 2003 11:07:09 +0000 (07:07 -0400)]
ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init fuction.

The module load code adds a reference to the owner field before calling
the modules init function so it isn't necessary for the init function
to do a similar action.

20 years agoISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from capimain.c
Bob Miller [Mon, 21 Jul 2003 11:05:04 +0000 (07:05 -0400)]
ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from capimain.c

Module init methods are called with a reference already taken by the
module code so the MOD_*_USE_COUNT can be deleted.

20 years agoISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from i4lididrv.c
Bob Miller [Mon, 21 Jul 2003 11:03:20 +0000 (07:03 -0400)]
ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from i4lididrv.c

Module init methods are called with a reference already taken by the
module code so the MOD_*_USE_COUNT can be deleted.

20 years agoISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divasmain's init fuction.
Bob Miller [Mon, 21 Jul 2003 11:01:30 +0000 (07:01 -0400)]
ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divasmain's init fuction.

The module load code adds a reference to the owner field before calling
the modules init function so it isn't necessary for the init function
to do a similar action.

Also fixed the racy check_region()/request_region() calls.

20 years agoISDN: Export "kstat"
Kai Germaschewski [Mon, 21 Jul 2003 10:55:52 +0000 (06:55 -0400)]
ISDN: Export "kstat"

This patch exports the kstat per-cpu variable, needed for
hisax, which uses kstat_irqs() during card probing to make sure
that irqs actually work. This could possibly replaced by a
private counter in the hisax ISRs, but that's really just
unnecessary overhead, since the core kernel already does the work
anyway.

20 years agoISDN/HiSax: Fix up dynamic registration
Kai Germaschewski [Mon, 21 Jul 2003 10:54:05 +0000 (06:54 -0400)]
ISDN/HiSax: Fix up dynamic registration

Instead of faking a hisax-internal card, just register a card
driven by a submodule directly, which fixes the current crashes
when loading such a driver. This makes use of the just introduced
do_register_isdn() and do_init() helpers.

20 years agoISDN/HiSax: Move some init code out of line
Kai Germaschewski [Mon, 21 Jul 2003 10:52:57 +0000 (06:52 -0400)]
ISDN/HiSax: Move some init code out of line

Again, just introduce do_init() and move some code into it.
It'll be needed in the next cset.

20 years agoISDN/HiSax: Move registering of a card out of line
Kai Germaschewski [Mon, 21 Jul 2003 10:51:11 +0000 (06:51 -0400)]
ISDN/HiSax: Move registering of a card out of line

This cset just introduces a new function do_register_isdn() which
takes care of what's necessary to register with the i4l link level.

20 years agoISDN: Fix mem leak in ST5481 driver
Kai Germaschewski [Mon, 21 Jul 2003 10:49:34 +0000 (06:49 -0400)]
ISDN: Fix mem leak in ST5481 driver

In the unload path, we forgot to free the D-Channel state machines.

20 years agoISDN: FsmNew() can't be __init
Kai Germaschewski [Mon, 21 Jul 2003 10:47:45 +0000 (06:47 -0400)]
ISDN: FsmNew() can't be __init

FsmNew() is exported, so it sure can't be __init (and since we now
discard __init in modules, it in fact crashes).

20 years agoISDN: Fix avm_pci driver for irqreturn_t changes
Kai Germaschewski [Mon, 21 Jul 2003 10:46:21 +0000 (06:46 -0400)]
ISDN: Fix avm_pci driver for irqreturn_t changes

Somehow, this one had been overlooked...

20 years agoISDN: Fix i4l subsystem crash
Kai Germaschewski [Mon, 21 Jul 2003 10:45:06 +0000 (06:45 -0400)]
ISDN: Fix i4l subsystem crash

A loop over all drivers obviously should use ISDN_MAX_DRIVERS, not
ISDN_MAX_CHANNELS.

20 years ago[SPARC64]: Now the brlocks are gone, the udelay garbage in cpu_relax() can go.
David S. Miller [Sun, 20 Jul 2003 22:44:16 +0000 (15:44 -0700)]
[SPARC64]: Now the brlocks are gone, the udelay garbage in cpu_relax() can go.

20 years ago[ARCNET]: Fix module refcounting.
Christoph Hellwig [Sun, 20 Jul 2003 22:31:16 +0000 (15:31 -0700)]
[ARCNET]: Fix module refcounting.

20 years ago[ATM]: If !IFF_UP drop the frames.
Chas Williams [Sun, 20 Jul 2003 22:23:18 +0000 (15:23 -0700)]
[ATM]: If !IFF_UP drop the frames.

20 years ago[ATM]: Return ENODEV if !dev.
Chas Williams [Sun, 20 Jul 2003 22:22:19 +0000 (15:22 -0700)]
[ATM]: Return ENODEV if !dev.

20 years ago[ATM]: Make sigd_sleep conditional with WAIT_FOR_DEMON.
Chas Williams [Sun, 20 Jul 2003 22:21:22 +0000 (15:21 -0700)]
[ATM]: Make sigd_sleep conditional with WAIT_FOR_DEMON.

20 years ago[EBTABLES]: Copy skb when shared.
Bart De Schuymer [Sun, 20 Jul 2003 22:06:00 +0000 (15:06 -0700)]
[EBTABLES]: Copy skb when shared.

20 years ago[NET]: Makefile cleanups for net/.
Sam Ravnborg [Sun, 20 Jul 2003 22:04:47 +0000 (15:04 -0700)]
[NET]: Makefile cleanups for net/.

20 years ago[IPSEC]: Make reqids 32-bits.
Herbert Xu [Sun, 20 Jul 2003 21:50:02 +0000 (14:50 -0700)]
[IPSEC]: Make reqids 32-bits.

20 years ago[IPV4/IPVS]: Deactivate the timer in connection expire if it is activated by other...
Wensong Zhang [Sun, 20 Jul 2003 19:37:02 +0000 (12:37 -0700)]
[IPV4/IPVS]: Deactivate the timer in connection expire if it is activated by other users

20 years agoMerge bk://kernel.bkbits.net/jmorris/net-2.5
David S. Miller [Sun, 20 Jul 2003 18:57:30 +0000 (11:57 -0700)]
Merge bk://kernel.bkbits.net/jmorris/net-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

20 years ago[IPSEC] correct 'discvovery' typo
Sean Neakums [Mon, 21 Jul 2003 20:47:48 +0000 (06:47 +1000)]
[IPSEC] correct 'discvovery' typo

20 years agoMerge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller [Sun, 20 Jul 2003 15:52:43 +0000 (08:52 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

20 years agoMerge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
David S. Miller [Sun, 20 Jul 2003 15:45:29 +0000 (08:45 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5

20 years agoMerge kanga.twiddle.net:/home/rth/work/linux/linus-2.5
Richard Henderson [Sun, 20 Jul 2003 13:11:02 +0000 (06:11 -0700)]
Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5
into kanga.twiddle.net:/home/rth/work/linux/axp-2.5

20 years ago[SPARC64]: Add JIO/Tomatillo PCI controller support.
David S. Miller [Sat, 19 Jul 2003 23:50:44 +0000 (16:50 -0700)]
[SPARC64]: Add JIO/Tomatillo PCI controller support.

20 years ago[SPARC64]: Add Ultra-IIIi/Jalapeno support.
David S. Miller [Sat, 19 Jul 2003 23:43:26 +0000 (16:43 -0700)]
[SPARC64]: Add Ultra-IIIi/Jalapeno support.

20 years ago[wireless airo] fix 2.4-isms that break build
Jeff Garzik [Sat, 19 Jul 2003 19:17:19 +0000 (15:17 -0400)]
[wireless airo] fix 2.4-isms that break build

20 years ago[bonding] sync ifenslave with 2.4 (pulls in several bug fixes)
Jeff Garzik [Sat, 19 Jul 2003 18:58:12 +0000 (14:58 -0400)]
[bonding] sync ifenslave with 2.4 (pulls in several bug fixes)

20 years ago[wireless airo] Update to wireless extensions 16 (new spy API).
Javier Achirica [Sat, 19 Jul 2003 18:44:07 +0000 (14:44 -0400)]
[wireless airo] Update to wireless extensions 16 (new spy API).

20 years ago[wireless airo] Update to wireless extensions 15 (add monitor mode).
Javier Achirica [Sat, 19 Jul 2003 18:40:05 +0000 (14:40 -0400)]
[wireless airo] Update to wireless extensions 15 (add monitor mode).

20 years ago[wireless airo] Return channel in infrastructure mode.
Javier Achirica [Sat, 19 Jul 2003 18:38:31 +0000 (14:38 -0400)]
[wireless airo] Return channel in infrastructure mode.

20 years ago[wireless airo] Checks for small packets before transmitting them.
Javier Achirica [Sat, 19 Jul 2003 18:37:15 +0000 (14:37 -0400)]
[wireless airo] Checks for small packets before transmitting them.

20 years ago[wireless airo] Returns proper status in case of transmission error.
Javier Achirica [Sat, 19 Jul 2003 18:35:38 +0000 (14:35 -0400)]
[wireless airo] Returns proper status in case of transmission error.

20 years ago[wireless airo] Fix small endianness bug.
Javier Achirica [Sat, 19 Jul 2003 18:34:23 +0000 (14:34 -0400)]
[wireless airo] Fix small endianness bug.

20 years ago[wireless airo] Don't call MIC functions if the card doesn't support them.
Javier Achirica [Sat, 19 Jul 2003 18:32:56 +0000 (14:32 -0400)]
[wireless airo] Don't call MIC functions if the card doesn't support them.

20 years ago[wireless airo] Don't sleep when the stats are requested.
Javier Achirica [Sat, 19 Jul 2003 18:28:39 +0000 (14:28 -0400)]
[wireless airo] Don't sleep when the stats are requested.

20 years ago[wireless airo] Make locking "per thread" so it's fully preemptive.
Javier Achirica [Sat, 19 Jul 2003 18:24:06 +0000 (14:24 -0400)]
[wireless airo] Make locking "per thread" so it's fully preemptive.

20 years ago[wireless airo] Update structs with the new fields in latest firmwares.
Javier Achirica [Sat, 19 Jul 2003 18:21:16 +0000 (14:21 -0400)]
[wireless airo] Update structs with the new fields in latest firmwares.

20 years ago[wireless airo] Simplify dynamic buffer code in Cisco extensions.
Javier Achirica [Sat, 19 Jul 2003 18:19:30 +0000 (14:19 -0400)]
[wireless airo] Simplify dynamic buffer code in Cisco extensions.

20 years ago[NET]: Eliminate MOD_* from wanrouter.
Stephen Hemminger [Sat, 19 Jul 2003 14:57:04 +0000 (07:57 -0700)]
[NET]: Eliminate MOD_* from wanrouter.

Wan router register/unregister does not need MOD_INC/MOD_DEC because it
can not be unloaded as long as its symbols are in use by the calling module.

20 years ago[NET]: Allow LAPB to be unloaded.
Stephen Hemminger [Sat, 19 Jul 2003 14:54:41 +0000 (07:54 -0700)]
[NET]: Allow LAPB to be unloaded.

Without an exit routine lapb can't be unloaded.

20 years ago[NET]: remove MOD_* from LAPB.
Stephen Hemminger [Sat, 19 Jul 2003 14:53:04 +0000 (07:53 -0700)]
[NET]: remove MOD_* from LAPB.

The MOD_INC and MOD_DEC in lapb are no longer necessary in 2.6 since
the module subsystem will not allow lapb to be unloaded as long as a module
that is referencing the symbols (lapb_register/lapb_unregister) is loaded.

20 years ago[PATCH] 3c574_cs initialise spinlock
Simon Evans [Sat, 19 Jul 2003 08:39:47 +0000 (04:39 -0400)]
[PATCH] 3c574_cs initialise spinlock

This patch against 2.5.75 initialises a spinlock when the structure containing
it is allocated

20 years ago[PATCH] Software suspend and RTL 8139too in 2.6.0-test1
Peter Osterlund [Sat, 19 Jul 2003 08:39:21 +0000 (04:39 -0400)]
[PATCH] Software suspend and RTL 8139too in 2.6.0-test1

This patch is needed to make software suspend work with the 8139too
driver loaded.

20 years ago[PATCH] via-rhine 1.19-2.5: One more Rhine-I fix
Roger Luethi [Sat, 19 Jul 2003 08:38:56 +0000 (04:38 -0400)]
[PATCH] via-rhine 1.19-2.5: One more Rhine-I fix

This patch fixes another way the Rhine-I found to break down under load. It
should bring Rhine-I behavior on par with the Rhine-II.

20 years ago[PATCH] sk_mca
Angelo Dell\'Aera [Sat, 19 Jul 2003 08:38:31 +0000 (04:38 -0400)]
[PATCH] sk_mca

20 years ago[PATCH] Add ethtool TSO, Rx/Tx csum, SG Get/Set support
Scott Feldman [Sat, 19 Jul 2003 08:38:06 +0000 (04:38 -0400)]
[PATCH] Add ethtool TSO, Rx/Tx csum, SG Get/Set support

* Add ethtool TSO, Rx/Tx csum, SG Get/Set support.

20 years ago[PATCH] add ethtool TSO get/set
Scott Feldman [Sat, 19 Jul 2003 08:37:41 +0000 (04:37 -0400)]
[PATCH] add ethtool TSO get/set

* Add TSO get/set command to ethtool interface.  Applies to both 2.4/2.5.
  Ethtool application patch sent under separate cover.

20 years ago[PATCH] mark comx obsolete, by request
Stephen Hemminger [Sat, 19 Jul 2003 08:37:16 +0000 (04:37 -0400)]
[PATCH] mark comx obsolete, by request

20 years ago[PATCH] fix ne2k-pci memleak
Daniel Ritz [Sat, 19 Jul 2003 08:36:51 +0000 (04:36 -0400)]
[PATCH] fix ne2k-pci memleak

ne2k-pci leaks memory on unload. dev->priv is allocated in ethdev_init(), but
never freed. against 2.4-bk, but also applies to 2.5-bk with offset.

20 years ago[netdrvr b44] tons of fixes. should work now.
Pekka Pietikäinen [Sat, 19 Jul 2003 08:36:13 +0000 (04:36 -0400)]
[netdrvr b44] tons of fixes. should work now.

20 years agoMerge bk://kernel.bkbits.net/acme/wl3501-2.5
Jeff Garzik [Sat, 19 Jul 2003 08:28:31 +0000 (04:28 -0400)]
Merge bk://kernel.bkbits.net/acme/wl3501-2.5
into redhat.com:/garz/repo/net-drivers-2.6

20 years ago[netdrvr wan] update comx maintainer, by request
Madarasz Gergely [Sat, 19 Jul 2003 08:24:55 +0000 (04:24 -0400)]
[netdrvr wan] update comx maintainer, by request

Previous entry said to be out of date by two years or more.

20 years ago[PATCH] janitor: mem leak and copy_from_user in wan/comx driver
Randy Dunlap [Sat, 19 Jul 2003 01:37:17 +0000 (18:37 -0700)]
[PATCH] janitor: mem leak and copy_from_user in wan/comx driver

author: Daniele Bellucci <bellucda@tiscali.it>

Fix a memory leak and checks a copy_from_user in wan/comx driver.

20 years ago[PATCH] janitor: unchecked copy_from_user in parisc/led.c
Randy Dunlap [Sat, 19 Jul 2003 01:36:30 +0000 (18:36 -0700)]
[PATCH] janitor: unchecked copy_from_user in parisc/led.c

author: Daniele Bellucci <bellucda@tiscali.it>

20 years ago[PATCH] janitor: unchecked copy_from_user in ieee1394/amdtp
Randy Dunlap [Sat, 19 Jul 2003 01:35:58 +0000 (18:35 -0700)]
[PATCH] janitor: unchecked copy_from_user in ieee1394/amdtp

author: Daniele Bellucci <bellucda@tiscali.it>

Fix an unchecked copy_from_user in ieee1394/amdtp.

20 years ago[PATCH] janitor: unchecked copy_to_user in drivers/sbus/char/envctrl
Randy Dunlap [Sat, 19 Jul 2003 01:35:23 +0000 (18:35 -0700)]
[PATCH] janitor: unchecked copy_to_user in drivers/sbus/char/envctrl

author: Daniele Bellucci <bellucda@tiscali.it>

Fix several unchecked copy_to_user()s in sbus/char/envctrl

20 years ago[PATCH] janitor: unchecked copy/put_user in umsdos ioctl
Randy Dunlap [Sat, 19 Jul 2003 01:34:53 +0000 (18:34 -0700)]
[PATCH] janitor: unchecked copy/put_user in umsdos ioctl

author:  Daniele Bellucci <bellucda@tiscali.it>

Fix a series of unchecked copy/put_user()s in umsdos ioctl.

20 years ago[PATCH] janitor: copy_to_user in wireless/ray_cs ioctl
Randy Dunlap [Sat, 19 Jul 2003 01:34:28 +0000 (18:34 -0700)]
[PATCH] janitor: copy_to_user in wireless/ray_cs ioctl

From: Daniele Bellucci <bellucda@tiscali.it>

Fix an unchecked copy_to_user in ray_cs ioctl.

20 years ago[PATCH] janitor: copy_to_user in net/irda/vlsi_ir
Randy Dunlap [Sat, 19 Jul 2003 01:33:59 +0000 (18:33 -0700)]
[PATCH] janitor: copy_to_user in net/irda/vlsi_ir

From:  Matthew Wilcox <willy@debian.org> and Daniele Bellucci <bellucda@tiscali.it>

Fix an unchecked copy_to_user() in net/irda/vlsi_ir.c.

20 years ago[PATCH] janitor: copy_to_user in media/video/pms
Randy Dunlap [Sat, 19 Jul 2003 01:33:39 +0000 (18:33 -0700)]
[PATCH] janitor: copy_to_user in media/video/pms

From: Daniele Bellucci <bellucda@tiscali.it>

Add a status check to copy_to_user() in a media/video driver.

20 years ago[PATCH] janitor: audit misc_register in wdt977
Randy Dunlap [Sat, 19 Jul 2003 01:33:23 +0000 (18:33 -0700)]
[PATCH] janitor: audit misc_register in wdt977

From: Daniele Bellucci <bellucda@tiscali.it>

Add a check to misc_register() in the wdt977 driver.

20 years ago[PATCH] janitor: drivers/telephony/ixj
Randy Dunlap [Sat, 19 Jul 2003 01:33:14 +0000 (18:33 -0700)]
[PATCH] janitor: drivers/telephony/ixj

From: Daniele Bellucci <bellucda@tiscali.it>

This is an audit (copy_*_user), cleanup, and coding-style fix
for this driver.

20 years ago[SPARC64]: Update defconfig.
David S. Miller [Fri, 18 Jul 2003 22:10:25 +0000 (15:10 -0700)]
[SPARC64]: Update defconfig.

20 years ago[SERIAL]: rev in sunsu.c uart port info needs to be a short.
David S. Miller [Fri, 18 Jul 2003 21:11:03 +0000 (14:11 -0700)]
[SERIAL]: rev in sunsu.c uart port info needs to be a short.

20 years agoo wl3501: cleanup types
Arnaldo Carvalho de Melo [Fri, 18 Jul 2003 20:47:03 +0000 (17:47 -0300)]
o wl3501: cleanup types

20 years agoMerge nuts.ninka.net:/home/davem/src/BK/sctp-2.5
David S. Miller [Fri, 18 Jul 2003 18:32:18 +0000 (11:32 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/sctp-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

20 years agoMerge http://linux-lksctp.bkbits.net/lksctp-2.5
David S. Miller [Fri, 18 Jul 2003 18:29:13 +0000 (11:29 -0700)]
Merge http://linux-lksctp.bkbits.net/lksctp-2.5
into nuts.ninka.net:/home/davem/src/BK/sctp-2.5

20 years ago[IPV6]: Fix anycast usage.
Alexey Kuznetsov [Fri, 18 Jul 2003 16:44:04 +0000 (09:44 -0700)]
[IPV6]: Fix anycast usage.

- Recognition of reserved anycasts is removed from ipv6_addr_type()
  Flag IPV6_ADDR_ANYCAST is removed as well.
- Some meaningless noop code checking for anycast which are not
  going to happen is removed from ndisc.c
- ipv6_unicast_destination() replaces suboptimal ipv6_chk_acast_addr()
  in data paths

20 years ago[TCP/IPV6]: Revert previous anycast changes.
David S. Miller [Fri, 18 Jul 2003 16:37:09 +0000 (09:37 -0700)]
[TCP/IPV6]: Revert previous anycast changes.