summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2014-01-28bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong
2014-01-27bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico
2014-01-27bonding: RCUify bond_ab_arp_probeVeaceslav Falico
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-22bonding: Don't allow bond devices to change network namespaces.Weilong Chen
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert arp_interval to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert arp_validate to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert mode setting to use the new option APINikolay Aleksandrov
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com
2014-01-16bonding: handle slave's name change with primary_slave logicVeaceslav Falico
2014-01-14bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com
2014-01-01bonding: make more functions staticstephen hemminger
2014-01-01bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong
2014-01-01bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong
2014-01-01bonding: slight optimizztion for bond_slave_override()dingtianhong
2013-12-31bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong
2013-12-31bonding: add option lp_interval for loading moduledingtianhong
2013-12-29bonding: make local function staticstephen hemminger
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong
2013-12-12bonding: Use RCU_INIT_POINTER() for better overhead and for sparsePaul E. McKenney
2013-12-05bonding: add arp_ip_target checks when install the moduledingtianhong
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