summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico2013-06-251-10/+69
* bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico2013-06-251-33/+21
* bonding: trivial: update the comments to reflect the realityVeaceslav Falico2013-05-281-3/+1
* bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov2013-05-271-9/+1
* bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com2013-05-191-5/+4
* bonding: fix set mode race conditionsnikolay@redhat.com2013-05-191-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-121-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-211-1/+0
* | bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico2011-11-171-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-191-14/+31
* bonding: fix string comparison errorsAndy Gospodarek2011-07-271-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-091-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
* ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2011-04-291-0/+26
* bonding: move processing of recv handlers into handle_frame()Jiri Pirko2011-04-251-6/+0
* bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings2011-04-171-80/+0
* bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko2011-03-161-2/+2
* bonding: wrap slave state workJiri Pirko2011-03-161-1/+1
* net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko2011-03-161-8/+0
* bonding: Improve syslog message at device creation timePhil Oester2011-03-151-1/+4
* bonding: fix return value of couple of store functionsJiri Pirko2011-01-251-2/+2
* bonding: Fix deadlock in bonding driver resulting from internal locking when ...Neil Horman2010-10-181-0/+8
* bonding: add retransmit membership reports tunableFlavio Leitner2010-10-051-0/+44
* bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek2010-07-301-12/+25
* bonding: fix a buffer overflow in bonding_show_queue_id.Nicolas de Pesloüan2010-07-141-2/+2
* bonding: allow user-controlled output slave selectionAndy Gospodarek2010-06-051-0/+116
* bonding: add all_slaves_active parameterAndy Gospodarek2010-06-051-0/+52
* bonding: move dev_addr cpy to bond_enslaveJiri Pirko2010-06-021-8/+0
* bonding: make bonding_store_slaves simplerJiri Pirko2010-06-021-41/+25
* bonding: remove redundant checks from bonding_store_slaves V2Jiri Pirko2010-06-021-19/+1
* bonding: move slave MTU handling from sysfs V2Jiri Pirko2010-06-021-20/+2
* bonding: remove unused variable "found"Jiri Pirko2010-06-021-2/+1
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+4
* drivers/net/bonding/: : use pr_fmtJoe Perches2009-12-131-200/+127
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-7/+12
* | bond: Simply bond sysfs group creationEric W. Biederman2009-10-301-18/+2
OpenPOWER on IntegriCloud