summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2022-09-28bonding: fix NULL deref in bond_rr_gen_slave_idJonathan Toppins
2022-09-28net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-08-31bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins
2022-07-07net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov
2022-07-07net: bonding: fix possible NULL deref in rlb codeEric Dumazet
2022-06-29bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-05-09bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar
2022-02-23bonding: fix data-races around agg_select_timerEric Dumazet
2022-02-23bonding: force carrier update when releasing slaveZhang Changzhong
2022-02-16bonding: pair enable_port with slave_arr_updatesMahesh Bandewar
2022-01-27bonding: Fix extraction of ports from the packet headersMoshe Tal
2022-01-27net: bonding: fix bond_xmit_broadcast return value error bugJie Wang
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera
2021-12-14bonding: make tx_rebalance_counter an atomicEric Dumazet
2021-11-18bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki
2021-09-05bonding: complain about missing route only once for A/B ARP probesDavid Decotigny
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart
2021-08-13net, bonding: Disallow vlan+srcmac with XDPJussi Maki
2021-08-11bonding: combine netlink and console error messagesJonathan Toppins
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-09net, bonding: Add XDP support to the bonding driverJussi Maki
2021-08-09net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing
2021-08-03bonding: add new option lacp_activeHangbin Liu
2021-08-02bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27bonding: use siocdevprivateArnd Bergmann
2021-07-16bonding: fix build issueMahesh Bandewar
2021-07-06bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo
2021-07-06bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-23bonding: allow nesting of bonding deviceDi Zhu
2021-06-22bonding: avoid adding slave device with IFF_MASTER flagDi Zhu
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki
2021-06-03bonding: remove redundant initialization of variable retColin Ian King
2021-06-03net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai
2021-05-20net: bonding: use tabs instead of space for code indentYufeng Mo
2021-05-20net: bonding: remove unnecessary bracesYufeng Mo