summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-23bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov1-21/+4
2014-01-23bonding: convert arp_interval to use the new option APINikolay Aleksandrov1-12/+2
2014-01-23bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov1-16/+7
2014-01-23bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov1-17/+7
2014-01-23bonding: convert arp_validate to use the new option APINikolay Aleksandrov1-16/+7
2014-01-23bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov1-17/+6
2014-01-23bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov1-12/+3
2014-01-23bonding: convert mode setting to use the new option APINikolay Aleksandrov1-20/+7
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-5/+0
2014-01-07bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico1-1/+1
2014-01-04bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com1-17/+12
2014-01-04bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com1-29/+11
2013-12-20bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com1-17/+11
2013-12-20bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com1-11/+9
2013-12-20bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com1-4/+9
2013-12-20bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com1-27/+7
2013-12-20bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com1-2/+19
2013-12-18bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com1-12/+8
2013-12-18bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com1-7/+10
2013-12-18bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com1-18/+8
2013-12-18bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com1-16/+8
2013-12-18bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com1-43/+9
2013-12-14bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong1-4/+0
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com1-6/+10
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com1-22/+8
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com1-68/+16
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com1-50/+11
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com1-13/+11
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com1-31/+8
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com1-32/+10
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com1-43/+10
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-12-07bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-29bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong1-3/+1
2013-11-16bonding: add ip checks when store ip targetWang Weidong1-13/+6
2013-11-15bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2013-11-14bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico1-2/+3
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-156/+108
2013-11-08bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov1-0/+49
2013-10-20bonding: move active_slave getting into separate functionJiri Pirko1-4/+4
2013-10-20bonding: move active_slave setting into separate functionJiri Pirko1-61/+13
2013-10-20bonding: move mode setting into separate functionJiri Pirko1-34/+11
2013-10-17bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong1-13/+17
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov1-2/+0
2013-09-27sysfs: make attr namespace interface less convolutedTejun Heo1-11/+3
2013-09-27net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-21/+0
2013-09-27net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-17/+3
2013-09-27bonding: add bond_has_slaves() and use itVeaceslav Falico1-2/+2
2013-09-27bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-8/+15