summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2023-07-25bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-23bonding: do not assume skb mac_header is setEric Dumazet
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya
2023-05-12bonding: Always assign be16 value to vlan_protoSimon Horman
2023-05-10bonding: fix send_peer_notif overflowHangbin Liu
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-05bonding: add xdp_features supportLorenzo Bianconi
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19bonding: Fix memory leak when changing bond type to EthernetIdo Schimmel
2023-04-18bonding: add software tx timestamping supportHangbin Liu
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-03bonding: fix error checking in bond_debug_reregister()Qi Zheng
2023-01-26bonding: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2023-01-03drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin
2022-12-22bonding: fix lockdep splat in bond_miimon_commit()Eric Dumazet
2022-12-13bonding: do failover when high prio link upHangbin Liu
2022-12-13bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu
2022-12-12net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-06bonding: get correct NA dest addressHangbin Liu
2022-12-01bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins
2022-11-18bonding: fix ICMPv6 header handling when receiving IPv6 messagesHangbin Liu
2022-10-27bond: Disable TLS features indicationTariq Toukan
2022-10-24bonding: 3ad: Add support for 800G speedAmit Cohen
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-30net: bonding: Convert to use sysfs_emit()/sysfs_emit_at() APIsWang Yufen
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins
2022-09-16net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-05bonding: accept unsolicited NA messageHangbin Liu
2022-09-05bonding: use unspecified address if no available link local addressHangbin Liu
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins
2022-08-22bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh