aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-27nfp: reorder SR-IOV config and nfp_app SR-IOV callbacksJakub Kicinski2-23/+27
2017-06-27nfp: handle SR-IOV already enabled when driver is probingJakub Kicinski1-0/+8
2017-06-27nfp: wire get_phys_port_name on representorsJakub Kicinski2-7/+24
2017-06-27nfp: allow converting representor's netdev into nfp_portJakub Kicinski3-6/+21
2017-06-27nfp: move representors' struct net_device_ops to shared codeJakub Kicinski6-39/+68
2017-06-27nfp: make the representor get stats app-independentJakub Kicinski3-26/+22
2017-06-27nfp: spawn nfp_ports for PF and VF portsJakub Kicinski2-4/+35
2017-06-27nfp: add nfp_app cleanup callback and make flower use itJakub Kicinski3-14/+26
2017-06-27nfp: remove unused nfp_cpp_area_check_range()Jakub Kicinski2-23/+0
2017-06-27nfp: add helper for mapping runtime symbolsJakub Kicinski3-28/+39
2017-06-27nfp: move area mapping helper into nfpcoreJakub Kicinski4-54/+84
2017-06-27nfp: explicitly check if application FW is loadedJakub Kicinski1-4/+7
2017-06-27i2c: pca-platform: add devicetree awarenessChris Packham1-0/+25
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis1-0/+16
2017-06-27Merge branch 'udp-ipv6-use-scratch-helpers'David S. Miller3-65/+70
2017-06-27ipv6: udp: leverage scratch area helpersPaolo Abeni1-5/+9
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni2-60/+61
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur1-0/+1
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson1-0/+5
2017-06-27i2c: pca-platform: switch to struct gpio_descChris Packham1-24/+19
2017-06-27dt-bindings: add bindings for i2c-pca-platformChris Packham1-0/+29
2017-06-27mtd: spi-nor: cqspi: remove duplicate constArnd Bergmann1-1/+1
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara1-13/+13
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-06-27vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer1-1/+1
2017-06-27net: remove policy-routing.txt documentationVincent Bernat1-150/+0
2017-06-27block, bfq: update wr_busy_queues if needed on a queue splitPaolo Valente1-3/+18
2017-06-27mmc/block: remove a call to blk_queue_bounce_limitChristoph Hellwig1-1/+0
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig13-5/+13
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2-5/+10
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig3-11/+0
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig9-11/+10
2017-06-27block: remove the queue_bounce_pfn helperChristoph Hellwig2-8/+3
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig3-13/+14
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig3-10/+4
2017-06-27pktcdvd: remove the call to blk_queue_bounceChristoph Hellwig1-2/+0
2017-06-27nvme: add support for streams and directivesJens Axboe3-4/+199
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe1-0/+1
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27ext4: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-27fs: add support for buffered writeback to pass down write hintsJens Axboe2-5/+9
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe4-0/+6
2017-06-27blk-mq: expose write hints through debugfsJens Axboe2-0/+27
2017-06-27block: add support for write hints in a bioJens Axboe5-0/+20
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe5-12/+120
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou5-2/+234
2017-06-27kmod: reduce atomic operations on kmod_concurrent and simplifyLuis R. Rodriguez1-22/+18
2017-06-27module: use list_for_each_entry_rcu() on find_module_all()Luis R. Rodriguez1-1/+1
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen1-11/+22