summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bonding.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-16bonding: 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-04bonding: remove bond_vlan_used()Veaceslav Falico1-18/+0
2013-08-30bonding: remove vlan_list/current_alb_vlanVeaceslav Falico1-6/+0
2013-08-30bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico1-1/+14
2013-08-02bonding: initial RCU conversionnikolay@redhat.com1-0/+4
2013-08-02bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov1-0/+10
2013-08-02bonding: convert to list API and replace bond's custom listnikolay@redhat.com1-31/+40
2013-06-28bonding: remove unnecessary dev_addr_from_first membernikolay@redhat.com1-1/+0
2013-06-28bonding: remove unnecessary setup_by_slave membernikolay@redhat.com1-1/+0
2013-06-26bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico1-2/+28
2013-06-26bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico1-0/+16
2013-06-20Merge 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-08bonding: Convert hw addr handling to sync/unsync, support ucast addressesJay Vosburgh1-1/+0
2013-01-31bond: have random dev address by default instead of zeroesJiri Pirko1-0/+1
2013-01-05bonding: remove usage of dev->masterJiri Pirko1-7/+7
2012-12-14Merge 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-13bonding: 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-23bonding: 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-20bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman1-2/+5
2011-08-18bonding: use ndo_change_rx_flags callbackJiri Pirko1-1/+0
2011-07-22bonding: do vlan cleanupJiri Pirko1-1/+5
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger1-0/+1
2011-06-10bonding: delete unused arp_mon_ptPeter Pan(潘卫平)1-1/+0
2011-05-16net: 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-18bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings1-29/+0
2011-04-15net-bonding: Adding support for throughputs larger than 65536 MbpsDavid Decotigny1-3/+3
2011-04-15net-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-10bonding: move procfs code into bond_procfs.cAmerigo Wang1-0/+26
2011-02-28bonding: fix sparse warningstephen hemminger1-2/+3
2011-02-28netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang1-1/+1
2011-02-28bonding: 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-11bonding: add the debugfs facility to the bonding driverTaku Izumi1-0/+9
2010-12-10net: 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