summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2019-05-16bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen
2018-05-25bonding: do not allow rlb updates to invalid macDebabrata Banerjee
2018-04-29bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long
2018-04-13bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-04-13bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-04-13bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2018-04-13bonding: Don't update slave->link until ready to commitNithin Sujir
2016-02-15bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss
2015-09-28bonding: correct the MAC address for "follow" fail_over_mac policydingtianhong
2015-09-28bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov
2015-06-15rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2015-04-27vlan: kill vlan_put_tag helperJiri Pirko
2015-04-27bonding: Bonding Overriding Configuration logic restored.Anton Nayshtut
2014-11-29bond: Check length of IFLA_BOND_ARP_IP_TARGET attributesThomas Graf
2014-11-19bonding: fix curr_active_slave/carrier with loadbalance arp monitoringNikolay Aleksandrov
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-10-06bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22bonding: remove the unnecessary notes for bond_xmit_broadcast()dingtianhong
2014-09-22bonding: slight optimization for bond_xmit_roundrobin()dingtianhong
2014-09-15bonding: consolidate ASSERT_RTNL()s and remove the unnecessaryNikolay Aleksandrov
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-15bonding: consolidate the two rlb_next_rx_slave functions into oneNikolay Aleksandrov
2014-09-13bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov
2014-09-09net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov
2014-09-05bonding: add slave netlink policy and put slave-related ops togetherJiri Pirko
2014-09-01bonding: add slave_changelink support and use it for queue_idNikolay Aleksandrov
2014-08-26treewide: Fix typo in printkMasanari Iida
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko