aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29bonding: fix length of actor systemTobias Jungel1-2/+1
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-1/+2
2018-10-02bonding: fix warning messageMahesh Bandewar1-0/+1
2018-09-26bonding: avoid possible dead-lockMahesh Bandewar1-26/+17
2018-09-26bonding: pass link-local packets to bonding master also.Mahesh Bandewar1-2/+19
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2018-08-01bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+14
2018-07-22bonding: don't cast const buf in sysfs storeNikolay Aleksandrov1-1/+6
2018-07-21bonding: set default miimon value for non-arp modes if not setJarod Wilson1-9/+14
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-65/+112
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley1-1/+26
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn1-2/+3
2018-05-17bonding: introduce link change helperTonghao Zhang1-20/+20
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee2-12/+7
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee2-7/+12
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee3-13/+34
2018-05-16bonding: use common mac addr checksDebabrata Banerjee1-19/+9
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee1-6/+12
2018-05-16bonding: switch to proc_create_seq_dataChristoph Hellwig1-30/+6
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+11
2018-05-11bonding: use the skb_get/set_queue_mappingTonghao Zhang1-4/+4
2018-05-11bonding: replace the return value typeTonghao Zhang2-8/+12
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee2-5/+10
2018-05-11bonding: do not allow rlb updates to invalid macDebabrata Banerjee1-1/+1
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-36/+37
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long1-1/+4
2018-03-26bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long1-38/+35
2018-03-26bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-4/+5
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches3-40/+39
2018-02-27net: Convert bond_net_opsKirill Tkhai1-0/+1
2017-12-20net: bonding: Replace mac address parsingAndy Shevchenko1-5/+1
2017-11-28bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEMXin Long1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-15/+29
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
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-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-4/+4
2017-10-25bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long1-8/+3
2017-10-04net: bonding: Add extack messages for some enslave failuresDavid Ahern1-0/+7