aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_procfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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