bonding: move processing of recv handlers into handle_frame()
[linux-flexiantxendom0-3.2.10.git] / drivers / net / bonding / bond_alb.c
2011-04-25 Jiri Pirkobonding: move processing of recv handlers into handle_f...
2011-04-11 Peter Pan(潘卫平)bonding:fix two typos
2011-04-11 Peter Pan(潘卫平)bonding:set save_load to 0 when initializing
2011-02-28 Amerigo Wangbonding: use the correct size for _simple_hash()
2011-01-21 Neil Hormanbonding: Ensure that we unshare skbs prior to calling...
2010-12-16 Taku Izumibonding: migrate some macros from bond_alb.c to bond_alb.h
2010-09-14 Andy Gospodarekbonding: correctly process non-linear skbs
2010-07-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-25 Greg Edwardsbonding: set device in RLB ARP packet handler
2010-07-22 Jay Vosburghbonding: change test for presence of VLANs
2010-07-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-06-30 Flavio Leitnerbonding: check if clients MAC addr has changed
2010-06-02 Jiri Pirkobonding: optimize tlb_get_least_loaded_slave
2009-12-14 Joe Perchesdrivers/net/bonding/: : use pr_fmt
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-04 Thadeu Lima de Sou... tree-wide: fix some typos and punctuation in comments
2009-10-30 Eric W. Biedermanbond: Add support for multiple network namespaces
2009-09-02 Eric Dumazetbonding: use compare_ether_addr_64bits() in ALB
2009-08-13 Jiri Pirkobonding: wipe out printk's
2009-07-06 Patrick McHardynet: convert remaining non-symbolic return values in...
2009-05-05 Jay Vosburghbonding: fix alb mode locking regression
2009-04-14 Jay Vosburghbonding: Remove debug printk
2009-02-18 Hannes Ederdrivers/net/bonding: fix sparse warnings: context imbalance
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2008-12-10 Holger Eitzenbergerbonding: use pr_debug instead of own macros
2008-11-20 Stephen Hemmingerbonding: convert to net_device_ops
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-1
2008-11-06 Jay Vosburghbonding: Fix ALB mode to balance traffic on VLANs
2008-10-31 Andy Gospodarekbonding: fix panic when taking bond interface down...
2008-09-24 Vlad Yasevichbonding: Do not tx-balance some IPv6 packets on ALB...
2008-09-03 Brian Haleybonding: change some __constant_htons() to htons()
2008-07-15 Wang Chenbonding: Check return of dev_set_promiscuity/allmulti
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Jay Vosburghbonding: fix two compiler warnings
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-01-18 Jay Vosburghbonding: fix locking during alb failover and slave...
2008-01-18 Jay Vosburghbonding: fix ASSERT_RTNL that produces spurious warnings
2007-10-24 Jay Vosburghbonding: Acquire correct locks in alb for promisc change
2007-10-24 Jay Vosburghbonding: Convert more locks to _bh, acquire rtnl, for...
2007-10-24 Jay Vosburghbonding: Convert locks to _bh, rework alb locking for...
2007-10-24 Jay VosburghConvert bonding timers to workqueues
2007-10-10 Al Viroendianness annotations drivers/net/bonding/
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] bonding: Set skb->nh.raw relative to skb...
2007-04-26 Arnaldo Carvalho... [BONDING]: Introduce arp_pkt()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-02-08 Joe Jin[BONDING]: Replace kmalloc() + memset() pairs with...
2006-10-05 Karsten Keil[PATCH] bonding: fix deadlock on high loads in bond_alb...
2006-03-04 Arjan van de VenMassive net driver const-ification.
2006-01-12 Jay Vosburgh[PATCH] bonding: UPDATED hash-table corruption in bond_...
2005-11-28 Jeff Garzik[bonding] Remove superfluous changelog.
2005-11-13 Mitch Williams[PATCH] bonding: spelling and whitespace corrections
2005-11-13 Mitch Williams[PATCH] bonding: explicitly clear RLB flag during ALB...
2005-11-13 Mitch Williams[PATCH] bonding: move kmalloc out of spinlock in ALB...
2005-11-13 Mitch Williams[PATCH] bonding: add bond name to all error messages
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-07-31 John W. Linville[PATCH] bonding: ALB -- allow slave to use bond's MAC...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2