summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_alb.c
AgeCommit message (Expand)Author
2009-05-04bonding: fix alb mode locking regressionJay Vosburgh
2009-04-14bonding: Remove debug printkJay Vosburgh
2009-02-17drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-12-09bonding: use pr_debug instead of own macrosHolger Eitzenberger
2008-11-19bonding: convert to net_device_opsStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-06bonding: Fix ALB mode to balance traffic on VLANsJay Vosburgh
2008-10-31bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek
2008-09-24bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich
2008-09-03bonding: change some __constant_htons() to htons()Brian Haley
2008-07-14bonding: Check return of dev_set_promiscuity/allmultiWang Chen
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-25bonding: fix two compiler warningsJay Vosburgh
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-18bonding: fix locking during alb failover and slave removalJay Vosburgh
2008-01-18bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh
2007-10-23bonding: Acquire correct locks in alb for promisc changeJay Vosburgh
2007-10-23bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh
2007-10-23bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh
2007-10-23Convert bonding timers to workqueuesJay Vosburgh
2007-10-10endianness annotations drivers/net/bonding/Al Viro
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF] bonding: Set skb->nh.raw relative to skb->mac.rawArnaldo Carvalho de Melo
2007-04-25[BONDING]: Introduce arp_pkt()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-02-08[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() ...Joe Jin
2006-10-05[PATCH] bonding: fix deadlock on high loads in bond_alb_monitor()Karsten Keil
2006-03-03Massive net driver const-ification.Arjan van de Ven
2006-01-12[PATCH] bonding: UPDATED hash-table corruption in bond_alb.cJay Vosburgh
2005-11-28[bonding] Remove superfluous changelog.Jeff Garzik
2005-11-13[PATCH] bonding: spelling and whitespace correctionsMitch Williams
2005-11-13[PATCH] bonding: explicitly clear RLB flag during ALB initMitch Williams
2005-11-13[PATCH] bonding: move kmalloc out of spinlock in ALB initMitch Williams
2005-11-13[PATCH] bonding: add bond name to all error messagesMitch Williams
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-07-31[PATCH] bonding: ALB -- allow slave to use bond's MAC address if its own MAC ...John W. Linville
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds