summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-11bonding: remove unwanted bond lock for enslave processingdingtianhong1-1/+0
2014-02-05bonding: fail_over_mac should only affect AB mode in bond_set_mac_address()dingtianhong1-1/+2
2014-02-05bonding: fail_over_mac should only affect AB mode at enslave and removal proc...dingtianhong1-7/+15
2014-01-29bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong1-12/+17
2014-01-28bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico1-21/+36
2014-01-28bonding: RCUify bond_ab_arp_probeVeaceslav Falico1-10/+6
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-296/+273
2014-01-23bonding: Don't allow bond devices to change network namespaces.Weilong Chen1-0/+3
2014-01-23bonding: convert netlink to use slave data info apiJiri Pirko1-1/+0
2014-01-23bonding: convert active_slave to use the new option APINikolay Aleksandrov1-1/+3
2014-01-23bonding: convert primary_reselect to use the new option APINikolay Aleksandrov1-12/+6
2014-01-23bonding: convert miimon to use the new option APINikolay Aleksandrov1-5/+4
2014-01-23bonding: convert ad_select to use the new option APINikolay Aleksandrov1-14/+7
2014-01-23bonding: convert lacp_rate to use the new option APINikolay Aleksandrov1-9/+6
2014-01-23bonding: convert arp_interval to use the new option APINikolay Aleksandrov1-5/+4
2014-01-23bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov1-12/+6
2014-01-23bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov1-10/+6
2014-01-23bonding: convert arp_validate to use the new option APINikolay Aleksandrov1-16/+11
2014-01-23bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov1-13/+5
2014-01-23bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov1-1/+2
2014-01-23bonding: convert mode setting to use the new option APINikolay Aleksandrov1-15/+6
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-7/+17
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-01-18bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+1
2014-01-18bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com1-0/+27
2014-01-17bonding: handle slave's name change with primary_slave logicVeaceslav Falico1-3/+21
2014-01-15bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-26/+23
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2014-01-04bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com1-16/+29
2014-01-02bonding: make more functions staticstephen hemminger1-3/+3
2014-01-02bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-2/+2
2014-01-02bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong1-3/+1
2014-01-02bonding: slight optimizztion for bond_slave_override()dingtianhong1-12/+8
2013-12-31bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong1-12/+2
2013-12-31bonding: add option lp_interval for loading moduledingtianhong1-1/+12
2013-12-30bonding: make local function staticstephen hemminger1-1/+1
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong1-16/+5
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong1-5/+2
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong1-21/+6
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong1-25/+20
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong1-6/+12
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong1-13/+11
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong1-12/+3
2013-12-13bonding: Use RCU_INIT_POINTER() for better overhead and for sparsePaul E. McKenney1-1/+1
2013-12-06bonding: add arp_ip_target checks when install the moduledingtianhong1-3/+3
2013-11-29bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong1-2/+2
2013-11-08bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov1-5/+50
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller1-31/+69