summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2015-02-13Merge branch 'rtmerge'Scott Wood
2015-02-13Reset to 3.12.37Scott Wood
2014-04-18Merge branch 'master-tmp' into sdk-v1.6.xScott Wood
2014-04-11bonding: LAG with outgoing traffic distribution based on h/wJianhua Xie
2013-12-08bonding: RCUify bond_set_rx_mode()Veaceslav Falico
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller
2013-10-27bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong
2013-10-27bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong
2013-10-27bonding: remove bond read lock for bond_mii_monitor()dingtianhong
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov
2013-10-22bonding: move bond-specific init after enslave happensVeaceslav Falico
2013-10-19bonding: remove bond_ioctl_change_active()Jiri Pirko
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01bonding: RCUify bond_set_rx_mode()Veaceslav Falico
2013-10-01bonding: Fix broken promiscuity reference counting issueNeil Horman
2013-09-28bonding: correctly verify for the first slave in bond_enslaveVeaceslav Falico
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26bonding: remove slave listsVeaceslav Falico
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico
2013-09-26bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico
2013-09-26bonding: use bond_for_each_slave() in bond_uninit()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-26bonding: populate neighbour's private on enslaveVeaceslav Falico
2013-09-26net: add adj_list to save only neighboursVeaceslav Falico
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com
2013-09-04bonding: drop read_lock in bond_compute_featuresnikolay@redhat.com
2013-09-04bonding: drop read_lock in bond_fix_featuresnikolay@redhat.com
2013-09-04bonding: trivial: remove outdated comment and bracesnikolay@redhat.com
2013-09-04bonding: simplify and fix peer notificationnikolay@redhat.com
2013-08-29bonding: pr_debug instead of pr_warn in bond_arp_send_allVeaceslav Falico
2013-08-29bonding: remove vlan_list/current_alb_vlanVeaceslav Falico
2013-08-29bonding: use vlan_uses_dev() in __bond_release_one()Veaceslav Falico
2013-08-29bonding: convert bond_has_this_ip() to use upper devicesVeaceslav Falico
2013-08-29bonding: make bond_arp_send_all use upper device listVeaceslav Falico
2013-08-25bonding: fix error return code in bond_enslave()Wei Yongjun
2013-08-09bonding: unwind on bond_add_vlan failurenikolay@redhat.com
2013-08-09bonding: change the bond's vlan syncing functions with the standard onesnikolay@redhat.com
2013-08-05bonding: remove locking from bond_set_rx_mode()Veaceslav Falico
2013-08-05bonding: add bond_time_in_interval() and use it for time comparisonVeaceslav Falico
2013-08-05bonding: call slave_last_rx() only once per slaveVeaceslav Falico
2013-08-02bonding: modify only neigh_parms owned by usVeaceslav Falico
2013-08-01bonding: initial RCU conversionnikolay@redhat.com