aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-09net: hns3: implement the IMP reset processing for PFGravatar Huazhong Tan 3-9/+37
2018-11-09net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setGravatar Huazhong Tan 1-6/+16
2018-11-09net: hns3: add error handler for hclgevf_reset()Gravatar Huazhong Tan 1-14/+37
2018-11-09net: hns3: stop handling command queue while resetting VFGravatar Huazhong Tan 4-1/+35
2018-11-09net: hns3: add reset handling for VF when doing Core/Global/IMP resetGravatar Huazhong Tan 2-12/+46
2018-11-09net: hns3: add reset handling for VF when doing PF resetGravatar Huazhong Tan 9-20/+146
2018-11-09net: hns3: adjust VF's reset processGravatar Huazhong Tan 7-48/+63
2018-11-09net: hns3: add reset_hdev to reinit the hdev in VF's reset processGravatar Huazhong Tan 2-54/+31
2018-11-09Merge branch 'aquantia-fixes'Gravatar David S. Miller 11-45/+145
2018-11-09net: aquantia: allow rx checksum offload configurationGravatar Dmitry Bogdanov 5-6/+18
2018-11-09net: aquantia: invalid checksumm offload implementationGravatar Dmitry Bogdanov 2-30/+41
2018-11-09net: aquantia: fixed enable unicast on 32 macvlanGravatar Igor Russkikh 1-1/+1
2018-11-09net: aquantia: fix potential IOMMU fault after driver unbindGravatar Dmitry Bogdanov 4-0/+35
2018-11-09net: aquantia: synchronized flow control between mac/phyGravatar Igor Russkikh 5-8/+50
2018-11-09cxgb4vf: free mac_hlist properlyGravatar Arjun Vynipadath 1-0/+6
2018-11-09cxgb4vf: fix memleak in mac_hlist initializationGravatar Arjun Vynipadath 1-2/+4
2018-11-09cxgb4: free mac_hlist properlyGravatar Arjun Vynipadath 1-0/+8
2018-11-09net: tcp: remove BUG_ON from tcp_v4_errGravatar Li RongQing 1-1/+0
2018-11-09xen/netfront: remove unnecessary wmbGravatar Jacob Wen 1-2/+0
2018-11-09Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-3/+10
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-51/+43
2018-11-09Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-19/+15
2018-11-09Merge tag 'mips_fixes_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2018-11-09clk: qcom: gcc: Fix board clock node nameGravatar Vinod Koul 1-1/+1
2018-11-09x86/cpu/vmware: Do not trace vmware_sched_clock()Gravatar Steven Rostedt (VMware) 1-1/+1
2018-11-09usb: typec: ucsi: add support for Cypress CCGxGravatar Ajay Gupta 3-0/+319
2018-11-09serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutGravatar Yoshihiro Shimoda 1-2/+2
2018-11-09i2c: nvidia-gpu: make pm_ops staticGravatar Wolfram Sang 1-1/+1
2018-11-09i2c: add i2c bus driver for NVIDIA GPUGravatar Ajay Gupta 5-0/+403
2018-11-09ext4: missing !bh check in ext4_xattr_inode_write()Gravatar Vasily Averin 1-0/+6
2018-11-09i2c: qcom-geni: Fix runtime PM mismatch with child devicesGravatar Stephen Boyd 1-7/+8
2018-11-09MAINTAINERS: Add entry for i2c-omap driverGravatar Vignesh R 1-0/+8
2018-11-09i2c: omap: Enable for ARCH_K3Gravatar Vignesh R 1-1/+1
2018-11-09dt-bindings: i2c: omap: Add new compatible for AM654 SoCsGravatar Vignesh R 1-2/+6
2018-11-09xen: remove size limit of privcmd-buf mapping interfaceGravatar Juergen Gross 1-18/+4
2018-11-09xen: fix xen_qlock_wait()Gravatar Juergen Gross 1-6/+8
2018-11-09block: make sure writesame bio is aligned with logical block sizeGravatar Ming Lei 1-1/+1
2018-11-09block: cleanup __blkdev_issue_discard()Gravatar Ming Lei 1-17/+6
2018-11-09block: make sure discard bio is aligned with logical block sizeGravatar Ming Lei 3-3/+13
2018-11-09Revert "nvmet-rdma: use a private workqueue for delete"Gravatar Christoph Hellwig 1-15/+4
2018-11-09nvme: make sure ns head inherits underlying device limitsGravatar Sagi Grimberg 2-1/+4
2018-11-09nvmet: don't try to add ns to p2p map unless it actually uses itGravatar Sagi Grimberg 1-1/+1
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 31-93/+175
2018-11-09x86/xen: fix pv bootGravatar Juergen Gross 2-6/+32
2018-11-08Merge branch 'nfp-abm-move-code-and-improve-parameter-validation'Gravatar David S. Miller 10-279/+335
2018-11-08nfp: abm: refuse RED offload with harddrop setGravatar Jakub Kicinski 1-0/+5
2018-11-08net: sched: red: inform offloads about harddrop settingGravatar Jakub Kicinski 2-0/+2
2018-11-08nfp: abm: don't set negative thresholdGravatar Jakub Kicinski 2-2/+11
2018-11-08nfp: abm: provide more precise info about offload parameter validationGravatar Jakub Kicinski 1-3/+21
2018-11-08nfp: parse vNIC TLV capabilities at alloc timeGravatar Jakub Kicinski 1-5/+13