aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh1-6/+12
2008-01-18bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh1-3/+2
2007-10-23bonding: Acquire correct locks in alb for promisc changeJay Vosburgh1-9/+10
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh1-8/+8
2007-10-23bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh1-6/+63
2007-10-23Convert bonding timers to workqueuesJay Vosburgh1-2/+4
2007-10-10endianness annotations drivers/net/bonding/Al Viro1-10/+9
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+3
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-7/+10
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF] bonding: Set skb->nh.raw relative to skb->mac.rawArnaldo Carvalho de Melo1-1/+1
2007-04-25[BONDING]: Introduce arp_pkt()Arnaldo Carvalho de Melo1-2/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-02-08[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() callsJoe Jin1-3/+1
2006-10-05[PATCH] bonding: fix deadlock on high loads in bond_alb_monitor()Karsten Keil1-2/+2
2006-03-03Massive net driver const-ification.Arjan van de Ven1-1/+1
2006-01-12[PATCH] bonding: UPDATED hash-table corruption in bond_alb.cJay Vosburgh1-2/+2
2005-11-28[bonding] Remove superfluous changelog.Jeff Garzik1-19/+0
2005-11-13[PATCH] bonding: spelling and whitespace correctionsMitch Williams1-1/+1
2005-11-13[PATCH] bonding: explicitly clear RLB flag during ALB initMitch Williams1-0/+2