summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-54/+70
2014-03-02bonding: send arp requests even if there's no route to themVeaceslav Falico1-2/+7
2014-02-27bonding: disallow enslaving a bond to itselfJiri Bohac1-0/+5
2014-02-27bonding: fix a div error caused by the slave release pathNikolay Aleksandrov1-3/+1
2014-02-27bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong1-39/+41
2014-02-27bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong1-15/+26
2014-02-25bonding: remove no longer needed lock for bond_xxx_info_query()dingtianhong1-4/+0
2014-02-25bonding: netpoll: remove unwanted slave_dev_support_netpoll()dingtianhong1-8/+0
2014-02-20bonding: fix bond_arp_rcv() race of curr_active_slaveVeaceslav Falico1-3/+7
2014-02-20bonding: More use of ether_addr_copyJoe Perches1-3/+3
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2014-02-19bonding: rename last_arp_rx to last_rxVeaceslav Falico1-6/+6
2014-02-19bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico1-10/+10
2014-02-19bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-3/+0
2014-02-19bonding: use last_arp_rx in bond_loadbalance_arp_mon()Veaceslav Falico1-2/+2
2014-02-19bonding: use the new options to correctly set last_arp_rxVeaceslav Falico1-7/+8
2014-02-19bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico1-2/+1
2014-02-19bonding: always update last_arp_rx on packet recieveVeaceslav Falico1-0/+2
2014-02-19bonding: permit using arp_validate with non-ab modesVeaceslav Falico1-4/+0
2014-02-19bonding: remove bond->lock from bond_arp_rcvVeaceslav Falico1-3/+0
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-02-17bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches1-6/+6
2014-02-17bonding: Neaten pr_<level>Joe Perches1-54/+49
2014-02-17bonding: Convert pr_warning to pr_warn, neateningJoe Perches1-60/+56
2014-02-14bonding: remove the redundant judgements for bond_set_mac_address()dingtianhong1-8/+0
2014-02-14bonding: Fix deadlock in bonding driver when using netpolldingtianhong1-0/+7
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