summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: Don't allow bond devices to change network namespaces.Weilong Chen2014-01-231-0/+3
* bonding: convert netlink to use slave data info apiJiri Pirko2014-01-231-1/+0
* bonding: convert active_slave to use the new option APINikolay Aleksandrov2014-01-231-1/+3
* bonding: convert primary_reselect to use the new option APINikolay Aleksandrov2014-01-231-12/+6
* bonding: convert miimon to use the new option APINikolay Aleksandrov2014-01-231-5/+4
* bonding: convert ad_select to use the new option APINikolay Aleksandrov2014-01-231-14/+7
* bonding: convert lacp_rate to use the new option APINikolay Aleksandrov2014-01-231-9/+6
* bonding: convert arp_interval to use the new option APINikolay Aleksandrov2014-01-231-5/+4
* bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov2014-01-231-12/+6
* bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov2014-01-231-10/+6
* bonding: convert arp_validate to use the new option APINikolay Aleksandrov2014-01-231-16/+11
* bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov2014-01-231-13/+5
* bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov2014-01-231-1/+2
* bonding: convert mode setting to use the new option APINikolay Aleksandrov2014-01-231-15/+6
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-221-7/+17
* bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-181-0/+1
* bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com2014-01-181-0/+27
* bonding: handle slave's name change with primary_slave logicVeaceslav Falico2014-01-171-3/+21
* bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue2014-01-151-26/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com2014-01-041-16/+29
* | bonding: make more functions staticstephen hemminger2014-01-021-3/+3
* | bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-01-021-2/+2
* | bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2014-01-021-3/+1
* | bonding: slight optimizztion for bond_slave_override()dingtianhong2014-01-021-12/+8
* | bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong2013-12-311-12/+2
* | bonding: add option lp_interval for loading moduledingtianhong2013-12-311-1/+12
* | bonding: make local function staticstephen hemminger2013-12-291-1/+1
* | bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong2013-12-141-16/+5
* | bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2013-12-141-5/+2
* | bonding: remove unwanted lock for bond enslave and releasedingtianhong2013-12-141-21/+6
* | bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong2013-12-141-25/+20
* | bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong2013-12-141-6/+12
* | bonding: rebuild the lock use for bond_mii_monitor()dingtianhong2013-12-141-13/+11
* | bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2013-12-141-12/+3
|/
* bonding: add arp_ip_target checks when install the moduledingtianhong2013-12-061-3/+3
* bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong2013-11-291-2/+2
* bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov2013-11-071-5/+50
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-281-31/+69
* bonding: remove bond read lock for bond_activebackup_arp_mon()dingtianhong2013-10-271-33/+13
* bonding: remove bond read lock for bond_loadbalance_arp_mon()dingtianhong2013-10-271-4/+6
* bonding: remove bond read lock for bond_mii_monitor()dingtianhong2013-10-271-32/+12
* net: fix rtnl notification in atomic contextAlexei Starovoitov2013-10-261-2/+2
* bonding: move bond-specific init after enslave happensVeaceslav Falico2013-10-231-51/+14
* bonding: remove bond_ioctl_change_active()Jiri Pirko2013-10-201-57/+2
* bonding: push Netlink bits into separate fileJiri Pirko2013-10-201-27/+5
* bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov2013-10-031-129/+68
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-3/+10
|\
| * bonding: Fix broken promiscuity reference counting issueNeil Horman2013-10-011-3/+10