summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2023-11-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-3/+3
|\
| * bonding: fix macvlan over alb bond supportHangbin Liu2023-08-241-3/+3
* | bonding: support balance-alb with openvswitchMateusz Kowalski2023-08-031-1/+1
|/
* bonding: fix reference count leak in balance-alb modeJay Vosburgh2022-08-111-1/+4
* net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin2022-08-101-0/+7
* net: bonding: fix possible NULL deref in rlb codeEric Dumazet2022-06-281-1/+1
* net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-041-0/+1
* net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin2022-01-311-2/+28
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-031-6/+8
* net: bonding: constify and use dev_addr_set()Jakub Kicinski2021-10-241-15/+13
* net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing2021-08-071-32/+0
* net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai2021-05-211-4/+4
* net: bonding: fix code indent for conditional statementsYufeng Mo2021-05-201-1/+1
* net: bonding: add some required blank linesYufeng Mo2021-05-201-0/+3
* net: bonding: remove repeated wordPeng Li2021-03-301-1/+1
* net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+6
* net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones2020-08-141-2/+2
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-091-11/+28
|\
| * bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb2020-05-011-9/+26
| * bonding: Rename slave_arr to usable_slavesMaor Gottlieb2020-05-011-2/+2
* | bonding: propagate transmit statusEric Dumazet2020-05-071-5/+2
|/
* bonding/alb: make sure arp header is pulled before accessing itEric Dumazet2020-03-061-10/+10
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-051-12/+32
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-1/+1
* bonding/alb: convert to using slave printk macrosJarod Wilson2019-06-091-15/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5Thomas Gleixner2019-05-211-17/+1
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-131-4/+5
* 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