aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-13[PATCH] bonding: move kmalloc out of spinlock in ALB initMitch Williams1-10/+12
2005-11-13[PATCH] bonding: add bond name to all error messagesMitch Williams1-13/+17
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-3/+2
2005-07-31[PATCH] bonding: ALB -- allow slave to use bond's MAC address if its own MAC address conflictsJohn W. Linville1-11/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1696