aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30bonding: delete migrated IP addresses from the rlb hash tableJiri Bohac1-34/+157
2012-11-30bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li1-0/+6
2012-06-13bonding: drop_monitor awareEric Dumazet1-3/+3
2012-06-12bonding: remove packet cloning in recv_probe()Eric Dumazet1-15/+5
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller1-5/+7
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches1-29/+29
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-8/+4
2012-01-18bonding: fix enslaving in alb mode when link downJiri Bohac1-18/+9
2012-01-11bond_alb: don't disable softirq under bond_alb_xmitMaxim Uvarov1-36/+76
2011-10-30bonding: eliminate bond_close race conditionsJay Vosburgh1-9/+7
2011-10-03bonding: properly stop queuing work when requestedAndy Gospodarek1-1/+2
2011-07-21bonding: do vlan cleanupJiri Pirko1-2/+2
2011-05-25bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman1-4/+0
2011-05-09net: bonding: factor out rlock(bond->lock) in xmit pathMichał Mirosław1-9/+2
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-35/+11
2011-04-11bonding:fix two typosPeter Pan(潘卫平)1-2/+2
2011-04-11bonding:set save_load to 0 when initializingPeter Pan(潘卫平)1-1/+1
2011-02-28bonding: use the correct size for _simple_hash()Amerigo Wang1-1/+1
2011-01-20bonding: Ensure that we unshare skbs prior to calling pskb_may_pullNeil Horman1-0/+4
2010-12-16bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi1-36/+0
2010-09-14bonding: correctly process non-linear skbsAndy Gospodarek1-0/+3
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-07-24bonding: set device in RLB ARP packet handlerGreg Edwards1-1/+1
2010-07-22bonding: change test for presence of VLANsJay Vosburgh1-2/+2
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-06-30bonding: check if clients MAC addr has changedFlavio Leitner1-1/+2
2010-06-02bonding: optimize tlb_get_least_loaded_slaveJiri Pirko1-20/+13
2009-12-13drivers/net/bonding/: : use pr_fmtJoe Perches1-26/+12
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-10-30bond: Add support for multiple network namespacesEric W. Biederman1-3/+0
2009-09-01bonding: use compare_ether_addr_64bits() in ALBEric Dumazet1-34/+37
2009-08-13bonding: wipe out printk'sJiri Pirko1-12/+14
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-04bonding: fix alb mode locking regressionJay Vosburgh1-9/+3
2009-04-14bonding: Remove debug printkJay Vosburgh1-2/+0
2009-02-17drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder1-0/+8
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2008-12-09bonding: use pr_debug instead of own macrosHolger Eitzenberger1-7/+5
2008-11-19bonding: convert to net_device_opsStephen Hemminger1-7/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-3/+3
2008-11-06bonding: Fix ALB mode to balance traffic on VLANsJay Vosburgh1-3/+10
2008-10-31bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek1-5/+8
2008-09-24bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich1-0/+24
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley1-2/+2
2008-07-14bonding: Check return of dev_set_promiscuity/allmultiWang Chen1-2/+4
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+1
2008-03-25bonding: fix two compiler warningsJay Vosburgh1-5/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1