aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-01bonding: initial RCU conversionnikolay@redhat.com1-12/+7
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-22/+21
2013-07-24bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong1-4/+11
2013-07-24bonding: bond_sysfs.c checkpatch cleanupdingtianhong1-4/+2
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-10/+69
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-33/+21
2013-05-28bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-27bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov1-9/+1
2013-05-19bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com1-5/+4
2013-05-19bonding: 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-29bonding: 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-12bonding: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-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+0
2011-11-17bonding: 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-19bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman1-14/+31
2011-07-27bonding: fix string comparison errorsAndy Gospodarek1-62/+71
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger1-0/+33
2011-06-09bonding: make 802.3ad use latest lacp_ratePeter Pan(潘卫平)1-0/+1
2011-05-25bonding: documentation and code cleanup for resend_igmpFlavio Leitner1-5/+5
2011-05-25bonding: 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
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERSBen Hutchings1-80/+0
2011-03-16bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko1-2/+2
2011-03-16bonding: wrap slave state workJiri Pirko1-1/+1
2011-03-16net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko1-8/+0
2011-03-15bonding: Improve syslog message at device creation timePhil Oester1-1/+4
2011-01-25bonding: fix return value of couple of store functionsJiri Pirko1-2/+2
2010-10-18bonding: Fix deadlock in bonding driver resulting from internal locking when using netpollNeil Horman1-0/+8
2010-10-05bonding: add retransmit membership reports tunableFlavio Leitner1-0/+44
2010-07-30bonding: prevent sysfs from allowing arp monitoring with alb/tlbAndy Gospodarek1-12/+25
2010-07-14bonding: fix a buffer overflow in bonding_show_queue_id.Nicolas de Pesloüan1-2/+2
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek1-0/+116
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek1-0/+52
2010-06-02bonding: move dev_addr cpy to bond_enslaveJiri Pirko1-8/+0
2010-06-02bonding: make bonding_store_slaves simplerJiri Pirko1-41/+25
2010-06-02bonding: remove redundant checks from bonding_store_slaves V2Jiri Pirko1-19/+1
2010-06-02bonding: move slave MTU handling from sysfs V2Jiri Pirko1-20/+2
2010-06-02bonding: remove unused variable "found"Jiri Pirko1-2/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+4
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches1-200/+127