summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2024-02-05bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2024-02-05bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao2-2/+6
2023-11-28bonding: stop the device in bond_setup_by_slave()Eric Dumazet1-0/+6
2023-10-25bonding: Return pointer to data after pull on skbJiri Wiesner1-1/+1
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu1-3/+3
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-03bonding: reset bond's flags when down link is P2P deviceHangbin Liu1-0/+5
2023-07-19bonding: do not assume skb mac_header is setEric Dumazet1-1/+1
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-1/+7
2023-05-24bonding: fix send_peer_notif overflowHangbin Liu2-2/+13
2023-04-26bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel1-3/+4
2023-04-20bonding: fix ns validation on backup slavesHangbin Liu1-2/+3
2023-03-22bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov1-3/+1
2023-03-22bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov1-4/+15
2023-02-14bonding: fix error checking in bond_debug_reregister()Qi Zheng1-1/+1
2023-01-12drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin1-0/+1
2023-01-12bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet1-3/+5
2022-12-31bonding: do failover when high prio link upHangbin Liu1-9/+15
2022-12-31bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu1-1/+1
2022-12-31bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter1-1/+1
2022-12-31bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins1-1/+10
2022-12-07bonding: get correct NA dest addressHangbin Liu1-1/+1
2022-11-19bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu1-5/+12
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen2-67/+67
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-32/+45
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins1-9/+6
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier1-12/+35
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2-14/+7
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+15
2022-09-05bonding: accept unsolicited NA messageHangbin Liu1-5/+12
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu1-0/+3
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-23bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2-9/+4
2022-08-23bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins1-22/+16
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh1-1/+4
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-2/+8
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin1-0/+7
2022-08-04net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean1-15/+20
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2022-06-30net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov1-1/+2
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet1-1/+1
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu3-0/+75
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-06-18bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-06-10bonding: cleanup bond_createJonathan Toppins1-18/+6
2022-06-10bonding: netlink error message support for optionsJonathan Toppins2-40/+93
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2-4/+8
2022-05-31bonding: show NS IPv6 targets in proc master infoHangbin Liu1-0/+15
2022-05-28bonding: NS target should accept link local addressHangbin Liu1-5/+0