aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
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
2017-06-10bonding: warn user when 802.3ad speed is unknownNicolas Dichtel
2017-06-08bonding: fix 802.3ad support for 14G speedNicolas Dichtel
2017-06-08bonding: fix 802.3ad support for 5G and 50G speedsThibaut Collet
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-27bonding: Prevent duplicate userspace notificationVlad Yasevich
2017-05-25bonding: Don't update slave->link until ready to commitNithin Sujir
2017-05-22bonding: fix randomly populated arp target arrayJarod Wilson
2017-05-22bonding: fix accounting of active ports in 3adJarod Wilson
2017-05-08bonding: check nla_put_be32 return valueHangbin Liu
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-28bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removalPaolo Abeni
2017-04-21bonding: fix wq initialization for links created via netlinkMahesh Bandewar
2017-04-17bonding: deliver link-local packets with skb->dev set to link that packets ar...Chonggang Li
2017-04-13bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson
2017-04-05bonding: fix active-backup transitionMahesh Bandewar
2017-03-30bonding: refine bond_fold_stats() wrap detectionEric Dumazet
2017-03-27bonding: avoid printing while holding a spinlockMahesh Bandewar
2017-03-27bonding: correctly update link status during mii-commit phaseMahesh Bandewar
2017-03-27bonding: make speed, duplex setting consistent with link stateMahesh Bandewar
2017-03-27bonding: improve link-status update in mii-monitoringMahesh Bandewar
2017-03-16bonding: add 802.3ad support for 25G speedsJarod Wilson
2017-03-09bonding: reduce scope of some global variablesMahesh Bandewar
2017-03-09bonding: remove "port-moved" state that was never implementedMahesh Bandewar
2017-03-09bonding: remove hardcoded valueMahesh Bandewar
2017-03-09bonding: initialize work-queues during creation of bondMahesh Bandewar
2017-03-09bonding: restructure arp-monitorMahesh Bandewar
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02bonding: use ETH_MAX_MTU as max mtuWANG Cong