Veaceslav Falico
|
3e403a7777
bonding: make it possible to have unlimited nested upper vlans
|
11 年 前 |
Mahesh Bandewar
|
6b794c1cd8
bonding: Do not try to send packets over dead link in TLB mode.
|
11 年 前 |
Veaceslav Falico
|
abaf98ef80
bonding: remove pr_fmt from bond_alb.c
|
11 年 前 |
Veaceslav Falico
|
0a111a03f4
bonding: convert bond_alb.c to use netdev_printk instead of pr_
|
11 年 前 |
Eric Dumazet
|
4740d63827
bonding: add proper __rcu annotation for curr_active_slave
|
11 年 前 |
Vlad Yasevich
|
14af9963ba
bonding: Support macvlans on top of tlb/rlb mode bonds
|
11 年 前 |
David S. Miller
|
54e5c4def0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年 前 |
Vlad Yasevich
|
d0c21d43a5
bonding: Send ALB learning packets using the right source
|
11 年 前 |
Vlad Yasevich
|
d6b694c0b3
bonding: Don't assume 802.1Q when sending alb learning packets.
|
11 年 前 |
Vlad Yasevich
|
f60c3704e8
bonding: Fix alb mode to only use first level vlans.
|
11 年 前 |
Veaceslav Falico
|
8557cd74ca
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
|
11 年 前 |
Veaceslav Falico
|
01844098ec
bonding: create a macro for bond mode and use it
|
11 年 前 |
Mahesh Bandewar
|
e9f0fb8849
bonding: Add tlb_dynamic_lb parameter for tlb mode
|
11 年 前 |
Mahesh Bandewar
|
f05b42eaa2
bonding: Added bond_tlb_xmit() for tlb mode.
|
11 年 前 |
Mahesh Bandewar
|
9a49aba1ad
bonding: Reorg bond_alb_xmit code
|
11 年 前 |
David S. Miller
|
85dcce7a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年 前 |
Veaceslav Falico
|
96a0922c23
bonding: use the correct ether type for alb
|
11 年 前 |
dingtianhong
|
fb00bc2e6c
bonding: set correct vlan id for alb xmit path
|
11 年 前 |
Eric W. Biederman
|
2bb77ab42a
bonding: Call dev_kfree_skby_any instead of kfree_skb.
|
11 年 前 |
Joe Perches
|
157550fbbb
bonding: Remove unnecessary else
|
11 年 前 |
Joe Perches
|
2a7c183bc7
bonding: More use of ether_addr_copy
|
11 年 前 |
Joe Perches
|
ada0f8633c
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
|
11 年 前 |
Joe Perches
|
91565ebbcc
bonding: Convert pr_warning to pr_warn, neatening
|
11 年 前 |
Wang Yufen
|
73ac0cd48f
bonding:fix checkpatch warnings braces {}
|
11 年 前 |
Wang Yufen
|
dda0fd5c83
bonding:fix checkpatch warnings braces {}
|
11 年 前 |
Wang Yufen
|
35d75ee43f
bonding:fix checkpatch warnings braces {}
|
11 年 前 |
Wang Yufen
|
fdb89d75d0
bonding:fix checkpatch warnings braces {}
|
11 年 前 |
Wang Yufen
|
4708a1b1a4
bonding:fix checkpatch errors comments and space
|
11 年 前 |
Wang Yufen
|
b85b6fb139
bonding:fix checkpatch errors with foo* bar|foo * bar
|
11 年 前 |
dingtianhong
|
4d4ac1b092
bonding: slight optimization for bond_alb_xmit()
|
11 年 前 |