summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich2014-06-041-3/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-16/+38
|\
| * bonding: Send ALB learning packets using the right sourceVlad Yasevich2014-05-221-14/+35
| * bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich2014-05-221-3/+4
| * bonding: Fix alb mode to only use first level vlans.Vlad Yasevich2014-05-161-1/+1
* | bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-161-7/+7
* | bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-161-2/+2
* | bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar2014-04-241-4/+15
* | bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar2014-04-241-0/+26
* | bonding: Reorg bond_alb_xmit codeMahesh Bandewar2014-04-241-35/+44
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-1/+1
|\
| * bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
* | bonding: use the correct ether type for albVeaceslav Falico2014-03-141-1/+1
* | bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-121-1/+1
* | bonding: Remove unnecessary elseJoe Perches2014-02-191-6/+6
* | bonding: More use of ether_addr_copyJoe Perches2014-02-191-3/+2
* | bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches2014-02-171-15/+15
* | bonding: Convert pr_warning to pr_warn, neateningJoe Perches2014-02-171-3/+3
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-141-10/+5
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-141-13/+7
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-141-12/+6
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-141-12/+6
* | bonding:fix checkpatch errors comments and spaceWang Yufen2014-02-141-3/+3
* | bonding:fix checkpatch errors with foo* bar|foo * barWang Yufen2014-02-141-3/+3
|/
* bonding: slight optimization for bond_alb_xmit()dingtianhong2014-01-011-7/+5
* bonding: rebuild the lock use for bond_alb_monitor()dingtianhong2013-12-141-13/+9
* bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2013-12-141-9/+3
* drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-281-4/+16
* bonding: remove bond read lock for bond_alb_monitor()dingtianhong2013-10-271-16/+4
* bonding: use RCU protection for alb xmit pathdingtianhong2013-10-171-15/+43
* bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico2013-10-081-0/+17
* bonding: add bond_has_slaves() and use itVeaceslav Falico2013-09-261-4/+4
* bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-261-20/+21
* bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-261-7/+11
* bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico2013-09-261-6/+8
* net: add adj_list to save only neighboursVeaceslav Falico2013-09-261-1/+1
* bonding: Make alb learning packet interval configurableNeil Horman2013-09-151-1/+1
* bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico2013-09-031-4/+4
* bonding: remove bond_vlan_used()Veaceslav Falico2013-09-031-4/+2
* bonding: remove vlan_list/current_alb_vlanVeaceslav Falico2013-08-291-5/+0
* bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico2013-08-291-18/+11
* bonding: split alb_send_learning_packets()Veaceslav Falico2013-08-291-24/+35
* bonding: initial RCU conversionnikolay@redhat.com2013-08-011-2/+4
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-011-31/+20
* bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico2013-06-191-42/+11
* bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico2013-06-171-35/+5
* bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico2013-05-281-4/+4
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-3/+3
OpenPOWER on IntegriCloud