- 10 Jan, 2004 19 commits
-
-
Shmulik Hen authored
According to Jeff's recommendations: o Put constant expressions in a constant. o Put parentheses in calculations to improve readability. o Remove redundant cast from void pointer.
-
Shmulik Hen authored
Code re-organization in bond_main.c according to context (e.g. module initialization, bond initialization, device entry points, monitoring, etc).
-
Shmulik Hen authored
-
Shmulik Hen authored
Remove duplicate empty lines. add empty lines where needed to improve readability.
-
Shmulik Hen authored
Chomp all trailing white space.
-
Shmulik Hen authored
-
Shmulik Hen authored
Put curly braces around all if, else, for, while, switch statements. Change conditions to short format. g. (ptr == NULL) ==> (!ptr).
-
Shmulik Hen authored
-
Shmulik Hen authored
Change names/types for some of the members in struct bonding. Change position of members.
-
Shmulik Hen authored
Consolidate names of function params and variables e.g. bond_dev instead of dev/master/master_dev.
-
Shmulik Hen authored
All functions begin with bond_ Return value, function name and all params are on the same line.
-
Shmulik Hen authored
bond is no longer part of the list. Added cyclic list iteration macros.
-
Shmulik Hen authored
Eliminate the multicast_mode module param. Settings are now done only according to mode.
-
Shmulik Hen authored
Fix all locations that handles bond->primary. Convert too long if-else to a switch-case.
-
Shmulik Hen authored
Consolidate timers initialization, error checking and re-queuing.
-
Shmulik Hen authored
Removed dead code and redundant checks.
-
Shmulik Hen authored
Eliminate bonding_t/slave_t types and consolidate casting.
-
Shmulik Hen authored
Convert all debug prints to use the dprintk macro and consolidate format of all prints (e.g. "bonding: Error: ...").
-
Shmulik Hen authored
ifenslave lite - No more IP settings to slaves, unified printing format, code re-org and broken to more functions.
-
- 09 Jan, 2004 3 commits
-
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
Spotted by Matteo Croce
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 08 Jan, 2004 18 commits
-
-
David S. Miller authored
-
Ben Collins authored
-
Jean Tourrilhes authored
-
Jean Tourrilhes authored
From Martin Diehl.
-
Jean Tourrilhes authored
From Martin Diehl.
-
Jean Tourrilhes authored
Also, make sir-dev locking compatible with irport. From Martin Diehl.
-
Jean Tourrilhes authored
-
Kurt Garloff authored
-
Chas Williams authored
[ATM]: br2684 incorrectly handles frames recvd with FCS (by Alex Zeffertt <ajz@cambridgebroadband.com>)
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-