]> git.neil.brown.name Git - history.git/commit
[netdrvr bonding] add 802.3ad support
authorJeff Garzik <jgarzik@redhat.com>
Sun, 25 May 2003 20:37:45 +0000 (16:37 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Sun, 25 May 2003 20:37:45 +0000 (16:37 -0400)
commitd0aa9595c30a34238feda4749092d65aa2173dd1
tree3a2c5ca351404ec5ae1cbe9c246fc2b2ac76d86b
parenteb7040afe07dac9c67aa41980b90153ef4b6b011
[netdrvr bonding] add 802.3ad support

Contributed by Intel, with updates by
Jay Vosburgh @ IBM (bonding maintainer)
13 files changed:
drivers/net/bonding.c [deleted file]
drivers/net/bonding/Makefile [new file with mode: 0644]
drivers/net/bonding/bond_3ad.c [new file with mode: 0644]
drivers/net/bonding/bond_3ad.h [new file with mode: 0644]
drivers/net/bonding/bond_alb.c [new file with mode: 0644]
drivers/net/bonding/bond_alb.h [new file with mode: 0644]
drivers/net/bonding/bond_main.c [new file with mode: 0644]
drivers/net/bonding/bonding.h [new file with mode: 0644]
include/linux/if_bonding.h
include/linux/if_vlan.h
include/linux/skbuff.h
net/core/dev.c
net/core/skbuff.c