aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-09qede: Ingress tc flower offload (drop action) support.Manish Chopra4-11/+362
2018-08-09qede: Add destination ip based flow profile.Manish Chopra1-48/+66
2018-08-09qed/qede: Multi CoS support.Manish Chopra7-49/+200
2018-08-09Merge branch 's390-qeth-next'David S. Miller6-144/+98
2018-08-09s390/qeth: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-09s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann3-14/+19
2018-08-09s390/qeth: clean up card initializationJulian Wiedmann1-34/+10
2018-08-09s390/qeth: do basic setup for data channelJulian Wiedmann1-9/+15
2018-08-09s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann4-43/+16
2018-08-09s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2-28/+31
2018-08-09s390/qeth: extract helper for MPC protocol typeJulian Wiedmann3-24/+15
2018-08-09null_blk: add lock drop/acquire annotationJens Axboe1-1/+3
2018-08-09PCI: Delay after FLR of Intel DC P3700 NVMeAlex Williamson1-0/+22
2018-08-09PCI: Disable Samsung SM961/PM961 NVMe before FLRAlex Williamson1-0/+83
2018-08-09PCI: Export pcie_has_flr()Alex Williamson2-1/+3
2018-08-09rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang1-2/+1
2018-08-09nfsd: use true and false for boolean valuesGustavo A. R. Silva1-3/+3
2018-08-09nfsd: constify write_op[]Eric Biggers1-1/+1
2018-08-09fs/nfsd: Delete invalid assignment statements in nfsd4_decode_exchange_idnixiaoming1-3/+1
2018-08-09NFSD: Handle full-length symlinksChuck Lever4-43/+31
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever5-28/+13
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever1-19/+13
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2-4/+9
2018-08-09nfsd: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing3-6/+0
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein6-15/+15
2018-08-09hwmon: k10temp: Support Threadripper 2920X, 2970WX; simplify offset tableGuenter Roeck1-8/+2
2018-08-09Merge branch 'bpf-fix-cpu-and-devmap-teardown'Daniel Borkmann4-14/+21
2018-08-09xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer1-5/+9
2018-08-09samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2-3/+3
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer1-6/+9
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-353/+372
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo1-6/+1
2018-08-09x86/relocs: Add __end_rodata_aligned to S_RELJoerg Roedel1-0/+1
2018-08-09Merge branch 'Add-support-for-XGMAC2-in-stmmac'David S. Miller16-36/+1529
2018-08-09dt-bindings: net: stmmac: Add the bindings documentation for XGMAC2.Jose Abreu1-2/+3
2018-08-09net: stmmac: Add the bindings parsing for XGMAC2Jose Abreu2-0/+8
2018-08-09net: stmmac: Integrate XGMAC into main driver flowJose Abreu1-19/+48
2018-08-09net: stmmac: Add PTP support for XGMAC2Jose Abreu3-4/+7
2018-08-09net: stmmac: Add MDIO related functions for XGMAC2Jose Abreu1-4/+129
2018-08-09net: stmmac: Add descriptor related callbacks for XGMAC2Jose Abreu5-2/+314
2018-08-09net: stmmac: Add DMA related callbacks for XGMAC2Jose Abreu5-2/+471
2018-08-09net: stmmac: Add MAC related callbacks for XGMAC2Jose Abreu6-3/+519
2018-08-09net: stmmac: Add XGMAC 2.10 HWIF entryJose Abreu3-8/+38
2018-08-09Merge branch 'More-complete-PHYLINK-support-for-mv88e6xxx'David S. Miller8-109/+767
2018-08-09net: dsa: mv88e6xxx: Re-setup interrupts on CMODE change.Andrew Lunn3-2/+27
2018-08-09net: dsa: mv88e6xxx: Add SERDES phydev_mac_change up for 6390Andrew Lunn4-0/+222
2018-08-09net: dsa: mv88e6xxx: link mv88e6xxx_port to mv88e6xxx_chipAndrew Lunn2-0/+5
2018-08-09net: dsa: mv88e6xxx: Power on/off SERDES on cmode changeAndrew Lunn1-0/+9
2018-08-09net: dsa: mv88e6xxx: Cache the port cmodeAndrew Lunn5-47/+57