summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+31
2023-05-05bonding: add xdp_features supportLorenzo Bianconi-0/+31
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+9
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel-3/+4
2023-04-18bonding: add software tx timestamping supportHangbin Liu-0/+30
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu-2/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-7/+16
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman-9/+9
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov-3/+1
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov-4/+15
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-02-03bonding: fix error checking in bond_debug_reregister()Qi Zheng-1/+1
2023-01-26bonding: fill IPsec state validation failure reasonLeon Romanovsky-1/+1
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky-3/+5
2023-01-03drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin-0/+1
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet-3/+5
2022-12-13bonding: do failover when high prio link upHangbin Liu-9/+15
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu-1/+1
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long-5/+13
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-12-06bonding: get correct NA dest addressHangbin Liu-1/+1
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+12
2022-11-23bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins-1/+10
2022-11-18bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu-5/+12
2022-10-27bond: Disable TLS features indicationTariq Toukan-30/+1
2022-10-24bonding: 3ad: Add support for 800G speedAmit Cohen-0/+9
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen-67/+67
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-32/+45
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins-9/+6
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier-12/+35
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier-14/+7
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-5/+15
2022-09-05bonding: accept unsolicited NA messageHangbin Liu-5/+12
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu-0/+3
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins-9/+4
2022-08-22bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins-22/+16
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh-1/+4
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy-2/+8
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin-0/+7
2022-08-03net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean-15/+20
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2022-06-29net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov-1/+2
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet-1/+1
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu-0/+75
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh-1/+3