index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
kref.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-04
KEYS: Consistent ordering for __key_link_begin and restrict check
Mat Martineau
1
-11
/
+13
2017-04-04
KEYS: Add an optional lookup_restriction hook to key_type
Mat Martineau
2
-0
/
+17
2017-04-04
KEYS: Use structure to capture key restriction function and data
Mat Martineau
9
-30
/
+144
2017-04-03
KEYS: Add a key restriction struct
Mat Martineau
1
-0
/
+6
2017-04-03
KEYS: Split role of the keyring pointer for keyring restrict functions
Mat Martineau
8
-25
/
+39
2017-04-03
KEYS: Use a typedef for restrict_link function pointers
Mat Martineau
4
-22
/
+11
2017-04-03
PKCS#7: Handle blacklisted certificates
David Howells
2
-8
/
+25
2017-04-03
X.509: Allow X.509 certs to be blacklisted
David Howells
2
-0
/
+16
2017-04-03
KEYS: Add a system blacklist keyring
David Howells
7
-0
/
+224
2017-04-03
security, keys: convert key_user.usage from atomic_t to refcount_t
Elena Reshetova
4
-6
/
+7
2017-04-03
security, keys: convert key.usage from atomic_t to refcount_t
Elena Reshetova
6
-12
/
+13
2017-03-30
TOMOYO: Use designated initializers
Kees Cook
2
-16
/
+16
2017-03-28
LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...
Tetsuo Handa
6
-2
/
+37
2017-03-26
Linux 4.11-rc4
v4.11-rc4
Linus Torvalds
1
-1
/
+1
2017-03-25
ext4: fix two spelling nits
Theodore Ts'o
2
-2
/
+2
2017-03-25
ext4: lock the xattr block before checksuming it
Theodore Ts'o
1
-34
/
+31
2017-03-25
IB/qib: fix false-postive maybe-uninitialized warning
Arnd Bergmann
1
-1
/
+1
2017-03-25
RDMA/iser: Fix possible mr leak on device removal event
Sagi Grimberg
2
-3
/
+7
2017-03-25
IB/device: Convert ib-comp-wq to be CPU-bound
Sagi Grimberg
1
-2
/
+1
2017-03-25
IB/cq: Don't process more than the given budget
Sagi Grimberg
1
-1
/
+7
2017-03-25
IB/rxe: increment msn only when completing a request
David Marchand
1
-5
/
+4
2017-03-25
uapi: fix rdma/mlx5-abi.h userspace compilation errors
Dmitry V. Levin
1
-1
/
+2
2017-03-25
IB/core: Restore I/O MMU, s390 and powerpc support
Bart Van Assche
2
-19
/
+37
2017-03-25
IB/rxe: Update documentation link
Leon Romanovsky
1
-1
/
+1
2017-03-25
RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()
Dan Carpenter
1
-1
/
+1
2017-03-25
IB/rxe: double free on error
Dan Carpenter
1
-1
/
+1
2017-03-25
RDMA/vmw_pvrdma: Activate device on ethernet link up
Aditya Sarwade
2
-3
/
+12
2017-03-25
RDMA/vmw_pvrdma: Dont hardcode QP header page
Adit Ranadive
2
-4
/
+6
2017-03-25
RDMA/vmw_pvrdma: Cleanup unused variables
Adit Ranadive
3
-22
/
+17
2017-03-24
infiniband: Fix alignment of mmap cookies to support VIPT caching
Jason Gunthorpe
2
-4
/
+4
2017-03-24
IB/core: Protect against self-requeue of a cq work item
Sagi Grimberg
1
-1
/
+1
2017-03-24
i40iw: Receive netdev events post INET_NOTIFIER state
Shiraz Saleem
1
-0
/
+8
2017-03-24
LSM: Initialize security_hook_heads upon registration.
Tetsuo Handa
1
-354
/
+7
2017-03-23
hwmon: (asus_atk0110) fix uninitialized data access
Arnd Bergmann
1
-0
/
+3
2017-03-23
xen/acpi: upload PM state from init-domain to Xen
Ankur Arora
1
-8
/
+26
2017-03-23
drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again
Michel Dänzer
1
-3
/
+3
2017-03-23
xen/acpi: Replace hard coded "ACPI0007"
Ankur Arora
1
-1
/
+1
2017-03-23
libceph: force GFP_NOIO for socket allocations
Ilya Dryomov
1
-0
/
+6
2017-03-23
ALSA: hda - Adding a group of pin definition to fix headset problem
Hui Wang
1
-0
/
+2
2017-03-23
mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power
Adrian Hunter
1
-0
/
+4
2017-03-23
mmc: sdhci: Do not disable interrupts while waiting for clock
Adrian Hunter
1
-1
/
+3
2017-03-23
net:ethernet:aquantia: Fix for RX checksum offload.
Pavel Belous
2
-0
/
+2
2017-03-23
amd-xgbe: Fix the ECC-related bit position definitions
Lendacky, Thomas
1
-12
/
+12
2017-03-23
sfc: cleanup a condition in efx_udp_tunnel_del()
Dan Carpenter
1
-1
/
+1
2017-03-23
Bluetooth: btqcomsmd: fix compile-test dependency
Arnd Bergmann
1
-1
/
+2
2017-03-22
inet: frag: release spinlock before calling icmp_send()
Eric Dumazet
1
-8
/
+17
2017-03-22
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2
-1
/
+2
2017-03-22
genetlink: fix counting regression on ctrl_dumpfamily()
Stanislaw Gruszka
1
-1
/
+3
2017-03-22
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
1
-0
/
+6
2017-03-22
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
1
-1
/
+2
[next]