summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2021-07-17bonding: fix build issueMahesh Bandewar1-0/+2
2021-07-06bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo1-1/+1
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo1-6/+16
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo1-20/+119
2021-07-06bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo1-6/+9
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo1-2/+5
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-06-23bonding: allow nesting of bonding deviceDi Zhu1-1/+3
2021-06-22bonding: avoid adding slave device with IFF_MASTER flagDi Zhu1-0/+6
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki1-3/+15
2021-06-04bonding: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-04net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook2-7/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-21net: bonding: bond_alb: Fix some typos in bond_alb.cWang Hai1-4/+4
2021-05-21net: bonding: use tabs instead of space for code indentYufeng Mo1-1/+1
2021-05-21net: bonding: remove unnecessary bracesYufeng Mo2-4/+2
2021-05-21net: bonding: fix code indent for conditional statementsYufeng Mo1-1/+1
2021-05-21net: bonding: add some required blank linesYufeng Mo4-0/+13
2021-05-18bonding: init notify_work earlier to avoid uninitialized useJohannes Berg1-1/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2021-04-22bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting1-3/+4
2021-03-31net: bonding: remove repeated wordPeng Li1-1/+1
2021-03-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang1-1/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+2
2021-03-15bonding: Added -ENODEV interpret for slaves optionJianlin Lv1-0/+9
2021-03-12Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller1-6/+2
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-02-12bonding: 3ad: Print an error for unknown speedsIdo Schimmel1-4/+4
2021-02-12bonding: 3ad: add support for 400G speedNikolay Aleksandrov1-0/+9
2021-02-12bonding: 3ad: add support for 200G speedNikolay Aleksandrov1-0/+9
2021-01-20bonding: add a vlan+srcmac tx hashing optionJarod Wilson2-8/+39
2021-01-19net/bonding: Implement TLS TX device offloadTariq Toukan2-2/+54
2021-01-19net/bonding: Take update_features call out of XFRM funcitonTariq Toukan1-9/+10
2021-01-19net/bonding: Implement ndo_sk_get_lower_devTariq Toukan1-0/+93
2021-01-19net/bonding: Take IP hash logic into a helperTariq Toukan1-5/+11
2021-01-15net: bonding: Notify ports about their initial stateTobias Waldekranz1-0/+2
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+15
2020-12-08bonding: fix feature flag setting at init timeJarod Wilson1-7/+15
2020-12-08bonding: set xfrm feature flags more sanelyJarod Wilson1-6/+4
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-35/+44
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-22bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-11-04net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin1-6/+5
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2-6/+13
2020-09-26bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-6/+6
2020-08-19bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-17bonding: fix a potential double-unregisterCong Wang1-1/+2