summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2025-06-19bonding: assign random address if device address is same as bondHangbin Liu
2025-06-04bonding: report duplicate MAC address in all situationsHangbin Liu
2025-03-22bonding: fix incorrect MAC address setting to receive NS messagesHangbin Liu
2024-12-19bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann
2024-11-22bonding: add ns target multicast address to slave deviceHangbin Liu
2024-10-04bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim
2024-09-04bonding: change ipsec_lock from spin lock to mutexJianbo Liu
2024-09-04bonding: extract the use of real_device into local variableJianbo Liu
2024-09-04bonding: implement xdo_dev_state_free and call it after deletionJianbo Liu
2024-08-29bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov
2024-08-29bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov
2024-08-29bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov
2024-08-29bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov
2024-08-03net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg
2024-07-11bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun
2024-06-16bonding: fix oops during rmmodTony Battersby
2024-03-15xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann
2024-02-23bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPYMagnus Karlsson
2024-02-05bonding: remove print in bond_verify_device_pathZhengchao Shao
2024-02-05bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao
2023-11-28bonding: stop the device in bond_setup_by_slave()Eric Dumazet
2023-10-13bonding: Return pointer to data after pull on skbJiri Wiesner
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu
2023-08-22bonding: update port speed when getting bond speedHangbin Liu
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao
2023-08-11bonding: remove redundant NULL check in debugfs functionZhengchao Shao
2023-08-11bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-07bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski
2023-08-03bonding: support balance-alb with openvswitchMateusz Kowalski
2023-08-02net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev
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