summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-06-04team: use netdev_features_t instead of u32Dan Carpenter
2018-06-04net_failover: Use netdev_features_t instead of u32Dan Carpenter
2018-06-04qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-06-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-06-04qed: Add srq core support for RoCE and iWARPYuval Bason
2018-06-04net: ethernet: bnx2: Replace NULL comparisonVarsha Rao
2018-06-04net: ethernet: bnx2: Remove extra parenthesesVarsha Rao
2018-06-04net: gemini: fix spelling mistake: "it" -> "is"YueHaibing
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing
2018-06-04Allow ethtool to change tun link settingsChas Williams
2018-06-04sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov
2018-06-04sh_eth: uninline sh_eth_soft_swap()Sergei Shtylyov
2018-06-04sh_eth: make sh_eth_soft_swap() work on ARMSergei Shtylyov
2018-06-04mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGEDPetr Machata
2018-06-04mlxsw: spectrum_switchdev: Postpone respin on object deletionPetr Machata
2018-06-04net: mvpp2: mvpp2_percpu_read_relaxed() can be statickbuild test robot
2018-06-04net: aquantia: make function aq_fw2x_get_mac_permanent staticColin Ian King
2018-06-04net: ethernet: mlx4: Remove unnecessary parenthesesVarsha Rao
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu
2018-06-04qed: Fix use of incorrect shmem address.Sudarsana Reddy Kalluru
2018-06-04qed: Fix shared memory inconsistency between driver and the MFW.Sudarsana Reddy Kalluru
2018-06-04net: virtio: simplify the virtnet_find_vqsTonghao Zhang
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller
2018-06-03net: axienet: remove stale comment of axienet_openYueHaibing
2018-06-03net: netcp: ethss: remove unnecessary pointer set to NULLYueHaibing
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticWei Yongjun
2018-06-03hv_netvsc: fix error return code in netvsc_probe()Wei Yongjun
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-03net: phy: consider PHY_IGNORE_INTERRUPT in state machine PHY_NOLINK handlingHeiner Kallweit
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson
2018-06-01net/mlx5e: TX, Separate cachelines of xmit and completion statsTariq Toukan
2018-06-01net/mlx5e: RX, Always prefer Linear SKB configurationTariq Toukan
2018-06-01net/mlx5e: RX, Enhance legacy Receive Queue memory schemeTariq Toukan
2018-06-01net/mlx5e: RX, Use cyclic WQ in legacy RQTariq Toukan
2018-06-01net/mlx5e: RX, Split WQ objects for different RQ typesTariq Toukan
2018-06-01net/mlx5e: RX, Remove HW LRO support in legacy RQTariq Toukan
2018-06-01net/mlx5e: RX, Dedicate a function for copying SKB headerTariq Toukan
2018-06-01net/mlx5e: RX, Generalise function of SKB frag additionTariq Toukan
2018-06-01net/mlx5e: RX, Generalise name of non-linear SKB head sizeTariq Toukan
2018-06-01net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan