aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller1-4/+16
2013-10-27bonding: remove bond read lock for bond_alb_monitor()dingtianhong1-16/+4
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong1-15/+43
2013-10-08bonding: ensure that TLB mode's active slave has correct mac filterVeaceslav Falico1-0/+17
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico1-4/+4
2013-09-26bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico1-20/+21
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-7/+11
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico1-6/+8
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico1-1/+1
2013-09-15bonding: Make alb learning packet interval configurableNeil Horman1-1/+1
2013-09-03bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico1-4/+4
2013-09-03bonding: remove bond_vlan_used()Veaceslav Falico1-4/+2
2013-08-29bonding: remove vlan_list/current_alb_vlanVeaceslav Falico1-5/+0
2013-08-29bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico1-18/+11
2013-08-29bonding: split alb_send_learning_packets()Veaceslav Falico1-24/+35
2013-08-01bonding: initial RCU conversionnikolay@redhat.com1-2/+4
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-31/+20
2013-06-19bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico1-42/+11
2013-06-17bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico1-35/+5
2013-05-28bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico1-4/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2
2013-01-04bonding: remove usage of dev->masterJiri Pirko1-3/+3
2012-11-30bonding: delete migrated IP addresses from the rlb hash tableJiri Bohac1-34/+157
2012-11-30bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li1-0/+6
2012-06-13bonding: drop_monitor awareEric Dumazet1-3/+3
2012-06-12bonding: remove packet cloning in recv_probe()Eric Dumazet1-15/+5
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller1-5/+7
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches1-29/+29
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-8/+4
2012-01-18bonding: fix enslaving in alb mode when link downJiri Bohac1-18/+9
2012-01-11bond_alb: don't disable softirq under bond_alb_xmitMaxim Uvarov1-36/+76
2011-10-30bonding: eliminate bond_close race conditionsJay Vosburgh1-9/+7
2011-10-03bonding: properly stop queuing work when requestedAndy Gospodarek1-1/+2
2011-07-21bonding: do vlan cleanupJiri Pirko1-2/+2
2011-05-25bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman1-4/+0
2011-05-09net: bonding: factor out rlock(bond->lock) in xmit pathMichał Mirosław1-9/+2
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-35/+11
2011-04-11bonding:fix two typosPeter Pan(潘卫平)1-2/+2
2011-04-11bonding:set save_load to 0 when initializingPeter Pan(潘卫平)1-1/+1
2011-02-28bonding: use the correct size for _simple_hash()Amerigo Wang1-1/+1
2011-01-20bonding: Ensure that we unshare skbs prior to calling pskb_may_pullNeil Horman1-0/+4
2010-12-16bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi1-36/+0
2010-09-14bonding: correctly process non-linear skbsAndy Gospodarek1-0/+3
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-07-24bonding: set device in RLB ARP packet handlerGreg Edwards1-1/+1
2010-07-22bonding: change test for presence of VLANsJay Vosburgh1-2/+2
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-06-30bonding: check if clients MAC addr has changedFlavio Leitner1-1/+2
2010-06-02bonding: optimize tlb_get_least_loaded_slaveJiri Pirko1-20/+13