summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2019-01-23bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-11-04bonding: fix length of actor systemTobias Jungel1-2/+1
2018-10-18bonding: fix warning messageMahesh Bandewar1-0/+1
2018-10-18bonding: pass link-local packets to bonding master also.Mahesh Bandewar1-2/+19
2018-10-18bonding: avoid possible dead-lockMahesh Bandewar1-26/+17
2018-08-06bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-07-28bonding: set default miimon value for non-arp modes if not setJarod Wilson1-9/+14
2018-06-26bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-05-30bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-1/+5
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee2-5/+10
2018-05-19bonding: do not allow rlb updates to invalid macDebabrata Banerjee1-1/+1
2018-04-29bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-04-12bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long1-1/+4
2018-04-12bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long1-38/+35
2018-04-12bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-4/+5
2017-11-08bonding: fix slave stuck in BOND_LINK_FAIL stateJay Vosburgh1-0/+1
2017-11-08bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-13net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov1-10/+7
2017-09-12net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa1-0/+3
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-08-14bonding: ratelimit failed speed/duplex update warningAndreas Born1-3/+4
2017-08-12bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born1-2/+4
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-07-26bonding: commit link status change after proposeWANG Cong1-0/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-21net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1
2017-07-18net: bonding: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-6/+9
2017-06-29Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore1-65/+67
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-3/+4
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+30
2017-06-10bonding: warn user when 802.3ad speed is unknownNicolas Dichtel1-0/+5
2017-06-08bonding: fix 802.3ad support for 14G speedNicolas Dichtel1-0/+9
2017-06-08bonding: fix 802.3ad support for 5G and 50G speedsThibaut Collet1-0/+18
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky1-6/+0
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+3
2017-05-28bonding: Prevent duplicate userspace notificationVlad Yasevich2-3/+27
2017-05-25bonding: Don't update slave->link until ready to commitNithin Sujir1-2/+9
2017-05-22bonding: fix randomly populated arp target arrayJarod Wilson1-3/+2
2017-05-22bonding: fix accounting of active ports in 3adJarod Wilson1-1/+1
2017-05-08bonding: check nla_put_be32 return valueHangbin Liu1-1/+2
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-121/+190