summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-1/+1
* bonding: Fix deadlock in bonding driver when using netpolldingtianhong2014-02-131-0/+7
* bonding: remove unwanted bond lock for enslave processingdingtianhong2014-02-101-1/+0
* bonding: fail_over_mac should only affect AB mode in bond_set_mac_address()dingtianhong2014-02-041-1/+2
* bonding: fail_over_mac should only affect AB mode at enslave and removal proc...dingtianhong2014-02-041-7/+15
* bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong2014-01-281-12/+17
* bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico2014-01-271-21/+36
* bonding: RCUify bond_ab_arp_probeVeaceslav Falico2014-01-271-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-296/+273
|\
| * bonding: Don't allow bond devices to change network namespaces.Weilong Chen2014-01-221-0/+3
| * bonding: convert netlink to use slave data info apiJiri Pirko2014-01-221-1/+0
| * bonding: convert active_slave to use the new option APINikolay Aleksandrov2014-01-221-1/+3
| * bonding: convert primary_reselect to use the new option APINikolay Aleksandrov2014-01-221-12/+6
| * bonding: convert miimon to use the new option APINikolay Aleksandrov2014-01-221-5/+4
| * bonding: convert ad_select to use the new option APINikolay Aleksandrov2014-01-221-14/+7
| * bonding: convert lacp_rate to use the new option APINikolay Aleksandrov2014-01-221-9/+6
| * bonding: convert arp_interval to use the new option APINikolay Aleksandrov2014-01-221-5/+4
| * bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov2014-01-221-12/+6
| * bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov2014-01-221-10/+6
| * bonding: convert arp_validate to use the new option APINikolay Aleksandrov2014-01-221-16/+11
| * bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov2014-01-221-13/+5
| * bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov2014-01-221-1/+2
| * bonding: convert mode setting to use the new option APINikolay Aleksandrov2014-01-221-15/+6
| * reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-211-7/+17
| * bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-171-0/+1
| * bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com2014-01-171-0/+27
| * bonding: handle slave's name change with primary_slave logicVeaceslav Falico2014-01-161-3/+21
| * bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue2014-01-141-26/+23
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
| |\
| * | bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com2014-01-031-16/+29
| * | bonding: make more functions staticstephen hemminger2014-01-011-3/+3
| * | bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-01-011-2/+2
| * | bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2014-01-011-3/+1
| * | bonding: slight optimizztion for bond_slave_override()dingtianhong2014-01-011-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
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-201-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-12-161-1/+1
| |\ \ | | |/ | |/|
| | * bonding: Use RCU_INIT_POINTER() for better overhead and for sparsePaul E. McKenney2013-12-121-1/+1
* | | net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
|/ /
* | bonding: add arp_ip_target checks when install the moduledingtianhong2013-12-051-3/+3
* | bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong2013-11-281-2/+2
|/
OpenPOWER on IntegriCloud