summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko2019-05-161-1/+3
* bonding: fix event handling for stacked bondsSabrina Dubroca2019-04-271-1/+5
* bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen2018-12-211-0/+3
* bonding: do not allow rlb updates to invalid macDebabrata Banerjee2018-05-251-1/+1
* bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long2018-04-291-2/+1
* bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long2018-04-131-1/+4
* bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long2018-04-131-38/+35
* bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long2018-04-131-4/+5
* bonding: Don't update slave->link until ready to commitNithin Sujir2018-04-131-2/+9
* bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss2016-02-151-1/+4
* bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong2015-09-281-0/+20
* bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov2015-09-281-0/+1
* rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-06-151-1/+1
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2015-04-271-2/+2
* vlan: kill vlan_put_tag helperJiri Pirko2015-04-272-19/+6
* bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut2015-04-271-1/+2
* bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf2014-11-291-1/+6
* bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov2014-11-191-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0811-767/+579
|\
| * net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-3/+6
| * bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-065-152/+249
| * bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar2014-10-062-2/+8
| * bonding: make global bonding stats more reliableAndy Gospodarek2014-09-302-28/+43
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-4/+15
| |\
| * | bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong2014-09-221-1/+0
| * | bonding: slight optimization for bond_xmit_roundrobin()dingtianhong2014-09-221-1/+1
| * | bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov2014-09-151-4/+2
| * | bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-156-167/+93
| * | bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov2014-09-151-28/+10
| * | bonding: adjust locking commentsNikolay Aleksandrov2014-09-133-10/+10
| * | bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov2014-09-133-57/+22
| * | bonding: alb: convert to bond->mode_lockNikolay Aleksandrov2014-09-134-89/+35
| * | bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov2014-09-133-7/+6
| * | bonding: clean curr_slave_lock useNikolay Aleksandrov2014-09-134-70/+14
| * | bonding: alb: remove curr_slave_lockNikolay Aleksandrov2014-09-131-36/+3
| * | bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov2014-09-131-7/+3
| * | bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2014-09-092-45/+2
| * | bonding: options: remove bond->lock usageNikolay Aleksandrov2014-09-091-18/+1
| * | bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov2014-09-091-13/+3
| * | bonding: convert primary_slave to use RCUNikolay Aleksandrov2014-09-096-34/+43
| * | bonding: alb: clean bond->lockNikolay Aleksandrov2014-09-091-9/+2
| * | bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2014-09-092-10/+11
| * | bonding: add slave netlink policy and put slave-related ops togetherJiri Pirko2014-09-051-2/+7
| * | bonding: add slave_changelink support and use it for queue_idNikolay Aleksandrov2014-09-011-0/+29
| * | bonding: create netlink event when bonding option is changedJiri Pirko2014-08-221-0/+2
| * | bonding: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
| |/
* | bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov2014-09-131-3/+14
* | net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida2014-09-091-1/+1
|/