summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2025-04-16bonding: Fix multiple long standing offload racesCosmin Ratiu1-46/+36
2025-04-16bonding: Mark active offloaded xfrm_statesCosmin Ratiu1-3/+5
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-14/+19
2025-04-15bonding: Convert bond_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-14/+9
2025-04-12bonding: hold ops lock around get_linkStanislav Fomichev1-4/+9
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+7
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-11/+5
2025-03-25bonding: check xdp prog when set bond modeWang Liang2-4/+7
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-8/+47
2025-03-11bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu1-8/+47
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev1-2/+5
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev1-5/+4
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-27bonding: report duplicate MAC address in all situationsHangbin Liu1-1/+1
2025-02-25net: remove '__' from __skb_flow_get_ports()Nicolas Dichtel1-1/+1
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-11/+5
2025-02-05bonding: delete always true device checkLeon Romanovsky1-3/+0
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-9/+10