summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-243-9/+12
| |\ \ \ \
| | * | | | cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel2017-05-231-4/+4
| | * | | | mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-172-5/+8
| * | | | | net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
| * | | | | net: fec: add post PHY reset delay DT propertyQuentin Schulz2017-05-242-1/+19
| * | | | | Merge branch 'sctp-dupcookie-fixes'David S. Miller2017-05-243-10/+10
| |\ \ \ \ \
| | * | | | | sctp: set new_asoc temp when processing dupcookieXin Long2017-05-242-9/+7
| | * | | | | sctp: fix stream update when processing dupcookieXin Long2017-05-241-1/+3
| |/ / / / /
| * | | | | mlx5: fix bug reading rss_hash_type from CQEJesper Dangaard Brouer2017-05-231-2/+8
| * | | | | cdc-ether: divorce initialisation with a filter reset and a generic methodOliver Neukum2017-05-232-7/+25
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-05-236-60/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | xfrm: fix state migration copy replay sequence numbersAntony Antony2017-05-191-0/+2
| | * | | | xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari2017-05-081-1/+1
| | * | | | af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-05-081-1/+1
| | * | | | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-042-57/+0
| | * | | | esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-05-041-1/+4
* | | | | | Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-266-74/+66
|\ \ \ \ \ \
| * | | | | | xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara2017-05-251-30/+8
| * | | | | | xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-05-251-1/+1
| * | | | | | xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-05-251-20/+9
| * | | | | | xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-05-251-1/+1
| * | | | | | xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
| * | | | | | xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-05-191-12/+31
| * | | | | | xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong2017-05-161-1/+4
| * | | | | | xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-05-161-1/+1
| * | | | | | xfs: fix warnings about unused stack variablesDarrick J. Wong2017-05-161-2/+0
| * | | | | | xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-05-161-2/+6
| * | | | | | xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-05-161-3/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-2612-210/+247
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linusJens Axboe2017-05-268-143/+130
| |\ \ \ \ \ \
| | * | | | | | nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
| | * | | | | | nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-263-19/+33
| | * | | | | | nvme: replace is_flags field in nvme_ctrl_ops with a flags fieldChristoph Hellwig2017-05-265-5/+6
| | * | | | | | nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
| | * | | | | | nvme_fc: remove extra controller reference taken on reconnectJames Smart2017-05-221-3/+2
| | * | | | | | nvme_fc: correct nvme status set on abortJames Smart2017-05-221-2/+2
| | * | | | | | nvme_fc: set logging level on resets/deletesJames Smart2017-05-221-10/+4
| | * | | | | | nvme_fc: revise comment on teardownJames Smart2017-05-221-4/+4
| | * | | | | | nvme_fc: Support ctrl_loss_tmoJames Smart2017-05-221-67/+49
| | * | | | | | nvme_fc: get rid of local reconnect_delayJames Smart2017-05-221-6/+4
| | * | | | | | blk-mq: remove blk_mq_abort_requeue_list()Ming Lei2017-05-222-20/+0
| | * | | | | | nvme: avoid to use blk_mq_abort_requeue_list()Ming Lei2017-05-221-2/+3
| | * | | | | | nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()Ming Lei2017-05-221-1/+7
| | * | | | | | nvme-rdma: support devices with queue size < 32Marta Rybczynska2017-05-221-4/+14
| * | | | | | | blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-261-3/+3
| * | | | | | | partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-05-231-0/+2
| * | | | | | | block: fix an error code in add_partition()Dan Carpenter2017-05-231-1/+3
| * | | | | | | blk-throttle: force user to configure all settings for io.lowShaohua Li2017-05-221-43/+37
| * | | | | | | blk-throttle: respect 0 bps/iops settings for io.lowShaohua Li2017-05-221-12/+29
| * | | | | | | blk-throttle: output some debug info in traceShaohua Li2017-05-221-1/+14