summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert bonding timers to workqueuesJay Vosburgh2007-10-241-1/+1
| | | | | | | | | | | Convert bonding timers to workqueues. This converts the various monitor functions to run in periodic work queues instead of timers. This patch introduces the framework and convers the calls, but does not resolve various locking issues, and does not stand alone. Signed-off-by: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* endianness annotations drivers/net/bonding/Al Viro2007-10-111-2/+2
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [bonding] Remove superfluous changelog.Jeff Garzik2005-11-281-9/+0Star
| | | | | No need to record this information in source code, its all in the git repository, and kernel archives.
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+141
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!