summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_alb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao1-1/+2
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu1-3/+3
2023-08-03bonding: support balance-alb with openvswitchMateusz Kowalski1-1/+1
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh1-1/+4
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin1-0/+7
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet1-1/+1
2022-02-05net: don't include ndisc.h from ipv6.hJakub Kicinski1-0/+1
2022-01-31net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin1-2/+28
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet1-6/+8
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski1-15/+13
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing1-32/+0
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai1-4/+4
2021-05-21net: bonding: fix code indent for conditional statementsYufeng Mo1-1/+1
2021-05-21net: bonding: add some required blank linesYufeng Mo1-0/+3
2021-03-31net: bonding: remove repeated wordPeng Li1-1/+1
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-3/+6
2020-08-15net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones1-2/+2
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-11/+28
2020-05-08bonding: propagate transmit statusEric Dumazet1-5/+2
2020-05-01bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb1-9/+26
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb1-2/+2
2020-03-07bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-02-05bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2019-10-25net: 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-14net: 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-12Merge 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 ...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-06bonding: 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-07bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar1-44/+7
2014-09-16bonding: trivial: style and comment fixesNikolay Aleksandrov1-28/+20
2014-09-16bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov1-28/+10
2014-09-14bonding: adjust locking commentsNikolay Aleksandrov1-7/+1
2014-09-14bonding: alb: convert to bond->mode_lockNikolay Aleksandrov1-75/+33