* Linux 2.4.27-rc4
@ 2004-07-31 14:26 Marcelo Tosatti
2004-08-01 14:27 ` [2.4 patch] CONFIG_NET_SCH_NETEM Configure.help entry Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Tosatti @ 2004-07-31 14:26 UTC (permalink / raw)
To: linux-kernel
Hi,
Here goes the forth 2.4.27 release candidate.
It includes a dozen of USB fixes, JFS update, IA64 fixes,
networking update, amongst others.
2.4.27 final should be out soon.
Please read the detailed changelog for more details.
Summary of changes from v2.4.27-rc3 to v2.4.27-rc4
============================================
<ajgrothe:yahoo.com>:
o [CRYPTO]: Add TEA and XTEA algorithms
<jaap.keuter:xs4all.nl>:
o [IPV4]: Calculate default broadcast even when using SIOCSIGNETMASK
<mjc:redhat.com>:
o USB: more sparse fixes
<tomd:csds.uidaho.edu>:
o [CRYPTO]: Set CRYPTO_TFM_RES_BAD_KEY_LEN in twofish
Adrian Bunk:
o [IPV4]: Remove no longer available URL
o cmpci oops on rmmod + fix
Anton Blanchard:
o [TG3]: Missing rmb() in rx processing
Arun Sharma:
o ia64: tighten FPH state context switch check
Dave Kleikamp:
o JFS: Error path released metadata page it shouldn't have
o JFS: Updated field isn't always written to disk during truncate
o JFS: Protect active_ag with a spinlock
o JFS: prevent concurrent calls to txCommit on the imap inode
o JFS: Check for dmap corruption before using leafidx
o JFS: jfs_dmap build fix
David S. Miller:
o [TG3]: Always do 4gb tx dma test, and fix the test
o [TG3]: Fibre PHY fixes from Sun
o [TG3]: Update driver version and reldate
o [TG3]: Delay both before and after PCI cfg space readback after reset
o [TG3]: Bump driver version and reldate
o [TG3]: Update reldate to match 2.6.x sources
o [IPV4]: Make raw sockets behave like udp wrt. MSG_TRUNC
o [ATM]: Update Marko Kiiskila's email address
o [PKT_SCHED]: sch_netem.c needs linux/init.h
o [CRYPTO]: No MODULE_ALIAS in 2.4.x
Geert Uytterhoeven:
o M68k ifpsp060
o M68k 68060 errata I14
o M68k Maintainership
Herbert Xu:
o [CRYPTO]: Fix stack overrun in crypt()
Jochen Hein:
o Update Jochen CREDITS entry
Karsten Keil:
o I4L: Fix IRQ-sharing lockup in nj_s
Marcel Holtmann:
o [Bluetooth] Respond to L2CAP info requests
o [Bluetooth] Add support for another ALPS module
o [Bluetooth] Use a signed integer for the RSSI value
Marcelo Tosatti:
o USB: fix endless resubmit in auerswald (Wolfgang Mues)
o Changed EXTRAVERSION to -rc4
Masanari Iida:
o Fix harmless typo in drivers/char/sysrq.c
Mikael Pettersson:
o cardbus.c pointer truncation bug on 64-bitters
Patrick McHardy:
o [IPV4/IPV6]: Add myself to MAINTAINERS
Pete Zaitcev:
o USB: update unusual_devs.h
o USB: GET_ID from nonzero interface (errandir_news@mph.eclipse.co.uk)
o USB: add free_len=0 initialization to ipaq.c (Ganesh Varadaraja)
o USB: correct dbg() arguments in pl2303 (Phil Dibowitz)
o USB: missing rcomplete=0 in printer.c (David Woodhouse)
Petr Vandrovec:
o [VLAN]: Do not access released memory
Samuel Thibault:
o [UDP]: Return true length if user specifies MSG_TRUNC
Stephen Hemminger:
o [PKT_SCHED]: Update to network emulation QOS scheduler
o [PKT_SCHED]: One small netem fixes
o [BRIDGE]: Fix assertion failure in 2.4.27-rc3
o [PKT_SCHED]: netem update for 2.4
Stéphane Eranian:
o ia64: fix info in /proc/pal/*/bus_info
o ia64: fix perfmon buffer init
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.4 patch] CONFIG_NET_SCH_NETEM Configure.help entry
2004-07-31 14:26 Linux 2.4.27-rc4 Marcelo Tosatti
@ 2004-08-01 14:27 ` Adrian Bunk
2004-08-02 2:20 ` David S. Miller
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2004-08-01 14:27 UTC (permalink / raw)
To: Marcelo Tosatti, Stephen Hemminger; +Cc: linux-kernel, davem, netdev
On Sat, Jul 31, 2004 at 11:26:59AM -0300, Marcelo Tosatti wrote:
>...
> Summary of changes from v2.4.27-rc3 to v2.4.27-rc4
> ============================================
>...
> Stephen Hemminger:
> o [PKT_SCHED]: Update to network emulation QOS scheduler
> o [PKT_SCHED]: One small netem fixes
> o [BRIDGE]: Fix assertion failure in 2.4.27-rc3
> o [PKT_SCHED]: netem update for 2.4
>...
The Configure.help entry was forgotten:
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
--- linux-2.4.27-rc4-full/Documentation/Configure.help.old 2004-08-01 16:20:15.000000000 +0200
+++ linux-2.4.27-rc4-full/Documentation/Configure.help 2004-08-01 16:22:23.000000000 +0200
@@ -10949,13 +10949,15 @@
whenever you want). If you want to compile it as a module, say M
here and read <file:Documentation/modules.txt>.
-Network delay simualtor
-CONFIG_NET_SCH_DELAY
- Say Y if you want to delay packets by a fixed amount of
- time. This is often useful to simulate network delay when
+CONFIG_NET_SCH_NETEM
+ Say Y if you want to emulate network delay, loss, and packet
+ re-ordering. This is often useful to simulate networks when
testing applications or protocols.
-
- This code is also available as a module called sch_delay.o
+
+ To compile this driver as a module, choose M here: the module
+ will be called sch_netem.
+
+ If unsure, say N.
Ingress Qdisc
CONFIG_NET_SCH_INGRESS
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-02 2:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-31 14:26 Linux 2.4.27-rc4 Marcelo Tosatti
2004-08-01 14:27 ` [2.4 patch] CONFIG_NET_SCH_NETEM Configure.help entry Adrian Bunk
2004-08-02 2:20 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox