- 22 Sep, 2002 3 commits
-
-
Arnaldo Carvalho de Melo authored
With this llc_ui_sockets is almost not needed anymore, next changesets will deal with the dataunit/xid/test primitives, that are still using it.
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
It is the same bug fixed some months ago in tcp_v6_get_port, i.e. we can't touch ipv6 private areas without checking if the socket is AF_INET6.
-
- 21 Sep, 2002 2 commits
-
-
Arnaldo Carvalho de Melo authored
We can just use llc_lookup_established, one less user of llc_ui_sockets.
-
Arnaldo Carvalho de Melo authored
With this I'm slowly (real job hampering progress ;) ) going down the road that will allow me to remove llc_ui_sockets and llc_opt->sk_list, using only the per llc_sap linked lists.
-
- 19 Sep, 2002 2 commits
-
-
Arnaldo Carvalho de Melo authored
Now we have llc_conn_space and use it to see if we can accept the packet in the core llc state machine. Transfers of 80 megabytes now are safe 8)
-
Arnaldo Carvalho de Melo authored
-
- 18 Sep, 2002 1 commit
-
-
Arnaldo Carvalho de Melo authored
. Use a smaller default for LLC_ACK_TIME. . Added much more info about core sock internal state in /proc/net/802.2
-
- 17 Sep, 2002 3 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
- 16 Sep, 2002 29 commits
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Hirokazu Takahashi authored
-
Bart De Schuymer authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
-
David S. Miller authored
- Support wake-on-lan with Fiber connections properly, when possible. - On device probe and device open, get out of 44MHZ core clock rate if necessary.
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Note the cdc-ether.c driver does NOT work properly now, someone who understands the interface mess in that driver needs to fix it up.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This adds the requirement that the usb-serial drivers call usb_register() and usb_unregister() themselves, instead of having the usbserial.c file do it. Step one in moving the usbserial.c code to being a "class" :)
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Mark W. McClelland authored
Update the ov511 driver to version 1.62: o Update email address o Remove some dead code and fix some harmless typos o New device: Alpha Vision Tech. AlphaCam SE o Fix assignment of ov->proc_button->owner to not cause NULL pointer deref (credit: Oleg K.) o Support I2C read/write ioctl()s via V4L (credit: Oleg K.) o Add OV518-specific register dump code o New snapshot reset sequence; old one was causing erroneous I2C writes (credit: Oleg K.) o OV6630 needs different register 0x14 settings than OV6620 o Don't print palette errors by default o Detect OV518 cameras that have packet numbering enabled by default and set ov->packet_numbering accordingly. This should fix the problems some users were having with babble (USB error -75) and cameras not working at all.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
H. Peter Anvin authored
I noticed a kluge had been put into 2.5.35, to cover up *one* of the errors caused by a particular bug that was introduced when Patrick Mochel split up arch/i386/kernel/setup.c: he incorrectly thought the AMD-defined CPUID levels were AMD-specific; they're not -- every other x86 vendors *including* Intel uses them as well. This also adds the "i686" hack for TM5xxx that was added in 2.4 recently.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Matthew Dharm authored
This patch removes attempts to clear halts on a control endpoint (think about it for a minute if you don't see why this is pointless....) and also adds return-code checks for all places where halts are cleared. This _should_ be just redundant code, but recent tests suggest that this is, in fact, not the case. People should _heavily_ test this patch. I'm going to pause here for a while (in the patch stream) until we've got this sorted out -- initial results on my test setup seem to show some problems still remain. Where those problems are (HCD or usb-storage) remains to be seen.
-
Matthew Dharm authored
This patch fixes up some minor compilation problems.
-
Matthew Dharm authored
This patch converts all uses of page_addres() to the sg_address() macro. This will make backporting to 2.4 easier, as well as eliminate lots of redundant code.
-
Matthew Dharm authored
This patch removes tests of urb->status for EINPROGRESS. As was pointed out, that's not such a good idea, for a variety of reasons. In the process, a semaphore became useless.
-