index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-17
xfs: sanity check inode mode when creating new dentry
Amir Goldstein
1
-9
/
+39
2017-01-17
xfs: replace xfs_mode_to_ftype table with switch statement
Amir Goldstein
3
-18
/
+25
2017-01-17
xfs: add missing include dependencies to xfs_dir2.h
Amir Goldstein
1
-0
/
+3
2017-01-17
xfs: sanity check directory inode di_size
Amir Goldstein
2
-3
/
+7
2017-01-17
xfs: make the ASSERT() condition likely
Amir Goldstein
1
-3
/
+3
2017-01-17
scsi: mpt3sas: fix hang on ata passthrough commands
James Bottomley
2
-14
/
+38
2017-01-17
qla2xxx: Disable out-of-order processing by default in firmware
Quinn Tran
1
-6
/
+0
2017-01-17
qla2xxx: Fix erroneous invalid handle message
Quinn Tran
2
-1
/
+5
2017-01-17
qla2xxx: Reduce exess wait during chip reset
Quinn Tran
1
-2
/
+2
2017-01-17
qla2xxx: Terminate exchange if corrupted
Quinn Tran
3
-5
/
+43
2017-01-17
qla2xxx: Fix crash due to null pointer access
Quinn Tran
1
-4
/
+12
2017-01-17
qla2xxx: Collect additional information to debug fw dump
Quinn Tran
1
-7
/
+20
2017-01-17
qla2xxx: Reset reserved field in firmware options to 0
Himanshu Madhani
1
-1
/
+14
2017-01-17
qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx version
Himanshu Madhani
2
-3
/
+2
2017-01-17
qla2xxx: Include ATIO queue in firmware dump when in target mode
Himanshu Madhani
1
-0
/
+24
2017-01-17
qla2xxx: Fix wrong IOCB type assumption
Quinn Tran
1
-7
/
+1
2017-01-17
qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-u...
Bart Van Assche
3
-4
/
+4
2017-01-17
qla2xxx: Move two arrays from header files to .c files
Bart Van Assche
4
-19
/
+23
2017-01-17
qla2xxx: Declare an array with file scope static
Bart Van Assche
1
-1
/
+1
2017-01-17
qla2xxx: Fix indentation
Bart Van Assche
1
-3
/
+3
2017-01-17
scsi: lpfc: Set elsiocb contexts to NULL after freeing it
Johannes Thumshirn
1
-0
/
+2
2017-01-17
scsi: sd: Ignore zoned field for host-managed devices
Damien Le Moal
1
-6
/
+14
2017-01-17
scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type
Damien Le Moal
1
-1
/
+2
2017-01-17
scsi: bfa: fix wrongly initialized variable in bfad_im_bsg_els_ct_request()
Johannes Thumshirn
1
-1
/
+1
2017-01-17
scsi: ses: Fix SAS device detection in enclosure
Ewan D. Milne
1
-1
/
+1
2017-01-17
taint/module: Fix problems when out-of-kernel driver defines true or false
Larry Finger
3
-4
/
+4
2017-01-17
ibmvscsis: Fix sleeping in interrupt context
Bryant G. Ly
1
-2
/
+2
2017-01-17
ibmvscsis: Fix max transfer length
Bryant G. Ly
1
-1
/
+2
2017-01-17
PCI/MSI: pci-xgene-msi: Fix CPU hotplug registration handling
Marc Zyngier
1
-1
/
+1
2017-01-17
KVM: x86: fix fixing of hypercalls
Dmitry Vyukov
1
-1
/
+2
2017-01-17
ubifs: Fix journal replay wrt. xattr nodes
Richard Weinberger
1
-2
/
+23
2017-01-17
ubifs: remove redundant checks for encryption key
Eric Biggers
1
-55
/
+3
2017-01-17
ubifs: allow encryption ioctls in compat mode
Eric Biggers
1
-0
/
+3
2017-01-17
ubifs: add CONFIG_BLOCK dependency for encryption
Arnd Bergmann
1
-1
/
+1
2017-01-17
ubifs: fix unencrypted journal write
Peter Rosin
1
-0
/
+1
2017-01-17
ubifs: ensure zero err is returned on successful return
Colin Ian King
1
-0
/
+1
2017-01-17
arm64: Fix swiotlb fallback allocation
Alexander Graf
1
-0
/
+2
2017-01-17
perf/x86/intel: Handle exclusive threadid correctly on CPU hotplug
Zhou Chengming
1
-2
/
+5
2017-01-17
clocksource/exynos_mct: Clear interrupt when cpu is shut down
Joonyoung Shim
1
-0
/
+1
2017-01-17
thermal: rockchip: fixes the conversion table
Caesar Wang
1
-1
/
+1
2017-01-17
powerpc/icp-opal: Fix missing KVM case and harden replay
Benjamin Herrenschmidt
1
-7
/
+24
2017-01-17
net sched actions: fix refcnt when GETing of action after bind
Jamal Hadi Salim
1
-3
/
+2
2017-01-17
powerpc/mm: Fix memory hotplug BUG() on radix
Reza Arbab
3
-2
/
+24
2017-01-16
scsi: libfc: Fix variable name in fc_set_wwpn
Fam Zheng
1
-3
/
+3
2017-01-16
net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV
Jack Morgenstein
1
-9
/
+14
2017-01-16
net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...
Jack Morgenstein
1
-2
/
+3
2017-01-16
net/mlx4_core: Fix racy CQ (Completion Queue) free
Jack Morgenstein
1
-18
/
+20
2017-01-16
net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registered
Heiner Kallweit
1
-9
/
+10
2017-01-16
net/mlx5e: Fix a -Wmaybe-uninitialized warning
Arnd Bergmann
1
-4
/
+7
2017-01-16
ax25: Fix segfault after sock connection timeout
Basil Gunn
1
-1
/
+1
[prev]
[next]