summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bonding: Acquire correct locks in alb for promisc changeJay Vosburgh2007-10-241-9/+10
* bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh2007-10-241-8/+8
* bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh2007-10-241-6/+63
* Convert bonding timers to workqueuesJay Vosburgh2007-10-241-2/+4
* endianness annotations drivers/net/bonding/Al Viro2007-10-111-10/+9Star
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+3
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-7/+10
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF] bonding: Set skb->nh.raw relative to skb->mac.rawArnaldo Carvalho de Melo2007-04-261-1/+1
* [BONDING]: Introduce arp_pkt()Arnaldo Carvalho de Melo2007-04-261-2/+7
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+2
* [BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() ...Joe Jin2007-02-081-3/+1Star
* [PATCH] bonding: fix deadlock on high loads in bond_alb_monitor()Karsten Keil2006-10-051-2/+2
* Massive net driver const-ification.Arjan van de Ven2006-03-041-1/+1
* [PATCH] bonding: UPDATED hash-table corruption in bond_alb.cJay Vosburgh2006-01-121-2/+2
* [bonding] Remove superfluous changelog.Jeff Garzik2005-11-281-19/+0Star
* [PATCH] bonding: spelling and whitespace correctionsMitch Williams2005-11-131-1/+1
* [PATCH] bonding: explicitly clear RLB flag during ALB initMitch Williams2005-11-131-0/+2
* [PATCH] bonding: move kmalloc out of spinlock in ALB initMitch Williams2005-11-131-10/+12
* [PATCH] bonding: add bond name to all error messagesMitch Williams2005-11-131-13/+17
* [NET]: Kill skb->real_devDavid S. Miller2005-08-301-3/+2Star
* [PATCH] bonding: ALB -- allow slave to use bond's MAC address if its own MAC ...John W. Linville2005-07-311-11/+6Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1696