aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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_PEERSBen 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/net-2.6David 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 using netpollNeil 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