summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
16 hoursConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
19 hoursConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
19 hoursConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
35 hourstreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
3 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...davem/net-next/maindavem/net-next/HEADLinus Torvalds
3 daysbonding: alb: fix UAF in rlb_arp_recv during bond up/downHangbin Liu
10 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-02-05bonding: only set speed/duplex to unknown, if getting speed failedThomas Bogendoerfer
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-27bonding: fix use-after-free due to enslave fail after slave array updateNikolay Aleksandrov
2026-01-23bonding: annotate data-races around slave->last_rxEric Dumazet
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessingTonghao Zhang
2026-01-22net: bonding: skip the 2nd trylock when first one failTonghao Zhang
2026-01-22net: bonding: move bond_should_notify_peers, e.g. into rtnl lock blockTonghao Zhang
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang
2026-01-21bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-19bonding: 3ad: Add support for SPEED_80000Mika Westerberg
2026-01-15bonding: limit BOND_MODE_8023AD to Ethernet devicesEric Dumazet
2025-11-20bonding: 3ad: Add support for 1600G speedYael Chemla
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-10bonding: fix mii_status when slave is downNicolas Dichtel
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06bonding: fix NULL pointer dereference in actor_port_prio settingHangbin Liu
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-23net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang
2025-10-21bonding: use common function to compute the featuresHangbin Liu
2025-10-17net: bonding: update the slave array for broadcast modeTonghao Zhang
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-09-30bonding: fix xfrm offload feature setup on active-backup modeHangbin Liu
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-17bonding: don't set oif to bond dev when getting NS target destinationHangbin Liu
2025-09-15bonding: fix standard reference typo in ad_select descriptionAlok Tiwari
2025-09-15bonding: set random address only when slaves already existHangbin Liu
2025-09-09bonding: support aggregator selection based on port priorityHangbin Liu
2025-09-09bonding: add support for per-port LACP actor priorityHangbin Liu
2025-09-02bonding: Remove support for use_carrierJay Vosburgh
2025-08-21bonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev
2025-07-08net: bonding: send peer notify when failure recoveryTonghao Zhang
2025-07-08net: bonding: add broadcast_neighbor netlink optionTonghao Zhang
2025-07-08net: bonding: add broadcast_neighbor option for 802.3adTonghao Zhang
2025-07-03bonding: don't force LACPDU tx to ~333 ms boundariesSeth Forshee (DigitalOcean)
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-04-28bonding: assign random address if device address is same as bondHangbin Liu