summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix packets_per_slave showingNikolay Aleksandrov2013-12-061-2/+2
* bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong2013-11-291-3/+1
* bonding: add ip checks when store ip targetWang Weidong2013-11-151-13/+6
* bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov2013-11-141-0/+6
* bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico2013-11-141-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-156/+108
|\
| * bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov2013-11-071-0/+49
| * bonding: move active_slave getting into separate functionJiri Pirko2013-10-201-4/+4
| * bonding: move active_slave setting into separate functionJiri Pirko2013-10-201-61/+13
| * bonding: move mode setting into separate functionJiri Pirko2013-10-201-34/+11
| * bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong2013-10-171-13/+17
| * bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov2013-10-031-2/+0
| * net: create sysfs symlinks for neighbour devicesVeaceslav Falico2013-09-261-21/+0
| * net: expose the master link to sysfs, and remove it from bondVeaceslav Falico2013-09-261-17/+3
| * bonding: add bond_has_slaves() and use itVeaceslav Falico2013-09-261-2/+2
| * bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-261-8/+15
* | sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-11/+3
|/
* bonding: Make alb learning packet interval configurableNeil Horman2013-09-161-0/+39
* bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com2013-09-111-3/+16
* bonding: fix store_arp_validate race with mode changenikolay@redhat.com2013-09-111-4/+10
* bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com2013-09-041-1/+6
* bonding: initial RCU conversionnikolay@redhat.com2013-08-021-12/+7
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-021-22/+21
* bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong2013-07-251-4/+11
* bonding: bond_sysfs.c checkpatch cleanupdingtianhong2013-07-251-4/+2
* bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico2013-06-261-10/+69
* bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico2013-06-261-33/+21
* bonding: trivial: update the comments to reflect the realityVeaceslav Falico2013-05-291-3/+1
* bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov2013-05-281-9/+1
* bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com2013-05-201-5/+4
* bonding: fix set mode race conditionsnikolay@redhat.com2013-05-201-0/+4
* bonding: fix disabling of arp_interval and miimonnikolay@redhat.com2013-03-291-44/+48
* bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
* bonding: unset primary slave via sysfsMilos Vyletel2013-01-291-0/+1
* bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com2012-11-291-0/+2
* bonding: fix miimon and arp_interval delayed work race conditionsnikolay@redhat.com2012-11-291-24/+10
* bonding: fix second off-by-one errornikolay@redhat.com2012-11-011-1/+1
* bonding: fix off-by-one errornikolay@redhat.com2012-11-011-1/+1
* bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko2012-07-201-1/+1
* bonding:record primary when modify it via sysfsWeiping Pan2012-06-131-2/+6
* Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+0
|\
| * driver-core: remove sysdev.h usage.Kay Sievers2011-12-221-1/+0
* | bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico2011-11-181-0/+7
|/
* bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman2011-10-221-0/+1
* bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman2011-10-201-14/+31
* bonding: fix string comparison errorsAndy Gospodarek2011-07-281-62/+71
* bonding: add min links parameter to 802.3adstephen hemminger2011-06-231-0/+33
* bonding: make 802.3ad use latest lacp_ratePeter Pan(潘卫平)2011-06-101-0/+1
* bonding: documentation and code cleanup for resend_igmpFlavio Leitner2011-05-251-5/+5
* bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman2011-05-251-6/+0