aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-06bonding: fix const in options processingstephen hemminger1-52/+52
2014-03-06bonding: correctly handle out of range parameters for lp_intervalSasha Levin1-0/+1
2014-03-06bonding: options handling cleanupstephen hemminger1-66/+124
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-02-18bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico1-5/+8
2014-02-18bonding: always set recv_probe to bond_arp_rcv in arp monitorVeaceslav Falico1-2/+1
2014-02-18bonding: permit using arp_validate with non-ab modesVeaceslav Falico1-1/+2
2014-02-17bonding: Neaten pr_<level>Joe Perches1-55/+47
2014-02-14net,bonding: fix bond_options.c direct rwlock.h includeMike Galbraith1-1/+1
2014-02-13bonding: remove the redundant judgements for bond_option_queue_id_set()dingtianhong1-2/+1
2014-01-23bonding: fix u64 divisionNikolay Aleksandrov1-10/+14
2014-01-22bonding: clean the primary slave if there is no slave matching new primarydingtianhong1-0/+6
2014-01-22bonding: convert slaves to use the new option APINikolay Aleksandrov1-0/+53
2014-01-22bonding: convert lp_interval to use the new option APINikolay Aleksandrov1-8/+15
2014-01-22bonding: convert resend_igmp to use the new option APINikolay Aleksandrov1-10/+19
2014-01-22bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov1-12/+17
2014-01-22bonding: convert queue_id to use the new option APINikolay Aleksandrov1-0/+70
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov1-7/+23
2014-01-22bonding: convert use_carrier to use the new option APINikolay Aleksandrov1-9/+18
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov1-11/+19
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov1-10/+16
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov1-11/+14
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov1-2/+18
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov1-17/+20
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov1-4/+12
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov1-24/+20
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov1-19/+20
2014-01-22bonding: convert downdelay to use the new option APINikolay Aleksandrov1-19/+20
2014-01-22bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov1-14/+34
2014-01-22bonding: convert arp_interval to use the new option APINikolay Aleksandrov1-16/+21
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov1-17/+20
2014-01-22bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov1-12/+18
2014-01-22bonding: convert arp_validate to use the new option APINikolay Aleksandrov1-18/+22
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov1-11/+21
2014-01-22bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov1-15/+18
2014-01-22bonding: convert mode setting to use the new option APINikolay Aleksandrov1-24/+29
2014-01-22bonding: add infrastructure for an option APINikolay Aleksandrov1-0/+272
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-5/+10
2014-01-03bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com1-28/+51
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com1-0/+22
2014-01-03bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com1-0/+29
2013-12-19bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com1-0/+23
2013-12-19bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com1-0/+13
2013-12-19bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com1-0/+9
2013-12-19bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com1-0/+29
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com1-0/+6
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com1-0/+15
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com1-0/+10
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com1-0/+16
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com1-0/+16