aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_procfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat1-0/+2
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig1-30/+6
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson1-1/+2
2015-06-23bonding: Display LACP info only to CAP_NET_ADMIN capable userMahesh Bandewar1-48/+53
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar1-0/+6
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar1-0/+2
2015-04-26net/bonding: Make DRV macros privateMatan Barak1-0/+1
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar1-5/+38
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-1/+1
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar1-2/+1
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov1-13/+3
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov1-4/+4
2014-07-15bonding: convert bond_procfs.c to use netdev_printk instead of pr_Veaceslav Falico1-2/+2
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico1-6/+6
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico1-1/+1
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-1/+1
2014-03-06bonding: fix const in options processingstephen hemminger1-1/+1
2014-02-24bonding: use rcu_dereference() to access curr_active_slavedingtianhong1-3/+1
2014-02-17bonding: Neaten pr_<level>Joe Perches1-1/+1
2014-02-17bonding: Convert pr_warning to pr_warn, neateningJoe Perches1-4/+4
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov1-2/+5
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov1-1/+3
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov1-3/+5
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov1-2/+4
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com1-12/+0
2013-09-28bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico1-4/+12
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-2/+3
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-6/+6
2013-05-19bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+1
2012-06-17bonding: show all the link status of slavesAmerigo Wang1-2/+13
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04bonding: comparing a u8 with -1 is always falseDan Carpenter1-2/+2
2011-11-01bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan1-2/+10
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger1-0/+1
2011-04-14net-bonding: Fix minor sparse complaintsDavid Decotigny1-2/+0
2011-03-09bonding: move procfs code into bond_procfs.cAmerigo Wang1-0/+275