summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2015-04-29bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman
2014-12-06bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov
2014-10-15bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov
2014-07-28bonding: fix ad_select module param checkNikolay Aleksandrov
2014-05-31bonding: Remove debug_fs files when module init failsThomas Richter
2014-02-26bonding: disallow enslaving a bond to itselfJiri Bohac
2014-02-26bonding: fix a div error caused by the slave release pathNikolay Aleksandrov
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-13bonding: Fix deadlock in bonding driver when using netpolldingtianhong
2014-02-10bonding: remove unwanted bond lock for enslave processingdingtianhong
2014-02-04bonding: fail_over_mac should only affect AB mode in bond_set_mac_address()dingtianhong
2014-02-04bonding: fail_over_mac should only affect AB mode at enslave and removal proc...dingtianhong
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