summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_procfs.c
AgeCommit message (Expand)AuthorFilesLines
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-27net/bonding: Make DRV macros privateMatan Barak1-0/+1
2015-02-25bonding: 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-07bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar1-2/+1
2014-09-10bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov1-13/+3
2014-09-10bonding: convert primary_slave to use RCUNikolay Aleksandrov1-4/+4
2014-07-16bonding: convert bond_procfs.c to use netdev_printk instead of pr_Veaceslav Falico1-2/+2
2014-05-17bonding: create a macro for bond mode and use itVeaceslav Falico1-6/+6
2014-05-17bonding: make USES_PRIMARY inline functionsVeaceslav Falico1-1/+1
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-1/+1
2014-03-07bonding: fix const in options processingstephen hemminger1-1/+1
2014-02-25bonding: 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-23bonding: convert primary_reselect to use the new option APINikolay Aleksandrov1-2/+5
2014-01-23bonding: convert ad_select to use the new option APINikolay Aleksandrov1-1/+3
2014-01-23bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov1-3/+5
2014-01-23bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov1-2/+4
2014-01-18bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com1-12/+0
2013-09-29bonding: don't use bond_next_slave() in bond_info_seq_next()Veaceslav Falico1-4/+12
2013-09-27bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-2/+3
2013-08-02bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-6/+6
2013-05-20bonding: 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-18bonding: 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-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-05bonding: comparing a u8 with -1 is always falseDan Carpenter1-2/+2
2011-11-02bonding:update speed/duplex for NETDEV_CHANGEWeiping Pan1-2/+10
2011-11-01drivers/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-15net-bonding: Fix minor sparse complaintsDavid Decotigny1-2/+0
2011-03-10bonding: move procfs code into bond_procfs.cAmerigo Wang1-0/+275