summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-26net: qlge: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2-1/+18
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya6-11/+17
2018-03-26bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya2-2/+4
2018-03-26qlcnic: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-1/+1
2018-03-26net: qla3xxx: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya1-2/+3
2018-03-26Merge branch 'sh_eth-unify-the-SoC-feature-checks'David S. Miller2-83/+116
2018-03-26sh_eth: add sh_eth_cpu_data::cexcr flagSergei Shtylyov2-6/+6
2018-03-26sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov2-6/+3
2018-03-26sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov2-4/+8
2018-03-26sh_eth: add sh_eth_cpu_data::edtrr_trns valueSergei Shtylyov2-12/+16
2018-03-26sh_eth: add sh_eth_cpu_data::soft_reset() methodSergei Shtylyov2-55/+83
2018-03-26ptp: Fix documentation to match code.Richard Cochran1-4/+1
2018-03-26Merge branch 'hns3-fixes-next'David S. Miller4-10/+29
2018-03-26net: hns3: never send command queue message to IMP when resetPeng Li2-5/+24
2018-03-26net: hns3: fix for not initializing VF rss_hash_key problemFuyun Liang1-2/+2
2018-03-26net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfoFuyun Liang1-1/+1
2018-03-26net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_sizeFuyun Liang1-1/+1
2018-03-26net: hns3: fix for returning wrong value problem in hns3_get_rss_key_sizeFuyun Liang1-1/+1
2018-03-26net: qualcomm: rmnet: check for null ep to avoid null pointer dereferenceColin Ian King1-0/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches40-195/+194
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches27-127/+124
2018-03-26net: Use octal not symbolic permissionsJoe Perches63-161/+161
2018-03-26Merge branch 'Drop-NETDEV_UNREGISTER_FINAL'David S. Miller5-66/+63
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai4-12/+4
2018-03-26infiniband: Replace usnic_ib_netdev_event_to_string() with netdev_cmd_to_name()Kirill Tkhai1-10/+5
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai3-47/+57
2018-03-26fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependencyMadalin Bucur2-2/+0
2018-03-26Merge branch 'ethernet-ave-add-UniPhier-PXs3-support'David S. Miller2-0/+9
2018-03-26net: ethernet: ave: add UniPhier PXs3 supportKunihiko Hayashi1-0/+8
2018-03-26dt-bindings: net: ave: add PXs3 supportKunihiko Hayashi1-0/+1
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.or...David S. Miller98-727/+2065
2018-03-25tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot1-7/+7
2018-03-25ibmvnic: Potential NULL dereference in clean_one_tx_pool()Dan Carpenter1-1/+1
2018-03-25cxgb4: support new ISSI flash partsGanesh Goudar1-0/+19
2018-03-25cxgb4: depend on firmware event for link statusGanesh Goudar1-2/+0
2018-03-25cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath1-2/+6
2018-03-25cxgb4: Setup FW queues before registering netdevArjun Vynipadath1-3/+8
2018-03-25Merge branch 'broadcom-Adaptive-interrupt-coalescing'David S. Miller4-33/+243
2018-03-25net: bcmgenet: Add support for adaptive RX coalescingFlorian Fainelli2-18/+103
2018-03-25net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli2-15/+140
2018-03-25Merge branch 'mv88e6xxx-module-reloading'David S. Miller1-1/+3
2018-03-25net: dsa: mv88e6xxx: Call the common IRQ free codeAndrew Lunn1-0/+2
2018-03-25net: dsa: mv88e6xxx: Use the DT IRQ trigger modeAndrew Lunn1-1/+1
2018-03-25tc-testing: updated police, mirred, skbedit and skbmod with more testsRoman Mashak4-0/+528
2018-03-25Merge branch 'hv_netvsc-Fix-improve-RX-path-error-handling'David S. Miller4-7/+25
2018-03-25hv_netvsc: Add range checking for rx packet offset and lengthHaiyang Zhang2-2/+16
2018-03-25hv_netvsc: Fix the return status in RX pathHaiyang Zhang3-5/+9
2018-03-25Merge branch 'net-permit-skb_segment-on-head_frag-frag_list-skb'David S. Miller2-7/+113
2018-03-25net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song1-2/+91
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song1-5/+22