summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2019-11-12bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo
2019-11-12bonding: fix state transition issue in link monitoringJay Vosburgh
2019-11-06bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet
2019-08-29bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-07-31bonding: validate ip header before check IPPROTO_IGMPCong Wang
2019-07-03bonding: Always enable vlan tx offloadYueHaibing
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2019-05-08bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca
2019-03-19bonding: fix PACKET_ORIGDEV regressionMichal Soltys
2019-01-23bonding: update nest level on unlinkWillem de Bruijn
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen
2018-11-04bonding: fix length of actor systemTobias Jungel
2018-10-18bonding: fix warning messageMahesh Bandewar
2018-10-18bonding: pass link-local packets to bonding master also.Mahesh Bandewar
2018-10-18bonding: avoid possible dead-lockMahesh Bandewar
2018-08-06bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet
2018-07-28bonding: set default miimon value for non-arp modes if not setJarod Wilson
2018-06-26bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu
2018-05-30bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-05-19bonding: 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-12bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-04-12bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-04-12bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2017-11-08bonding: fix slave stuck in BOND_LINK_FAIL stateJay Vosburgh
2017-11-08bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-12net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov
2017-09-11net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-13bonding: ratelimit failed speed/duplex update warningAndreas Born
2017-08-11bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-26bonding: commit link status change after proposeWANG Cong
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa
2017-07-18net: bonding: constify attribute_group structures.Arvind Yadav
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-06-29Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller