summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico2013-06-191-42/+11
* bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico2013-06-171-35/+5
* bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico2013-05-281-4/+4
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-3/+3
* bonding: delete migrated IP addresses from the rlb hash tableJiri Bohac2012-11-301-34/+157
* bonding: rlb mode of bond should not alter ARP originating via bridgezheng.li2012-11-301-0/+6
* bonding: drop_monitor awareEric Dumazet2012-06-131-3/+3
* bonding: remove packet cloning in recv_probe()Eric Dumazet2012-06-121-15/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-5/+7
|\
| * bonding: Fix LACPDU rx_dropped commit.David S. Miller2012-05-131-5/+7
* | net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches2012-05-101-29/+29
|/
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-8/+4
* bonding: fix enslaving in alb mode when link downJiri Bohac2012-01-181-18/+9
* bond_alb: don't disable softirq under bond_alb_xmitMaxim Uvarov2012-01-111-36/+76
* bonding: eliminate bond_close race conditionsJay Vosburgh2011-10-301-9/+7
* bonding: properly stop queuing work when requestedAndy Gospodarek2011-10-031-1/+2
* bonding: do vlan cleanupJiri Pirko2011-07-211-2/+2
* 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
OpenPOWER on IntegriCloud