summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn
2018-05-17bonding: introduce link change helperTonghao Zhang
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2018-05-16bonding: use common mac addr checksDebabrata Banerjee
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11bonding: use the skb_get/set_queue_mappingTonghao Zhang
2018-05-11bonding: replace the return value typeTonghao Zhang
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-05-11bonding: do not allow rlb updates to invalid macDebabrata Banerjee
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-03-26bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-03-26bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-02-27net: Convert bond_net_opsKirill Tkhai
2017-12-20net: bonding: Replace mac address parsingAndy Shevchenko
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin 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-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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-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