summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_alb.c
AgeCommit message (Expand)Author
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai
2021-05-20net: bonding: fix code indent for conditional statementsYufeng Mo
2021-05-20net: bonding: add some required blank linesYufeng Mo
2021-03-30net: bonding: remove repeated wordPeng Li
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-08-14net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2020-05-07bonding: propagate transmit statusEric Dumazet
2020-05-01bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb
2020-03-06bonding/alb: make sure arp header is pulled before accessing itEric Dumazet
2020-02-05bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-06-09bonding/alb: convert to using slave printk macrosJarod Wilson
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5Thomas Gleixner
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2018-05-16bonding: use common mac addr checksDebabrata Banerjee
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11bonding: replace the return value typeTonghao Zhang
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-05-11bonding: do not allow rlb updates to invalid macDebabrata Banerjee
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson
2016-10-18net: bonding: Flip to the new dev walk APIDavid Ahern
2016-07-01bonding: prevent out of bound accessesEric Dumazet
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-10-31bonding: add bond_tx_drop() helperEric Dumazet
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov
2014-08-22bonding: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-07-20bonding: make it possible to have unlimited nested upper vlansVeaceslav Falico
2014-07-16bonding: Do not try to send packets over dead link in TLB mode.Mahesh Bandewar
2014-07-15bonding: remove pr_fmt from bond_alb.cVeaceslav Falico
2014-07-15bonding: convert bond_alb.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet