summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: init notify_work earlier to avoid uninitialized useJohannes Berg2021-05-181-1/+1
* 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: 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-201-2/+32
* net/bonding: Implement TLS TX device offloadTariq Toukan2021-01-191-0/+29
* net/bonding: Implement ndo_sk_get_lower_devTariq Toukan2021-01-191-0/+93
* net/bonding: Take IP hash logic into a helperTariq Toukan2021-01-191-5/+11
* net: bonding: Notify ports about their initial stateTobias Waldekranz2021-01-151-0/+2
* bonding: set xfrm feature flags more sanelyJarod Wilson2020-12-081-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-281-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-041-6/+5
|/
* net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-291-3/+7
* bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet2020-09-261-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+4
* bonding: fix active-backup failover for current ARP slaveJiri Wiesner2020-08-191-2/+16
* bonding: fix a potential double-unregisterCong Wang2020-08-171-1/+2
* net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones2020-08-151-1/+3
* bonding: show saner speed for broadcast modeJarod Wilson2020-08-151-3/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-3/+7
|\
| * bonding: check error value of register_netdevice() immediatelyTaehee Yoo2020-07-201-3/+7
* | bonding: don't need RTNL for ipsec helpersJarod Wilson2020-07-091-3/+3
* | bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson2020-07-091-14/+25
* | bonding: allow xfrm offload setup post-module-loadJarod Wilson2020-07-021-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-241-3/+3
* | bonding: support hardware encryption offload to slavesJarod Wilson2020-06-231-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-081-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-171-3/+50
| * bonding: add missing netdev_update_lockdep_key()Taehee Yoo2020-02-171-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-151-3/+0
* bonding: fix bond_neigh_init()Eric Dumazet2019-12-091-10/+21
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-8/+0