aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long
2017-10-04net: bonding: Add extack messages for some enslave failuresDavid Ahern
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-10-03bonding: speed/duplex update at NETDEV_UP eventMahesh Bandewar
2017-09-28arp: make arp_hdr_len() return unsigned intAlexey Dobriyan
2017-09-12net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov
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-07-26bonding: commit link status change after proposeWANG Cong
2017-07-20net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-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: 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-09bonding: reduce scope of some global variablesMahesh 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-02bonding: use ETH_MAX_MTU as max mtuWANG Cong
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-03bonding: Remove unnecessary returned value checkZhu Yanjun
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-30net: bonding: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18net: bonding: Flip to the new dev walk APIDavid Ahern
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds