summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | bonding: propagate transmit statusEric Dumazet2020-05-072-43/+24
* | bonding: remove useless stats_lock_keyCong Wang2020-05-041-3/+0
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
* | drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-10/+10
|\
| * bonding/alb: make sure arp header is pulled before accessing itEric Dumazet2020-03-061-10/+10
* | net/bond: Delete driver and module versionsLeon Romanovsky2020-02-242-8/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-212-3/+54
|\|
| * bonding: fix lockdep warning in bond_get_stats()Taehee Yoo2020-02-161-3/+50
| * bonding: add missing netdev_update_lockdep_key()Taehee Yoo2020-02-162-0/+4
* | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-201-1/+1
|/
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-051-12/+32
* bonding: rename AD_STATE_* to LACP_STATE_*Andy Roulin2019-12-261-56/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-21/+21
|\
| * 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: move 802.3ad port state flags to uapiAndy Roulin2019-12-141-10/+0
|/
* bonding: symmetric ICMP transmitMatteo Croce2019-11-161-26/+57