David Ahern
|
b3208b2024
net: bonding: Flip to the new dev walk API
|
8 years ago |
Eric Dumazet
|
f87fda00b6
bonding: prevent out of bound accesses
|
9 years ago |
Amitoj Kaur Chawla
|
6d9b6f424d
bonding: Return correct error code
|
9 years ago |
Jiri Pirko
|
b4bef1b575
vlan: kill vlan_put_tag helper
|
10 years ago |
David S. Miller
|
1ef8019be8
net: Move bonding headers under include/net
|
10 years ago |
Eric Dumazet
|
31aa860e0a
bonding: add bond_tx_drop() helper
|
10 years ago |
Mahesh Bandewar
|
ee63771474
bonding: Simplify the xmit function for modes that use xmit_hash
|
11 years ago |
Nikolay Aleksandrov
|
547942cace
bonding: trivial: style and comment fixes
|
11 years ago |
Nikolay Aleksandrov
|
56924c3811
bonding: consolidate the two rlb_next_rx_slave functions into one
|
11 years ago |
Nikolay Aleksandrov
|
8c0bc55028
bonding: adjust locking comments
|
11 years ago |
Nikolay Aleksandrov
|
4bab16d7c9
bonding: alb: convert to bond->mode_lock
|
11 years ago |
Nikolay Aleksandrov
|
1c72cfdc96
bonding: clean curr_slave_lock use
|
11 years ago |
Nikolay Aleksandrov
|
62c5f51853
bonding: alb: remove curr_slave_lock
|
11 years ago |
Nikolay Aleksandrov
|
ecfede424e
bonding: alb: clean bond->lock
|
11 years ago |
Andreea-Cristina Bernat
|
b5091b552a
bonding: Replace rcu_dereference() with rcu_access_pointer()
|
11 years ago |
Veaceslav Falico
|
3e403a7777
bonding: make it possible to have unlimited nested upper vlans
|
11 years ago |
Mahesh Bandewar
|
6b794c1cd8
bonding: Do not try to send packets over dead link in TLB mode.
|
11 years ago |
Veaceslav Falico
|
abaf98ef80
bonding: remove pr_fmt from bond_alb.c
|
11 years ago |
Veaceslav Falico
|
0a111a03f4
bonding: convert bond_alb.c to use netdev_printk instead of pr_
|
11 years ago |
Eric Dumazet
|
4740d63827
bonding: add proper __rcu annotation for curr_active_slave
|
11 years ago |
Vlad Yasevich
|
14af9963ba
bonding: Support macvlans on top of tlb/rlb mode bonds
|
11 years ago |
David S. Miller
|
54e5c4def0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Vlad Yasevich
|
d0c21d43a5
bonding: Send ALB learning packets using the right source
|
11 years ago |
Vlad Yasevich
|
d6b694c0b3
bonding: Don't assume 802.1Q when sending alb learning packets.
|
11 years ago |
Vlad Yasevich
|
f60c3704e8
bonding: Fix alb mode to only use first level vlans.
|
11 years ago |
Veaceslav Falico
|
8557cd74ca
bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()
|
11 years ago |
Veaceslav Falico
|
01844098ec
bonding: create a macro for bond mode and use it
|
11 years ago |
Mahesh Bandewar
|
e9f0fb8849
bonding: Add tlb_dynamic_lb parameter for tlb mode
|
11 years ago |
Mahesh Bandewar
|
f05b42eaa2
bonding: Added bond_tlb_xmit() for tlb mode.
|
11 years ago |
Mahesh Bandewar
|
9a49aba1ad
bonding: Reorg bond_alb_xmit code
|
11 years ago |