aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAge
* bonding: correctly process non-linear skbsAndy Gospodarek2010-09-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-28
|\
| * bonding: set device in RLB ARP packet handlerGreg Edwards2010-07-24
* | bonding: change test for presence of VLANsJay Vosburgh2010-07-22
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-07
|\|
| * bonding: check if clients MAC addr has changedFlavio Leitner2010-06-30
* | bonding: optimize tlb_get_least_loaded_slaveJiri Pirko2010-06-02
|/
* drivers/net/bonding/: : use pr_fmtJoe Perches2009-12-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-04
* | bond: Add support for multiple network namespacesEric W. Biederman2009-10-30
|/
* bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2009-09-01
* bonding: wipe out printk'sJiri Pirko2009-08-13
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* bonding: fix alb mode locking regressionJay Vosburgh2009-05-05
* bonding: Remove debug printkJay Vosburgh2009-04-14
* drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder2009-02-17
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-10
* bonding: convert to net_device_opsStephen Hemminger2008-11-20
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-13
* bonding: Fix ALB mode to balance traffic on VLANsJay Vosburgh2008-11-06
* bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek2008-10-31
* bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich2008-09-24
* bonding: change some __constant_htons() to htons()Brian Haley2008-09-03
* bonding: Check return of dev_set_promiscuity/allmultiWang Chen2008-07-14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-27
|\
| * bonding: fix two compiler warningsJay Vosburgh2008-03-25
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
|/
* bonding: fix locking during alb failover and slave removalJay Vosburgh2008-01-18
* bonding: fix ASSERT_RTNL that produces spurious warningsJay Vosburgh2008-01-18
* bonding: Acquire correct locks in alb for promisc changeJay Vosburgh2007-10-23
* bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh2007-10-23
* bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh2007-10-23
* Convert bonding timers to workqueuesJay Vosburgh2007-10-23
* endianness annotations drivers/net/bonding/Al Viro2007-10-10
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-10
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-26
* [SK_BUFF] bonding: Set skb->nh.raw relative to skb->mac.rawArnaldo Carvalho de Melo2007-04-26
* [BONDING]: Introduce arp_pkt()Arnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-26
* [BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() ...Joe Jin2007-02-08
* [PATCH] bonding: fix deadlock on high loads in bond_alb_monitor()Karsten Keil2006-10-05
* Massive net driver const-ification.Arjan van de Ven2006-03-03
* [PATCH] bonding: UPDATED hash-table corruption in bond_alb.cJay Vosburgh2006-01-12
* [bonding] Remove superfluous changelog.Jeff Garzik2005-11-28
* [PATCH] bonding: spelling and whitespace correctionsMitch Williams2005-11-13