summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang2021-03-291-1/+1
* Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller2021-03-121-6/+2
* net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai2021-03-081-2/+6
* bonding: add a vlan+srcmac tx hashing optionJarod Wilson2021-01-191-2/+32
* net/bonding: Implement TLS TX device offloadTariq Toukan2021-01-181-0/+29
* 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
* 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-271-18/+43
|\
| * bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-11-211-18/+43
* | 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-281-3/+7
* 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-231-4/+4
* 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_main: Document 'proto' and rename 'new_active' parametersLee Jones2020-08-141-1/+3
* 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-251-3/+7
|\
| * 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-011-9/+10
* | 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-091-2/+0
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-091-66/+186
|\
| * 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: Rename slave_arr to usable_slavesMaor Gottlieb2020-05-011-20/+20
| * bonding: Export skip slave logic to functionMaor Gottlieb2020-05-011-21/+26
* | bonding: propagate transmit statusEric Dumazet2020-05-071-38/+22
* | bonding: remove useless stats_lock_keyCong Wang2020-05-041-3/+0
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
|/
* net/bond: Delete driver and module versionsLeon Romanovsky2020-02-241-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-3/+52
|\
| * bonding: fix lockdep warning in bond_get_stats()Taehee Yoo2020-02-161-3/+50
| * bonding: add missing netdev_update_lockdep_key()Taehee Yoo2020-02-161-0/+2
* | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-201-1/+1
|/
* bonding: fix active-backup transition after link failureMahesh Bandewar2019-12-141-3/+0
* bonding: fix bond_neigh_init()Eric Dumazet2019-12-091-10/+21
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-8/+0
* bonding: symmetric ICMP transmitMatteo Croce2019-11-161-26/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-22/+22
|\
| * bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-051-22/+22