aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-1/+1
2019-06-09bonding/alb: convert to using slave printk macrosJarod Wilson1-15/+15
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5Thomas Gleixner1-17/+1
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-4/+5
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee1-2/+18
2018-05-16bonding: use common mac addr checksDebabrata Banerjee1-19/+9
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee1-6/+12
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+9
2018-05-11bonding: replace the return value typeTonghao Zhang1-4/+4
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee1-5/+8
2018-05-11bonding: do not allow rlb updates to invalid macDebabrata Banerjee1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson1-35/+53
2016-10-18net: bonding: Flip to the new dev walk APIDavid Ahern1-30/+52
2016-07-01bonding: prevent out of bound accessesEric Dumazet1-5/+2
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla1-1/+1
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-13/+4
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-2/+2
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet1-1/+1
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar1-44/+7
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov1-28/+20
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov1-28/+10
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov1-7/+1
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov1-75/+33
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov1-2/+2
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov1-36/+3
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov1-9/+2
2014-08-22bonding: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-07-20bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico1-3/+5
2014-07-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar1-5/+50
2014-07-15bonding: remove pr_fmt from bond_alb.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico1-19/+15
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet1-19/+28
2014-06-04bonding: Support macvlans on top of tlb/rlb mode bondsVlad Yasevich1-3/+18
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+38
2014-05-22bonding: Send ALB learning packets using the right sourceVlad Yasevich1-14/+35
2014-05-22bonding: Don't assume 802.1Q when sending alb learning packets.Vlad Yasevich1-3/+4
2014-05-16bonding: Fix alb mode to only use first level vlans.Vlad Yasevich1-1/+1
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico1-7/+7
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico1-2/+2
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar1-4/+15
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar1-0/+26
2014-04-24bonding: Reorg bond_alb_xmit codeMahesh Bandewar1-35/+44
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-14bonding: use the correct ether type for albVeaceslav Falico1-1/+1
2014-03-13bonding: set correct vlan id for alb xmit pathdingtianhong1-1/+1
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-02-19bonding: Remove unnecessary elseJoe Perches1-6/+6