aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com1-2/+19
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com1-12/+8
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com1-7/+10
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com1-18/+8
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com1-16/+8
2013-12-17bonding: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-12-06bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses arp modedingtianhong1-3/+1
2013-11-15bonding: add ip checks when store ip targetWang Weidong1-13/+6
2013-11-14bonding: 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-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov1-0/+49
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko1-4/+4
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko1-61/+13
2013-10-19bonding: 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-26sysfs: make attr namespace interface less convolutedTejun Heo1-11/+3
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-21/+0
2013-09-26net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-17/+3
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico1-2/+2
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-8/+15
2013-09-15bonding: Make alb learning packet interval configurableNeil Horman1-0/+39
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com1-3/+16
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com1-4/+10
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com1-1/+6
2013-08-01bonding: initial RCU conversionnikolay@redhat.com1-12/+7
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-22/+21
2013-07-24bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong1-4/+11
2013-07-24bonding: bond_sysfs.c checkpatch cleanupdingtianhong1-4/+2
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-10/+69
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-33/+21
2013-05-28bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-27bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov1-9/+1
2013-05-19bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com1-5/+4
2013-05-19bonding: fix set mode race conditionsnikolay@redhat.com1-0/+4
2013-03-29bonding: fix disabling of arp_interval and miimonnikolay@redhat.com1-44/+48
2013-03-26bonding: remove already created master sysfs link on failureVeaceslav Falico1-0/+5