summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones2020-08-141-2/+2
* net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones2020-08-141-1/+3
* net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones2020-08-141-7/+8
* bonding: show saner speed for broadcast modeJarod Wilson2020-08-141-3/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-5/+8
|\
| * bonding: check return value of register_netdevice() in bond_newlink()Cong Wang2020-07-231-2/+1
| * bonding: check error value of register_netdevice() immediatelyTaehee Yoo2020-07-191-3/+7
* | bonding: don't need RTNL for ipsec helpersJarod Wilson2020-07-081-3/+3
* | bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson2020-07-081-14/+25
* | bonding: allow xfrm offload setup post-module-loadJarod Wilson2020-07-012-9/+18
* | bonding: Remove extraneous parentheses in bond_setupNathan Chancellor2020-06-261-2/+2
* | bonding/xfrm: use real_dev instead of slave_devJarod Wilson2020-06-231-3/+3
* | bonding: support hardware encryption offload to slavesJarod Wilson2020-06-221-2/+125
|/
* net: change addr_list_lock back to static keyCong Wang2020-06-092-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+3
|\
| * bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu2020-05-281-1/+3
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-092-77/+214
|\ \
| * | bonding: Implement ndo_get_xmit_slaveMaor Gottlieb2020-05-011-0/+43
| * | bonding: Add array of all slavesMaor Gottlieb2020-05-011-19/+59
| * | bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb2020-05-011-1/+7
| * | bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb2020-05-011-26/+30
| * | bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb2020-05-011-7/+21
| * | bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb2020-05-011-9/+26
| * | bonding: Rename slave_arr to usable_slavesMaor Gottlieb2020-05-012-22/+22
| * | bonding: Export skip slave logic to functionMaor Gottlieb2020-05-011-21/+26
| |/