summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2020-02-15bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2020-01-04bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2019-11-12bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo1-2/+4
2019-11-12bonding: fix state transition issue in link monitoringJay Vosburgh1-21/+20
2019-11-06bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-08-29bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing1-1/+3
2019-07-31bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-03bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson1-7/+0
2019-05-08bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko1-1/+3
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-03-19bonding: fix PACKET_ORIGDEV regressionMichal Soltys1-21/+14
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