- 14 Mar, 2002 14 commits
-
-
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.
-
- 13 Mar, 2002 26 commits
-
-
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.
-
Gerd Knorr authored
This patch updates the i2c audio chip modules. It improves the support for tda9874x chips. There are some bugfixes. It also has alot of small cleanups: switch some modules to new initialization, declare lots of functions static, ... which make the patch a bit large.
-
Gerd Knorr authored
This patch updates the btaudio sound driver. It fixes a bug in the poll function, makes the driver a bit more verbose at insmod time, adds a insmod option for the pci latency timer and does some minor cleanups.
-
Gerd Knorr authored
This patch updates the Winbond w9966cf parport webcam driver.
-
Gerd Knorr authored
This patch updates the mediavision pms video driver.
-
Gerd Knorr authored
This patch adapts the DSB usb radio driver to the videodev changes.
-
Gerd Knorr authored
This is the update for the trust radio driver.
-
Gerd Knorr authored
This patch updates the vicam usb camera driver. videodev adaptions are there, and the unplug race fix. I also did plenty of other small cleanups and fixes, lots of forgotten breaks in the big ioctl switch for example. I wouldn't be surprised if the driver didn't work at all ...
-
Gerd Knorr authored
This patch updates the saa5249 videotext driver.
-
Gerd Knorr authored
This patch updates the parallel port quickcam drivers (bw+color).
-
Gerd Knorr authored
This patch adapts the se401 driver to the videodev changes and fixes the unplug race.
-
Gerd Knorr authored
This patch adapts the philips webcam driver to the videodev changes. Also has the unplug race fix.
-