summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
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-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-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-20net: bonding: remove unnecessary bracesYufeng Mo
2021-05-20net: bonding: add some required blank linesYufeng Mo
2021-05-17bonding: init notify_work earlier to avoid uninitialized useJohannes Berg
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-21bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting
2021-03-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang
2021-03-12Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan
2021-01-18net/bonding: Take IP hash logic into a helperTariq Toukan
2021-01-14net: bonding: Notify ports about their initial stateTobias Waldekranz
2020-12-07bonding: set xfrm feature flags more sanelyJarod Wilson
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles
2020-11-03net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-25bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18bonding: fix active-backup failover for current ARP slaveJiri Wiesner