- 29 Apr, 2003 1 commit
-
-
Alex Williamson authored
This one-liner is required for PCI serial ports that have multiple MMIO ports off a single PCI BAR. Calls to request_mem_resource() fail after the first one otherwise. Patch against 2.5.67. Thanks,
-
- 28 Apr, 2003 9 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
before opening it.
-
Linus Torvalds authored
Cleanups.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
support. Add it back in now that DRI is synched up again.
-
Linus Torvalds authored
generic dri files and into gamma driver files.
-
bk://linux-bt.bkbits.net/bt-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 29 Apr, 2003 2 commits
-
-
Russell King authored
-
Russell King authored
This is a fix from eons ago, which apparantly has been in the old Rebel.com netwinder CVS for several years, and has never been submitted upstream. This fix allows FP registers to be correctly written to ELF core files, as well as preventing corruption of other parts of ELF core files caused by data on the kernel stack being overwritten.
-
- 28 Apr, 2003 7 commits
-
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
Jeff Garzik authored
into redhat.com:/garz/repo/net-drivers-2.5
-
Russell King authored
-
- 27 Apr, 2003 21 commits
-
-
Jeff Garzik authored
- support new 2.5 irqreturn_t - s/usec_delay/udelay/ - remove two stored-but-never-used members of struct ixgb_hw - read PCI vendor/device ids from struct pci_dev, not h/w - remove some unused wrappers from ixgb_osdep.h
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Ganesh Venkatesan authored
-
Scott Feldman authored
* Wrap TSO support with NETIF_F_TSO to keep same driver source between 2.4 and 2.5.
-
Scott Feldman authored
-
Jeff Garzik authored
into redhat.com:/garz/repo/net-drivers-2.5
-
Andrew Morton authored
100% irqreturn_t cleanups Affected drivers: 3c523, 527, 68360enet, 7990, a2065, am79c961a, appletalk/{ltpc,cops}, ariadne, {lotsa}lance, au1000_eth, eth16i, ewrk3, gt96100eth, hamradio/several, ibmlana, ioc3-eth, *-skeleton, lasi_82596, mac89x0, pcmcia/3c574_cs, rrunner, sb1000, sb1250-mac, sgiseeq, sk_g16, sk_mca, skfddi, sonic, sun3_82586, tc35815, tokenring/several, wan/several
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
David S. Miller authored
-
Rusty Russell authored
Adds an owner field to nf_hook_ops, and use it to hold the hook in place for queued packets.
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
Now the core networking infrastructure will (finally) do that for the net protocol families, its just a matter of setting the ->owner field in the registered struct net_proto_family to THIS_MODULE.
-
Maksim Krasnyanskiy authored
In order to fix all MOD_INC/DECs in the RFCOMM code we need __module_get().
-
Maksim Krasnyanskiy authored
Other protocols cannot be fixes at this point because current net_proto_family code does not support "family owner != socket owner" case.
-
Maksim Krasnyanskiy authored
-