aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_procfs.c
AgeCommit message (Expand)Author
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson
2015-06-23bonding: Display LACP info only to CAP_NET_ADMIN capable userMahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar
2015-04-26net/bonding: Make DRV macros privateMatan Barak
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-07-15bonding: convert bond_procfs.c to use netdev_printk instead of pr_Veaceslav Falico
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-03-06bonding: fix const in options processingstephen hemminger
2014-02-24bonding: use rcu_dereference() to access curr_active_slavedingtianhong
2014-02-17bonding: Neaten pr_<level>Joe Perches
2014-02-17bonding: Convert pr_warning to pr_warn, neateningJoe Perches
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com
2013-09-28bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com
2013-05-19bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2012-06-17bonding: show all the link status of slavesAmerigo Wang
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04bonding: comparing a u8 with -1 is always falseDan Carpenter
2011-11-01bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger
2011-04-14net-bonding: Fix minor sparse complaintsDavid Decotigny
2011-03-09bonding: move procfs code into bond_procfs.cAmerigo Wang