summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-16bonding: add ip checks when store ip targetWang Weidong1-13/+6
2013-11-15bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2013-11-14bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico1-2/+3
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-156/+108
2013-11-08bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov1-0/+49
2013-10-20bonding: move active_slave getting into separate functionJiri Pirko1-4/+4
2013-10-20bonding: move active_slave setting into separate functionJiri Pirko1-61/+13
2013-10-20bonding: move mode setting into separate functionJiri Pirko1-34/+11
2013-10-17bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong1-13/+17
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov1-2/+0
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo1-11/+3
2013-09-27net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-21/+0
2013-09-27net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-17/+3
2013-09-27bonding: add bond_has_slaves() and use itVeaceslav Falico1-2/+2
2013-09-27bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-8/+15
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman1-0/+39
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com1-3/+16
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com1-4/+10
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com1-1/+6
2013-08-02bonding: initial RCU conversionnikolay@redhat.com1-12/+7
2013-08-02bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-22/+21
2013-07-25bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong1-4/+11
2013-07-25bonding: bond_sysfs.c checkpatch cleanupdingtianhong1-4/+2
2013-06-26bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-10/+69
2013-06-26bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-33/+21
2013-05-29bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-28bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov1-9/+1
2013-05-20bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com1-5/+4
2013-05-20bonding: fix set mode race conditionsnikolay@redhat.com1-0/+4
2013-03-29bonding: fix disabling of arp_interval and miimonnikolay@redhat.com1-44/+48
2013-03-26bonding: remove already created master sysfs link on failureVeaceslav Falico1-0/+5
2013-01-30bonding: unset primary slave via sysfsMilos Vyletel1-0/+1
2012-11-29bonding: fix race condition in bonding_store_slaves_activenikolay@redhat.com1-0/+2
2012-11-29bonding: fix miimon and arp_interval delayed work race conditionsnikolay@redhat.com1-24/+10
2012-11-01bonding: fix second off-by-one errornikolay@redhat.com1-1/+1
2012-11-01bonding: fix off-by-one errornikolay@redhat.com1-1/+1
2012-07-20bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko1-1/+1
2012-06-13bonding:record primary when modify it via sysfsWeiping Pan1-2/+6
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+0
2011-12-22driver-core: remove sysdev.h usage.Kay Sievers1-1/+0
2011-11-18bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico1-0/+7
2011-10-22bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman1-0/+1
2011-10-20bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman1-14/+31
2011-07-28bonding: fix string comparison errorsAndy Gospodarek1-62/+71
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger1-0/+33
2011-06-10bonding: make 802.3ad use latest lacp_ratePeter Pan(潘卫平)1-0/+1
2011-05-26bonding: documentation and code cleanup for resend_igmpFlavio Leitner1-5/+5
2011-05-26bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman1-6/+0
2011-04-29ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings1-0/+26
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-6/+0