summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
13 daysbonding: fix devconf_all NULL dereference when IPv6 is disabledZhaolong Zhang1-1/+2
2026-07-24bonding: 3ad: fix mux port state on oper downLouis Scalbert1-0/+1
2026-07-24bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-3/+5
2026-07-24bonding: fix type confusion in bond_setup_by_slave()Jiayuan Chen1-1/+46
2026-07-24bonding: fix xfrm offload feature setup on active-backup modeHangbin Liu2-8/+10
2026-07-24bonding: use common function to compute the featuresHangbin Liu1-95/+4
2026-07-24bonding: Correctly support GSO ESP offloadCosmin Ratiu1-9/+10
2026-07-24bonding: add ESP offload features when slaves supportJianbo Liu1-0/+9
2026-07-24bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann1-2/+3
2026-07-24net, team, bonding: Add netdev_base_features helperDaniel Borkmann1-3/+1
2026-06-19net: bonding: fix use-after-free in bond_xmit_broadcast()Xiang Mei1-1/+1
2026-06-19net: bonding: fix NULL pointer dereference in bond_do_ioctl()ZhaoJinming1-2/+2
2026-06-19bonding: refuse to enslave CAN devicesOliver Hartkopp1-0/+6
2026-05-23bonding: fix NULL pointer dereference in actor_port_prio settingHangbin Liu1-8/+1
2026-05-23bonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet5-65/+88
2026-05-23bonding: print churn state via netlinkHangbin Liu1-0/+9
2026-05-23bonding: add support for per-port LACP actor priorityHangbin Liu3-0/+56
2026-05-23net: bonding: add broadcast_neighbor option for 802.3adTonghao Zhang2-6/+102
2026-05-23bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗1-11/+3
2026-05-17bonding: fix use-after-free due to enslave fail after slave array updateNikolay Aleksandrov1-3/+3
2026-03-25net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei1-5/+11
2026-03-25net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-1/+1
2026-03-25bonding: handle BOND_LINK_FAIL, BOND_LINK_BACK as valid link statesHangbin Liu1-1/+7
2026-03-25bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen2-2/+9
2026-03-04bonding: alb: fix UAF in rlb_arp_recv during bond up/downHangbin Liu1-1/+5
2026-03-04bonding: only set speed/duplex to unknown, if getting speed failedThomas Bogendoerfer1-6/+9
2026-02-06bonding: annotate data-races around slave->last_rxEric Dumazet2-12/+14
2026-01-30bonding: provide a net pointer to __skb_flow_dissect()Eric Dumazet1-2/+3
2026-01-30bonding: limit BOND_MODE_8023AD to Ethernet devicesEric Dumazet1-0/+6
2025-12-07bonding: check xdp prog when set bond modeWang Liang2-4/+7
2025-12-07bonding: return detailed error when loading native XDP failsHangbin Liu1-1/+4
2025-10-29net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang1-22/+18
2025-09-25bonding: don't set oif to bond dev when getting NS target destinationHangbin Liu1-1/+0
2025-09-25bonding: set random address only when slaves already existHangbin Liu1-0/+1
2025-08-28bonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu1-18/+24
2025-08-28bonding: Add independent control state machineAahil Awatramani4-8/+194
2025-08-28bonding: update LACP activity flag after setting lacp_activeHangbin Liu2-0/+26
2025-06-19bonding: assign random address if device address is same as bondHangbin Liu1-7/+18
2025-06-04bonding: report duplicate MAC address in all situationsHangbin Liu1-1/+1
2025-03-22bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu1-8/+47
2024-12-19bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-0/+1
2024-11-22bonding: add ns target multicast address to slave deviceHangbin Liu2-2/+96
2024-10-04bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim1-3/+3
2024-09-04bonding: change ipsec_lock from spin lock to mutexJianbo Liu1-36/+43
2024-09-04bonding: extract the use of real_device into local variableJianbo Liu1-25/+33
2024-09-04bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu1-0/+36
2024-08-29bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov1-1/+1
2024-08-29bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov1-1/+0
2024-08-29bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov1-0/+2
2024-08-29bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov1-12/+6