summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_alb.c
AgeCommit message (Expand)Author
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22bonding: Send ALB learning packets using the right sourceVlad Yasevich
2014-05-22bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich
2014-05-16bonding: Fix alb mode to only use first level vlans.Vlad Yasevich
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar
2014-04-24bonding: Reorg bond_alb_xmit codeMahesh Bandewar
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-14bonding: use the correct ether type for albVeaceslav Falico
2014-03-13bonding: set correct vlan id for alb xmit pathdingtianhong
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman
2014-02-19bonding: Remove unnecessary elseJoe Perches
2014-02-19bonding: More use of ether_addr_copyJoe Perches
2014-02-17bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches
2014-02-17bonding: Convert pr_warning to pr_warn, neateningJoe Perches
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen
2014-02-14bonding:fix checkpatch warnings braces {}Wang Yufen
2014-02-14bonding:fix checkpatch errors comments and spaceWang Yufen
2014-02-14bonding:fix checkpatch errors with foo* bar|foo * barWang Yufen
2014-01-01bonding: slight optimization for bond_alb_xmit()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_alb_monitor()dingtianhong
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller
2013-10-27bonding: remove bond read lock for bond_alb_monitor()dingtianhong
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong
2013-10-08bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico
2013-09-26bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico
2013-09-15bonding: Make alb learning packet interval configurableNeil Horman
2013-09-03bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico
2013-09-03bonding: remove bond_vlan_used()Veaceslav Falico
2013-08-29bonding: remove vlan_list/current_alb_vlanVeaceslav Falico
2013-08-29bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico
2013-08-29bonding: split alb_send_learning_packets()Veaceslav Falico
2013-08-01bonding: initial RCU conversionnikolay@redhat.com
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com
2013-06-19bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico
2013-06-17bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico
2013-05-28bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-01-04bonding: remove usage of dev->masterJiri Pirko