summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-20/+10
|\|
| * bonding: fix using uninitialized mode_lockTaehee Yoo2019-10-291-1/+1
| * net: remove unnecessary variables and callbackTaehee Yoo2019-10-242-16/+1
| * bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-3/+7
| * bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo2019-10-241-2/+4
| * net: core: add generic lockdep keysTaehee Yoo2019-10-241-1/+0
* | bonding: balance ICMP echoes in layer3+4 modeMatteo Croce2019-10-301-7/+70
|/
* bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet2019-10-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+2
|\
| * bonding: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-081-0/+2
* | bonding: no need to print a message if debugfs_create_dir() failsGreg Kroah-Hartman2019-08-101-5/+0
|/
* bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon2019-07-221-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-14/+23
|\
| * bonding: validate ip header before check IPPROTO_IGMPCong Wang2019-07-031-14/+23
* | bonding: fix value exported by Netlink for peer_notif_delayVincent Bernat2019-07-081-1/+1
* | bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-045-37/+94
* | bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet2019-07-021-1/+1