- 15 Mar, 2002 1 commit
-
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 14 Mar, 2002 16 commits
-
-
Jeff Garzik authored
-
Jeff Garzik authored
Noticed by Alan Cox.
-
Jean Tourrilhes authored
-
Paul Gortmaker authored
-
Jeff Garzik authored
-
Jes Sorensen authored
* fix Tigon I support * fix memory leak
-
Jes Sorensen authored
* various small cleanups * ETHTOOL_GDRVINFO support
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
-
Eli Kupermann authored
- switch to yield function as suggested by you, Arjan and Andrew. - fixed broken logic in the use of time_before/time_after - possible bug cause in previous design - in most of the places we were going to sleep and than check if time expires before checking if condition is satisfied. If, for example, we needed to wait up to 3 jiffies we could do schedule_timeout(1) and get up after 4 ticks check that time expired and go away crying about failure without checking that condition is OK.(in fact I saw it happen on one SMP platform here).
-
Eli Kupermann authored
- added pci flushing in the e100_set_intr_mask function (pci posting bug) - better logic in the prepare_xmit_buff function moving some tx buffer initialization code to the start of the function.
-
Eli Kupermann authored
- remove dummy defines and also ia64 specific [Arjan's notes [:-)] ] - fixed problem in e100_check_options function reported by our Q/A
-
Eli Kupermann authored
- minor changes to the license from our technical writer [still GPL ;-)]
-
Benjamin LaHaise authored
* Use likely() and unlikely() for better branch prediction * Various small cleanups * Much improved interrupt mitigation * Much improved throughput
-
sawa authored
RX_MODE was not set for the multicast case. Set it. Fixes multicast.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 13 Mar, 2002 23 commits
-
-
David S. Miller authored
put current task there instead.
-
David S. Miller authored
debugger by taking the FPU save area depth into consideration.
-
David S. Miller authored
From Kanoj Sarcar.
-
David S. Miller authored
Kill references to obsolete BLK{F}RA{SET,GET} ioctls.
-
Ben Fennema authored
This patch moves the udf spec header files into the fs/udf directory and removes all the non-standard sized typedefs.
-
Ben Fennema authored
This patch fixes an extent preallocation bug and adds missing sb_bread == NULL checks.
-
Ben Fennema authored
This patch fixes writing the descriptor version for udf revisions >= 2.0
-
Ben Fennema authored
This patch adds some missing byte swaps needed for big endian archs.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
David S. Miller authored
1) Fix EBUS register probing 2) Add some missing ioctl32 translations 3) Add sys_futex entries for sparc/sparc64 4) Add platform-specific pcibios_set_mwi implementation for sparc64 5) Fix set_brkpkt implementation so it works on UltraSPARC-III
-
Ganesh Varadarajan authored
Fixed a panic caused by the line discipline echoing characters. It also fixes a problem where the echoing messes up ppp chat.
-
David S. Miller authored
by struct sock cleanups.
-
Tapio Laxström authored
Here is patch against linuxusb.bkbits.net LINUX_2.4.19-pre2 export, which adds Emagic EMI 2|6 usb audio interface firmware loader support to linux kernel. I also have other kernel patches and emi26 cvs export available at: http://www.vtoy.fi/~tapio/emi26.html
-
David S. Miller authored
- CodingStyle cleanups - Adds MODULE_LICENSE - Fix missing release_sock calls - Remove leftovers from sock cleanup patches - Use skb_queue_purge
-
Greg Kroah-Hartman authored
Fixed bug that prevented multiple edgeport devices from working at once.
-
Greg Kroah-Hartman authored
Elcon vendor/device support added.
-
Petko Manolov authored
-
Gerd Knorr authored
This is a major update of the bttv core (0.7.x to 0.8.x). There are way too many changes to list them all, the complete core code for video frame capture has been rewritten from scratch.
-
Gerd Knorr authored
This patch updates the documentation for the bttv driver.
-
Gerd Knorr authored
This patch is a update for the tuner module which controls the tuner chip on TV cards. No major changes, lots of small cleanups: make functions static, switch to name-based initialization for structs, ...
-
Gerd Knorr authored
This patch adds a helper module to manage pci dma buffers for video frames. I've recently started writing a driver for another frame grabber / TV card chip and tried to separate out common code to avoid duplicating code. The bttv core update (next mail) depends this patch.
-