- 02 Apr, 2003 2 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 03 Apr, 2003 2 commits
-
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
struct net_proto is not anymore needed, as the protocols have their init functions marked as __init, not needing explicit calling.
-
- 02 Apr, 2003 36 commits
-
-
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
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Derek Atkins authored
In particular, implement ESPinUDP encapsulation for IPsec Nat Traversal.
-
Jean-Francois Dive authored
-
Geoffrey Lee authored
-
Randy Dunlap authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
Currently it takes then releases BR_NETPROTO_LOCK as a writer. Later it will be converted to RCUs synchronize_kernel(). All call sites have been verified to be sleep friendly.
-
Daniel Ritz authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Chas Williams authored
-
Hideaki Yoshifuji authored
-
Arnaldo Carvalho de Melo authored
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
-
Kai Germaschewski authored
For some reason which I cannot remember, we didn't use the automatic dependency generation for the generated .mod.[co] files. However, we do of course need dependency information for those, too, they need to be updated when e.g. the kernel version number changes.
-
Kai Germaschewski authored
This patch fixes two issues: o The CONFIG_MODVERSIONING=y case broke at compile time since some functions were not updated with the latest module changes o Exporting symbols from modules stopped working due to confusion of mod->num_syms and mod->num_ksyms. Rename mod->num_ksyms to mod->num_syms, which is more logical since the associated array is called ->syms, and for the kallsyms member use "num_symtab", since the associated array is ->symtab.
-
Kai Germaschewski authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.5
-
Greg Kroah-Hartman authored
-
Martin Schlemmer authored
This should have a working w83781d driver updated for 2.5.66-bk4. Currently sysfs support is working, and are according to the spec (sensors-sysfs) in the 'lm sensors sysfs file structure' thread. Thus I used 'temp_input[1-3]', as there was not final decision on having them temp_input[0-2] as well, for example.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
(the users of this function have already been changed in previous patches)
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This still needs to be converted to use sysfs files, but due to lack of hardware, I can not do this. This change is necessary as the sysctl and proc interface is about to go away.
-
Greg Kroah-Hartman authored
Note, some data is not converted and will not be displayed. Someone with this hardware is going to have to finish the rest of this conversion.
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
while number of symbols is "num_syms". It used to be "num_syms" and "num_ksyms" respectively (ie the "k" was the wrong way around). The previous naming was not just confusing, it had caused one actual bug (ie the normal symbol code had used "num_syms", which was wrong in the old confusing naming scheme).
-