summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-10/+9
6 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+5
6 daysbonding: alb: fix UAF in rlb_arp_recv during bond up/downHangbin Liu1-1/+5
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+9
2026-02-05bonding: only set speed/duplex to unknown, if getting speed failedThomas Bogendoerfer1-6/+9
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-17/+19
2026-01-27bonding: fix use-after-free due to enslave fail after slave array updateNikolay Aleksandrov1-5/+5
2026-01-24bonding: annotate data-races around slave->last_rxEric Dumazet2-12/+14
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2026-01-22net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessingTonghao Zhang1-4/+5
2026-01-22net: bonding: skip the 2nd trylock when first one failTonghao Zhang1-7/+9
2026-01-22net: bonding: move bond_should_notify_peers, e.g. into rtnl lock blockTonghao Zhang1-21/+9
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang2-19/+54
2026-01-22bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet1-2/+3
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-19bonding: 3ad: Add support for SPEED_80000Mika Westerberg1-0/+9
2026-01-16bonding: limit BOND_MODE_8023AD to Ethernet devicesEric Dumazet1-0/+6
2025-11-21bonding: 3ad: Add support for 1600G speedYael Chemla1-0/+9
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2025-11-11bonding: fix mii_status when slave is downNicolas Dichtel1-2/+3
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2025-11-06bonding: fix NULL pointer dereference in actor_port_prio settingHangbin Liu1-8/+1
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+23
2025-10-23net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang1-22/+18
2025-10-22bonding: use common function to compute the featuresHangbin Liu1-95/+4
2025-10-18net: bonding: update the slave array for broadcast modeTonghao Zhang1-2/+5
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-8/+10
2025-09-30bonding: fix xfrm offload feature setup on active-backup modeHangbin Liu2-8/+10
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-09-18bonding: don't set oif to bond dev when getting NS target destinationHangbin Liu1-1/+0
2025-09-16bonding: fix standard reference typo in ad_select descriptionAlok Tiwari1-1/+1
2025-09-16bonding: set random address only when slaves already existHangbin Liu1-0/+1
2025-09-09bonding: support aggregator selection based on port priorityHangbin Liu2-4/+32
2025-09-09bonding: add support for per-port LACP actor priorityHangbin Liu3-0/+56
2025-09-03bonding: Remove support for use_carrierJay Vosburgh4-124/+16
2025-08-21bonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu1-18/+24
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu2-0/+26
2025-07-19net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev1-1/+2
2025-07-08net: bonding: send peer notify when failure recoveryTonghao Zhang2-5/+33
2025-07-08net: bonding: add broadcast_neighbor netlink optionTonghao Zhang1-0/+16
2025-07-08net: bonding: add broadcast_neighbor option for 802.3adTonghao Zhang2-6/+102
2025-07-03bonding: don't force LACPDU tx to ~333 ms boundariesSeth Forshee (DigitalOcean)1-5/+6
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook2-14/+9
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-61/+58
2025-04-28bonding: assign random address if device address is same as bondHangbin Liu1-7/+18