aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
Commit message (Expand)AuthorAgeFilesLines
* net: drivers: kill two unused macro definitionsShan Wei2011-05-151-10/+0
* ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2011-04-291-2/+4
* bonding: move processing of recv handlers into handle_frame()Jiri Pirko2011-04-251-2/+2
* bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings2011-04-171-29/+0
* net-bonding: Adding support for throughputs larger than 65536 MbpsDavid Decotigny2011-04-141-3/+3
* net-bonding: Fix minor sparse complaintsDavid Decotigny2011-04-141-0/+1
* bonding: fix rx_handler lockingJiri Pirko2011-03-231-0/+1
* bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko2011-03-161-4/+10
* bonding: wrap slave state workJiri Pirko2011-03-161-5/+26
* net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko2011-03-161-23/+1
* bonding: register slave pointer for rx_handlerJiri Pirko2011-03-161-0/+3
* bonding: move procfs code into bond_procfs.cAmerigo Wang2011-03-091-0/+26
* bonding: fix sparse warningstephen hemminger2011-02-281-2/+3
* netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang2011-02-271-1/+1
* bonding: sync netpoll code with bridgeAmerigo Wang2011-02-271-0/+20
* headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-10/+6
|\
| * bonding: Fix slave selection bug.Hillf Danton2010-12-161-2/+2
| * net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman2010-12-091-8/+4
* | bonding: add the debugfs facility to the bonding driverTaku Izumi2010-12-101-0/+9
* | drivers/net/bonding: Remove unnecessary casts of netdev_privJoe Perches2010-11-171-1/+1
|/
* bonding: make release_and_destroy staticstephen hemminger2010-10-211-1/+0
* bonding: Fix deadlock in bonding driver resulting from internal locking when ...Neil Horman2010-10-181-0/+30
* bonding: add retransmit membership reports tunableFlavio Leitner2010-10-051-0/+2
* bonding: rejoin multicast groups on VLANsFlavio Leitner2010-10-051-0/+1
* bonding: allow user-controlled output slave selectionAndy Gospodarek2010-06-051-2/+7
* bonding: add all_slaves_active parameterAndy Gospodarek2010-06-051-1/+3
* bonding: remove unused original_flags struct slave memberJiri Pirko2010-06-021-1/+0
* net: convert multicast list to list_headJiri Pirko2010-04-031-1/+1
* bonding: Remove net_device_stats from bonding structAjit Khaparde2010-02-031-1/+0
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-4/+10
* bond: Simply bond sysfs group creationEric W. Biederman2009-10-301-2/+1
* bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans2009-10-271-2/+1
* bonding: introduce primary_reselect optionJiri Pirko2009-10-071-2/+9
* bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2009-09-011-1/+1
* bonding: fix destructorStephen Hemminger2009-06-131-1/+0
* bonding: remove bonding read/write semaphoreStephen Hemminger2009-06-131-3/+0
* bonding: bond_create always called with default parametersStephen Hemminger2009-06-131-2/+1
* bonding: use bond_is_lb() when it's appropriateJiri Pirko2009-05-291-2/+1
* drivers/net/bonding: fix sparse warnings: move decls to header fileHannes Eder2008-12-251-0/+5
* bonding: turn all bond_parm_tbls constHolger Eitzenberger2008-12-091-5/+5
* bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger2008-12-091-1/+1
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-091-8/+0
* bonding: add and use bond_is_lb()Holger Eitzenberger2008-12-091-0/+6
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-2/+2
* bonding: alternate agg selection policies for 802.3adJay Vosburgh2008-11-061-2/+3
* bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-2/+32
* drivers/net/bonding: sparse fixes for exported tablesBen Dooks2008-09-241-0/+8
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-1/+1