summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_sysfs.c
AgeCommit message (Expand)Author
2014-04-18Merge branch 'master-tmp' into sdk-v1.6.xScott Wood
2014-04-11bonding: LAG with outgoing traffic distribution based on h/wJianhua Xie
2013-12-08bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov
2013-12-08bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong
2013-11-15bonding: add ip checks when store ip targetWang Weidong
2013-11-14bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov
2013-11-14bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko
2013-10-19bonding: move mode setting into separate functionJiri Pirko
2013-10-17bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov
2013-09-26sysfs: make attr namespace interface less convolutedTejun Heo
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com
2013-08-01bonding: initial RCU conversionnikolay@redhat.com
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com
2013-07-25bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong
2013-07-25bonding: bond_sysfs.c checkpatch cleanupdingtianhong
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico
2013-05-29bonding: trivial: update the comments to reflect the realityVeaceslav Falico
2013-05-28bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov
2013-05-20bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com
2013-05-20bonding: fix set mode race conditionsnikolay@redhat.com
2013-03-29bonding: fix disabling of arp_interval and miimonnikolay@redhat.com
2013-03-26bonding: remove already created master sysfs link on failureVeaceslav Falico
2013-01-29bonding: unset primary slave via sysfsMilos Vyletel
2012-11-29bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com
2012-11-29bonding: fix miimon and arp_interval delayed work race conditionsnikolay@redhat.com
2012-11-01bonding: fix second off-by-one errornikolay@redhat.com
2012-11-01bonding: fix off-by-one errornikolay@redhat.com
2012-07-20bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko
2012-06-12bonding:record primary when modify it via sysfsWeiping Pan
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-22driver-core: remove sysdev.h usage.Kay Sievers
2011-11-18bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico
2011-10-22bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman
2011-10-19bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman
2011-07-28bonding: fix string comparison errorsAndy Gospodarek
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger