With a couple fixes (another bad one in r8169) and a couple little
things. Changelog delta versus netdev2 attached.
The ppp header removal was Paul M's idea, but I took it farther, so it
still needs ack'ing from him (as ppp maintainer).
Patch:
http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.1-bk1-netdev3.patch.bz2
Full changelog:
http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/2.6.1-bk1-netdev3.log
Broken-out patches:
http://www.kernel.org/pub/linux/kernel/people/jgarzik/patchkits/2.6/broken-out/
ChangeSet@xxxxxxxxxx, 2004-01-12 19:41:02-05:00, ak@xxxxxx
[PATCH] variable number of dummy devices
Uses the new module_params that nobody else uses now.
ChangeSet@xxxxxxxxxxxx, 2004-01-12 17:27:00-05:00, jgarzik@xxxxxxxxxx
Eliminate ancient and unused include/linux/{if_pppvar,ppp}.h.
Well, unused except for one silly constant in isdn_ppp.c.
ChangeSet@xxxxxxxxxxx, 2004-01-12 17:21:23-05:00, akpm@xxxxxxxx
[PATCH] fix netpoll printk bug
ChangeSet@xxxxxxxxxxx, 2004-01-12 17:19:54-05:00, romieu@xxxxxxxxxxxxx
[netdrvr r8169] fix rx counter masking bug
ChangeSet@xxxxxxxxxxxx, 2004-01-11 01:19:14-05:00,
viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Remove unused and invalid 'struct ppp' definition from if_pppvar.h.
ChangeSet@xxxxxxxxxxx, 2004-01-11 01:09:34-05:00,
viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[netdrvr forcedeth] kfree -> free_netdev
ChangeSet@xxxxxxxxxx, 2004-01-11 01:08:18-05:00,
viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[NET] fix leak in sch_teql
Also note the fact that we're calling functions that may block,
while holding a local spinlock.
|