Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ec5efa9d
Commit
ec5efa9d
authored
Jan 10, 2004
by
Shmulik Hen
Committed by
Jeff Garzik
Jan 10, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] bonding cleanup 2.6 - Whitespace cleanup
Chomp all trailing white space.
parent
8d77e99e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
288 additions
and
288 deletions
+288
-288
Documentation/networking/bonding.txt
Documentation/networking/bonding.txt
+91
-91
drivers/net/bonding/bond_alb.c
drivers/net/bonding/bond_alb.c
+1
-1
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_main.c
+190
-190
drivers/net/bonding/bonding.h
drivers/net/bonding/bonding.h
+3
-3
include/linux/if_bonding.h
include/linux/if_bonding.h
+3
-3
No files found.
Documentation/networking/bonding.txt
View file @
ec5efa9d
This diff is collapsed.
Click to expand it.
drivers/net/bonding/bond_alb.c
View file @
ec5efa9d
...
...
@@ -1060,7 +1060,7 @@ static int alb_handle_addr_collision_on_attach(struct bonding *bond, struct slav
*
* For each slave, this function sets the interface to the new address and then
* changes its dev_addr field to its previous value.
*
*
* Unwinding assumes bond's mac address has not yet changed.
*/
static
int
alb_set_mac_address
(
struct
bonding
*
bond
,
void
*
addr
)
...
...
drivers/net/bonding/bond_main.c
View file @
ec5efa9d
This diff is collapsed.
Click to expand it.
drivers/net/bonding/bonding.h
View file @
ec5efa9d
...
...
@@ -9,7 +9,7 @@
*
* This software may be used and distributed according to the terms
* of the GNU Public License, incorporated herein by reference.
*
*
*
* 2003/03/18 - Amir Noam <amir.noam at intel dot com>,
* Tsippy Mendelson <tsippy.mendelson at intel dot com> and
...
...
@@ -23,7 +23,7 @@
* 2003/05/01 - Shmulik Hen <shmulik.hen at intel dot com>
* - Added support for Transmit load balancing mode.
*/
#ifndef _LINUX_BONDING_H
#define _LINUX_BONDING_H
...
...
@@ -52,7 +52,7 @@
/*
* Checks whether bond is ready for transmit.
*
*
* Caller must hold bond->lock
*/
#define BOND_IS_OK(bond) \
...
...
include/linux/if_bonding.h
View file @
ec5efa9d
/*
* Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
*
*
*
* Portions are (c) Copyright 1995 Simon "Guru Aleph-Null" Janes
* NCM: Network and Communications Management, Inc.
*
...
...
@@ -10,11 +10,11 @@
*
* This software may be used and distributed according to the terms
* of the GNU Public License, incorporated herein by reference.
*
*
* 2003/03/18 - Amir Noam <amir.noam at intel dot com>
* - Added support for getting slave's speed and duplex via ethtool.
* Needed for 802.3ad and other future modes.
*
*
* 2003/03/18 - Tsippy Mendelson <tsippy.mendelson at intel dot com> and
* Shmulik Hen <shmulik.hen at intel dot com>
* - Enable support of modes that need to use the unique mac address of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment