aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-9/+8
* bonding: fix enslaving in alb mode when link downJiri Bohac2012-02-031-18/+9
* bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman2011-05-251-4/+0
* net: bonding: factor out rlock(bond->lock) in xmit pathMichał Mirosław2011-05-091-9/+2
* bonding: move processing of recv handlers into handle_frame()Jiri Pirko2011-04-251-35/+11
* bonding:fix two typosPeter Pan(潘卫平)2011-04-111-2/+2
* bonding:set save_load to 0 when initializingPeter Pan(潘卫平)2011-04-111-1/+1
* bonding: use the correct size for _simple_hash()Amerigo Wang2011-02-281-1/+1
* bonding: Ensure that we unshare skbs prior to calling pskb_may_pullNeil Horman2011-01-201-0/+4
* bonding: migrate some macros from bond_alb.c to bond_alb.hTaku Izumi2010-12-161-36/+0
* bonding: correctly process non-linear skbsAndy Gospodarek2010-09-141-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-1/+1
|\
| * bonding: set device in RLB ARP packet handlerGreg Edwards2010-07-241-1/+1
* | bonding: change test for presence of VLANsJay Vosburgh2010-07-221-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-1/+2
|\ \ | |/
| * bonding: check if clients MAC addr has changedFlavio Leitner2010-06-301-1/+2
* | bonding: optimize tlb_get_least_loaded_slaveJiri Pirko2010-06-021-20/+13
|/
* drivers/net/bonding/: : use pr_fmtJoe Perches2009-12-131-26/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
* | bond: Add support for multiple network namespacesEric W. Biederman2009-10-301-3/+0
|/
* bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2009-09-011-34/+37
* bonding: wipe out printk'sJiri Pirko2009-08-131-12/+14
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* bonding: fix alb mode locking regressionJay Vosburgh2009-05-041-9/+3
* bonding: Remove debug printkJay Vosburgh2009-04-141-2/+0
* drivers/net/bonding: fix sparse warnings: context imbalanceHannes Eder2009-02-171-0/+8
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-091-7/+5
* bonding: convert to net_device_opsStephen Hemminger2008-11-191-7/+1
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-121-3/+3
* 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-241-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-141-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-5/+1
|\
| * bonding: fix two compiler warningsJay Vosburgh2008-03-251-5/+1
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-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/+2
* bonding: Acquire correct locks in alb for promisc changeJay Vosburgh2007-10-231-9/+10
* bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh2007-10-231-8/+8
* bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh2007-10-231-6/+63
* Convert bonding timers to workqueuesJay Vosburgh2007-10-231-2/+4
* endianness annotations drivers/net/bonding/Al Viro2007-10-101-10/+9
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-7/+10