summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix build issueMahesh Bandewar2021-07-161-0/+2
* bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo2021-07-061-1/+1
* bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo2021-07-061-6/+16
* bonding: Add struct bond_ipesc to manage SATaehee Yoo2021-07-061-20/+119
* bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo2021-07-061-6/+9
* bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo2021-07-061-2/+5
* bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo2021-07-061-0/+5
* bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo2021-07-061-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+8
|\
| * bonding: allow nesting of bonding deviceDi Zhu2021-06-231-1/+3
| * bonding: avoid adding slave device with IFF_MASTER flagDi Zhu2021-06-221-0/+6
* | net: bonding: Use per-cpu rr_tx_counterJussi Maki2021-06-151-3/+15
* | bonding: remove redundant initialization of variable retColin Ian King2021-06-031-1/+1
* | net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook2021-06-032-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+1
|\|
| * bonding: init notify_work earlier to avoid uninitialized useJohannes Berg2021-05-171-1/+1
* | net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai2021-05-211-4/+4
* | net: bonding: use tabs instead of space for code indentYufeng Mo2021-05-201-1/+1
* | net: bonding: remove unnecessary bracesYufeng Mo2021-05-202-4/+2
* | net: bonding: fix code indent for conditional statementsYufeng Mo2021-05-201-1/+1
* | net: bonding: add some required blank linesYufeng Mo2021-05-204-0/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-3/+4
|\
| * bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting2021-04-211-3/+4
* | net: bonding: remove repeated wordPeng Li2021-03-301-1/+1
* | net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang2021-03-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-6/+2
|\|
| * Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller2021-03-121-6/+2
* | bonding: Added -ENODEV interpret for slaves optionJianlin Lv2021-03-151-0/+9
|/
* net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai2021-03-081-2/+6
* bonding: 3ad: Print an error for unknown speedsIdo Schimmel2021-02-111-4/+4
* bonding: 3ad: add support for 400G speedNikolay Aleksandrov2021-02-111-0/+9
* bonding: 3ad: add support for 200G speedNikolay Aleksandrov2021-02-111-0/+9
* bonding: add a vlan+srcmac tx hashing optionJarod Wilson2021-01-192-8/+39
* net/bonding: Implement TLS TX device offloadTariq Toukan2021-01-182-2/+54
* net/bonding: Take update_features call out of XFRM funcitonTariq Toukan2021-01-181-9/+10
* net/bonding: Implement ndo_sk_get_lower_devTariq Toukan2021-01-181-0/+93
* net/bonding: Take IP hash logic into a helperTariq Toukan2021-01-181-5/+11
* net: bonding: Notify ports about their initial stateTobias Waldekranz2021-01-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-7/+15
|\
| * bonding: fix feature flag setting at init timeJarod Wilson2020-12-081-7/+15
* | bonding: set xfrm feature flags more sanelyJarod Wilson2020-12-071-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-272-35/+44
|\|
| * bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-11-212-35/+44
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* | net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin2020-11-031-6/+5
|/
* net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-282-6/+13
* bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet2020-09-251-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-6/+6
* bonding: fix active-backup failover for current ARP slaveJiri Wiesner2020-08-181-2/+16
* bonding: fix a potential double-unregisterCong Wang2020-08-161-1/+2