- 22 Sep, 2003 17 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Fix bug when registering the i2c_adap as the structure was not set to 0.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Remove direct memory accesses and link up device in the proper place in the sysfs tree.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This is based on the lmsensor cvs version of the driver, but is cleaned it up and ported it to 2.6.
-
Greg Kroah-Hartman authored
This is based on the lmsensor cvs version of the driver, but is cleaned it up and ported it to 2.6.
-
Greg Kroah-Hartman authored
This is based on the lmsensor cvs version of the driver, but is cleaned it up and ported it to 2.6.
-
- 15 Sep, 2003 7 commits
-
-
Randy Hron authored
remove unnecessary version.h from drivers/i2c. test compiled with 2.6.0-test5-bk2 on x86.
-
Matt Porter authored
This updates the current 2.6 PPC 4xx driver to the rewritten version we have in the PPC development tree. It is cleaner, has less bugs, and has more features.
-
Greg Kroah-Hartman authored
Forgot to do this before...
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This is based on the lmsensor cvs version of the driver, but is cleaned it up and ported it to 2.6.
-
Greg Kroah-Hartman authored
This is based on the lmsensor cvs version of the driver, but is cleaned it up and ported it to 2.6.
-
Greg Kroah-Hartman authored
This is based on the lmsensor cvs version of the driver, but is cleaned it up and ported it to 2.6.
-
- 12 Sep, 2003 2 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.6
-
Greg Kroah-Hartman authored
Seems i2c_adapter.id is only used in some video drivers, will work on cleaning up that mess later...
-
- 11 Sep, 2003 14 commits
-
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-
Meelis Roos authored
-
Keith M. Wesolowski authored
-
Rob Radez authored
-
Ricky Beam authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Rusty Russell authored
Harald synced up ipt_REJECT.c from 2.4 route fixes, but it had changed a fair bit because of the nonlinear fixes. This repairs it. 1) Copying of tcp header onto stack. 2) ...which also checks length requirement. 3) Skip checksum check: requires linear packet.
-
Rusty Russell authored
Herve Eychenne noted that many ADSL connections get the same address when the interface comes back up, so some users use SNAT instead of masquerade. The answer is that MASQUERADE should only drop connections when the interface comes up, and then only if the interface address has actually changed.
-
David Woodhouse authored
-
Dave Jones authored
-
Chas Williams authored
-
Chas Williams authored
- introduction of the struct array 'atm_proc_ents': - removal of code duplication in atm_proc_cleanup(); - removal of code duplication in atm_proc_init(); - removal of the macros CREATE_SEQ_ENTRY() and CREATE_ENTRY(); - /proc/net/atm/vcc returns to /proc/net/atm/vc; - credits at the top of the file; - replaced proc_dev_atm_operations by proc_atm_dev_ops; - atm_proc_dev_register: removal of tasteless "fail0/fail1" labels.
-