aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-654/+0
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet1-0/+6
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar1-0/+10
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar1-0/+7
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek1-0/+3
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov1-1/+2
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov1-0/+6
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov1-1/+1
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov1-7/+1
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov1-6/+2
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov1-1/+1
2014-07-20bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico1-4/+3
2014-07-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar1-0/+6
2014-07-15bonding: add proper __rcu annotation for current_arp_slaveEric Dumazet1-1/+1
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet1-1/+5
2014-07-15bonding: get rid of bond_option_active_slave_get()Eric Dumazet1-1/+0
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich1-0/+24
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-22bonding: remove NULL verification from bond_get_bond_by_slave()Veaceslav Falico1-2/+0
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+1
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico1-9/+0
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico1-9/+6
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico1-6/+6
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico1-3/+5
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico1-5/+7
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico1-6/+11
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico1-5/+6
2014-05-16bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico1-4/+6
2014-05-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico1-5/+2
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-1/+1
2014-05-08bonding: remove the unused macrodingtianhong1-2/+0
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong1-2/+1
2014-05-08bonding: remove the unnecessary struct bond_netdingtianhong1-10/+8
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar1-0/+1
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar1-1/+1
2014-03-26bonding: support QinQ for bond arp intervaldingtianhong1-0/+5
2014-03-06bonding: options handling cleanupstephen hemminger1-2/+0
2014-03-06bonding: remove dead codestephen hemminger1-2/+0
2014-03-06bonding: make slave status notifications GFP_ATOMICVeaceslav Falico1-4/+4
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+42
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong1-0/+13
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong1-5/+29
2014-02-18bonding: rename last_arp_rx to last_rxVeaceslav Falico1-2/+2
2014-02-18bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico1-1/+2
2014-02-18bonding: use last_arp_rx in slave_last_rx()Veaceslav Falico1-7/+3
2014-02-18bonding: extend arp_validate to be able to receive unvalidated arp-only trafficVeaceslav Falico1-0/+11
2014-01-28bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong1-0/+13
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko1-1/+0
2014-01-22bonding: convert lp_interval to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert resend_igmp to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov1-2/+0
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert use_carrier to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov1-2/+0
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert downdelay to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov1-2/+0
2014-01-22bonding: convert arp_interval to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert arp_validate to use the new option APINikolay Aleksandrov1-1/+0
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov1-2/+0
2014-01-22bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov1-2/+0
2014-01-22bonding: convert mode setting to use the new option APINikolay Aleksandrov1-2/+0
2014-01-22bonding: add infrastructure for an option APINikolay Aleksandrov1-0/+1
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-0/+3
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-2/+9
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com1-0/+4
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com1-0/+2
2014-01-03bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2014-01-01bonding: make more functions staticstephen hemminger1-3/+0
2014-01-01bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong1-1/+1
2013-12-29bonding: make local function staticstephen hemminger1-1/+0
2013-12-19bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com1-0/+2
2013-12-19bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com1-0/+2
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com1-0/+2
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com1-0/+2
2013-12-17bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+4
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com1-0/+4
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-2/+2
2013-11-28bonding: disable arp and enable mii monitoring when bond change to no uses ar...dingtianhong1-0/+7
2013-11-15bonding: add ip checks when store ip targetWang Weidong1-0/+3
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov1-1/+2
2013-10-19bonding: move active_slave getting into separate functionJiri Pirko1-0/+2
2013-10-19bonding: move active_slave setting into separate functionJiri Pirko1-0/+1
2013-10-19bonding: move mode setting into separate functionJiri Pirko1-2/+7
2013-10-19bonding: push Netlink bits into separate fileJiri Pirko1-0/+7
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong1-0/+14
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov1-2/+1
2013-09-30bonding: trivial: remove forgotten bond_next_vlan()Veaceslav Falico1-1/+0
2013-09-28bonding: remove bond_next_slave()Veaceslav Falico1-31/+0
2013-09-26net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-2/+0
2013-09-26bonding: remove slave listsVeaceslav Falico1-2/+0
2013-09-26bonding: use neighbours for bond_next_slave()Veaceslav Falico1-5/+1
2013-09-26bonding: add __bond_next_slave() which uses neighboursVeaceslav Falico1-0/+28
2013-09-26bonding: remove bond_prev_slave()Veaceslav Falico1-4/+0
2013-09-26bonding: convert first/last slave logic to use neighboursVeaceslav Falico1-6/+11
2013-09-26bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico1-1/+1
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico1-0/+2
2013-09-26bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-5/+7
2013-09-26bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico1-10/+0
2013-09-26bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico1-7/+1
2013-09-15bonding: Make alb learning packet interval configurableNeil Horman1-0/+1
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com1-0/+1
2013-09-03bonding: remove bond_vlan_used()Veaceslav Falico1-18/+0
2013-08-29bonding: remove vlan_list/current_alb_vlanVeaceslav Falico1-6/+0
2013-08-29bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico1-1/+14
2013-08-01bonding: initial RCU conversionnikolay@redhat.com1-0/+4
2013-08-01bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov1-0/+10
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-31/+40
2013-06-27bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com1-1/+0
2013-06-27bonding: remove unnecessary setup_by_slave membernikolay@redhat.com1-1/+0
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-2/+28
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-0/+16
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-13bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov1-1/+1
2013-06-07bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh1-1/+0
2013-01-30bond: have random dev address by default instead of zeroesJiri Pirko1-0/+1
2013-01-04bonding: remove usage of dev->masterJiri Pirko1-7/+7
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-30bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li1-0/+13
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-06-12bonding: remove packet cloning in recv_probe()Eric Dumazet1-2/+2
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller1-1/+1
2012-03-22bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek1-2/+16
2011-10-30bonding: eliminate bond_close race conditionsJay Vosburgh1-1/+0
2011-10-19bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman1-2/+5
2011-08-17bonding: use ndo_change_rx_flags callbackJiri Pirko1-1/+0
2011-07-21bonding: do vlan cleanupJiri Pirko1-1/+5
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger1-0/+1
2011-06-09bonding: delete unused arp_mon_ptPeter Pan(潘卫平)1-1/+0
2011-05-15net: drivers: kill two unused macro definitionsShan Wei1-10/+0
2011-04-29ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings1-2/+4
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-2/+2
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings1-29/+0
2011-04-14net-bonding: Adding support for throughputs larger than 65536 MbpsDavid Decotigny1-3/+3
2011-04-14net-bonding: Fix minor sparse complaintsDavid Decotigny1-0/+1
2011-03-23bonding: fix rx_handler lockingJiri Pirko1-0/+1
2011-03-16bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko1-4/+10
2011-03-16bonding: wrap slave state workJiri Pirko1-5/+26
2011-03-16net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko1-23/+1
2011-03-16bonding: register slave pointer for rx_handlerJiri Pirko1-0/+3
2011-03-09bonding: move procfs code into bond_procfs.cAmerigo Wang1-0/+26
2011-02-28bonding: fix sparse warningstephen hemminger1-2/+3
2011-02-27netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang1-1/+1
2011-02-27bonding: sync netpoll code with bridgeAmerigo Wang1-0/+20
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+6
2010-12-16bonding: Fix slave selection bug.Hillf Danton1-2/+2
2010-12-10bonding: add the debugfs facility to the bonding driverTaku Izumi1-0/+9
2010-12-09net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman1-8/+4
2010-11-17drivers/net/bonding: Remove unnecessary casts of netdev_privJoe Perches1-1/+1
2010-10-21bonding: make release_and_destroy staticstephen hemminger1-1/+0
2010-10-18bonding: Fix deadlock in bonding driver resulting from internal locking when ...Neil Horman1-0/+30
2010-10-05bonding: add retransmit membership reports tunableFlavio Leitner1-0/+2
2010-10-05bonding: rejoin multicast groups on VLANsFlavio Leitner1-0/+1
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek1-2/+7
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek1-1/+3
2010-06-02bonding: remove unused original_flags struct slave memberJiri Pirko1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-1/+1
2010-02-03bonding: Remove net_device_stats from bonding structAjit Khaparde1-1/+0
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman1-4/+10
2009-10-30bond: Simply bond sysfs group creationEric W. Biederman1-2/+1
2009-10-27bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans1-2/+1
2009-10-07bonding: introduce primary_reselect optionJiri Pirko1-2/+9
2009-09-01bonding: use compare_ether_addr_64bits() in ALBEric Dumazet1-1/+1
2009-06-13bonding: fix destructorStephen Hemminger1-1/+0
2009-06-13bonding: remove bonding read/write semaphoreStephen Hemminger1-3/+0
2009-06-13bonding: bond_create always called with default parametersStephen Hemminger1-2/+1
2009-05-29bonding: use bond_is_lb() when it's appropriateJiri Pirko1-2/+1
2008-12-25drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder1-0/+5
2008-12-09bonding: turn all bond_parm_tbls constHolger Eitzenberger1-5/+5
2008-12-09bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger1-1/+1
2008-12-09bonding: use pr_debug instead of own macrosHolger Eitzenberger1-8/+0
2008-12-09bonding: add and use bond_is_lb()Holger Eitzenberger1-0/+6
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-2/+2
2008-11-06bonding: alternate agg selection policies for 802.3adJay Vosburgh1-2/+3
2008-11-06bonding: send IPv6 neighbor advertisement on failoverBrian Haley1-2/+32
2008-09-24drivers/net/bonding: sparse fixes for exported tablesBen Dooks1-0/+8