summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: drop_monitor awareEric Dumazet2012-06-141-3/+3
* bonding: remove packet cloning in recv_probe()Eric Dumazet2012-06-131-15/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-5/+7
|\
| * bonding: Fix LACPDU rx_dropped commit.David S. Miller2012-05-131-5/+7
* | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2012-05-111-29/+29
|/
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-8/+4Star
* bonding: fix enslaving in alb mode when link downJiri Bohac2012-01-191-18/+9Star
* bond_alb: don't disable softirq under bond_alb_xmitMaxim Uvarov2012-01-111-36/+76
* bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-301-9/+7Star
* bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-031-1/+2
* bonding: do vlan cleanupJiri Pirko2011-07-211-2/+2
* bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman2011-05-251-4/+0Star
* net: bonding: factor out rlock(bond->lock) in xmit pathMichał Mirosław2011-05-091-9/+2Star
* bonding: move processing of recv handlers into handle_frame()Jiri Pirko2011-04-251-35/+11Star
* bonding:fix two typosPeter Pan(潘卫平)2011-04-111-2/+2
* bonding:set save_load to 0 when initializingPeter Pan(潘卫平)2011-04-111-1/+1
* bonding: use the correct size for _simple_hash()Amerigo Wang2011-02-281-1/+1
* bonding: Ensure that we unshare skbs prior to calling pskb_may_pullNeil Horman2011-01-211-0/+4
* bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi2010-12-161-36/+0Star
* bonding: correctly process non-linear skbsAndy Gospodarek2010-09-141-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-281-1/+1
|\
| * bonding: set device in RLB ARP packet handlerGreg Edwards2010-07-251-1/+1
* | bonding: change test for presence of VLANsJay Vosburgh2010-07-221-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-1/+2
|\|
| * bonding: check if clients MAC addr has changedFlavio Leitner2010-06-301-1/+2
* | bonding: optimize tlb_get_least_loaded_slaveJiri Pirko2010-06-021-20/+13Star
|/
* drivers/net/bonding/: : use pr_fmtJoe Perches2009-12-141-26/+12Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
* | bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-3/+0Star
|/
* bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2009-09-021-34/+37
* bonding: wipe out printk'sJiri Pirko2009-08-141-12/+14
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* bonding: fix alb mode locking regressionJay Vosburgh2009-05-051-9/+3Star
* bonding: Remove debug printkJay Vosburgh2009-04-151-2/+0Star
* drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder2009-02-181-0/+8
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-101-7/+5Star
* bonding: convert to net_device_opsStephen Hemminger2008-11-201-7/+1Star
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-131-3/+3
* bonding: Fix ALB mode to balance traffic on VLANsJay Vosburgh2008-11-061-3/+10
* bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek2008-10-311-5/+8
* bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich2008-09-251-0/+24
* bonding: change some __constant_htons() to htons()Brian Haley2008-09-031-2/+2
* bonding: Check return of dev_set_promiscuity/allmultiWang Chen2008-07-151-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-5/+1Star
|\
| * bonding: fix two compiler warningsJay Vosburgh2008-03-261-5/+1Star
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
|/
* bonding: fix locking during alb failover and slave removalJay Vosburgh2008-01-181-6/+12
* bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh2008-01-181-3/+2Star