summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: allow use of tx hashing in balance-albDebabrata Banerjee2018-05-161-2/+18
* bonding: use common mac addr checksDebabrata Banerjee2018-05-161-19/+9
* bonding: don't queue up extraneous rlb updatesDebabrata Banerjee2018-05-161-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-6/+9
|\
| * bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-111-5/+8
| * bonding: do not allow rlb updates to invalid macDebabrata Banerjee2018-05-111-1/+1
* | bonding: replace the return value typeTonghao Zhang2018-05-111-4/+4
|/
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* bonding: attempt to better support longer hw addressesJarod Wilson2017-04-051-35/+53
* net: bonding: Flip to the new dev walk APIDavid Ahern2016-10-181-30/+52
* bonding: prevent out of bound accessesEric Dumazet2016-07-011-5/+2
* bonding: Return correct error codeAmitoj Kaur Chawla2016-02-111-1/+1
* vlan: kill vlan_put_tag helperJiri Pirko2014-11-211-13/+4
* net: Move bonding headers under include/netDavid S. Miller2014-11-101-2/+2
* bonding: add bond_tx_drop() helperEric Dumazet2014-10-311-1/+1
* bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-061-44/+7
* bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-151-28/+20
* bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov2014-09-151-28/+10
* bonding: adjust locking commentsNikolay Aleksandrov2014-09-131-7/+1
* bonding: alb: convert to bond->mode_lockNikolay Aleksandrov2014-09-131-75/+33
* bonding: clean curr_slave_lock useNikolay Aleksandrov2014-09-131-2/+2
* bonding: alb: remove curr_slave_lockNikolay Aleksandrov2014-09-131-36/+3
* bonding: alb: clean bond->lockNikolay Aleksandrov2014-09-091-9/+2
* bonding: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-1/+1
* bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico2014-07-201-3/+5
* bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar2014-07-161-5/+50
* bonding: remove pr_fmt from bond_alb.cVeaceslav Falico2014-07-151-2/+0
* bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico2014-07-151-19/+15
* bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet2014-07-151-19/+28
* bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich2014-06-041-3/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-16/+38
|\
| * bonding: Send ALB learning packets using the right sourceVlad Yasevich2014-05-221-14/+35
| * bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich2014-05-221-3/+4
| * bonding: Fix alb mode to only use first level vlans.Vlad Yasevich2014-05-161-1/+1
* | bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-161-7/+7
* | bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-161-2/+2
* | bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar2014-04-241-4/+15
* | bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar2014-04-241-0/+26
* | bonding: Reorg bond_alb_xmit codeMahesh Bandewar2014-04-241-35/+44
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-1/+1
|\
| * bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
* | bonding: use the correct ether type for albVeaceslav Falico2014-03-141-1/+1
* | bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-121-1/+1
* | bonding: Remove unnecessary elseJoe Perches2014-02-191-6/+6
* | bonding: More use of ether_addr_copyJoe Perches2014-02-191-3/+2
* | bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches2014-02-171-15/+15
* | bonding: Convert pr_warning to pr_warn, neateningJoe Perches2014-02-171-3/+3
* | bonding:fix checkpatch warnings braces {}Wang Yufen2014-02-141-10/+5
OpenPOWER on IntegriCloud