index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
PCI
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
fou6: Prevent unbounded recursion in GUE error handler
Stefano Brivio
1
-0
/
+8
2019-01-04
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
1
-1
/
+2
2019-01-04
openvswitch: Fix IPv6 later frags parsing
Yi-Hung Wei
1
-3
/
+5
2019-01-04
net: macb: remove unnecessary code
Claudiu Beznea
1
-6
/
+2
2019-01-04
net: dsa: microchip: Drop unused GPIO includes
Linus Walleij
1
-2
/
+0
2019-01-04
qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier
Denis Bolotin
1
-0
/
+4
2019-01-04
qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page count
Denis Bolotin
1
-0
/
+31
2019-01-04
net, skbuff: do not prefer skb allocation fails early
David Rientjes
1
-6
/
+1
2019-01-04
soc/fsl/qe: fix err handling of ucc_of_parse_tdm
Wen Yang
2
-56
/
+61
2019-01-04
r8169: Add support for new Realtek Ethernet
Kai-Heng Feng
1
-0
/
+2
2019-01-04
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2
-2
/
+2
2019-01-04
octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'
Christophe JAILLET
1
-1
/
+3
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
221
-679
/
+610
2019-01-03
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
1
-0
/
+3
2019-01-03
ipv6: Fix dump of specific table with strict checking
David Ahern
1
-1
/
+5
2019-01-03
locks: fix error in locks_move_blocks()
NeilBrown
1
-1
/
+1
2019-01-03
bpf: add various test cases to selftests
Daniel Borkmann
1
-3
/
+1105
2019-01-03
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2
-6
/
+189
2019-01-03
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
1
-1
/
+5
2019-01-03
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
1
-1
/
+8
2019-01-03
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
1
-22
/
+41
2019-01-03
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
1
-0
/
+11
2019-01-03
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2
-6
/
+21
2019-01-03
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2
-18
/
+19
2019-01-03
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2
-38
/
+40
2019-01-02
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
3
-9
/
+4
2019-01-02
isdn: fix kernel-infoleak in capi_unlocked_ioctl
Eric Dumazet
1
-2
/
+2
2019-01-02
ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
Stefano Brivio
1
-1
/
+3
2019-01-02
net/hamradio/6pack: use mod_timer() to rearm timers
Eric Dumazet
1
-12
/
+4
2019-01-02
net-next/hinic:add shutdown callback
Xue Chaojing
1
-0
/
+6
2019-01-02
sunrpc: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-16
/
+3
2019-01-02
sunrpc: Add xprt after nfs4_test_session_trunk()
Santosh kumar pradhan
5
-9
/
+15
2019-01-02
sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS
J. Bruce Fields
1
-2
/
+2
2019-01-02
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
1
-0
/
+8
2019-01-02
NFS: remove unnecessary test for IS_ERR(cred)
NeilBrown
1
-5
/
+0
2019-01-02
xprtrdma: Prevent leak of rpcrdma_rep objects
Chuck Lever
2
-0
/
+32
2019-01-02
NFSv4.2 fix async copy reboot recovery
Olga Kornievskaia
1
-1
/
+1
2019-01-02
xprtrdma: Don't leak freed MRs
Chuck Lever
1
-12
/
+15
2019-01-02
xprtrdma: Add documenting comment for rpcrdma_buffer_destroy
Chuck Lever
1
-0
/
+8
2019-01-02
xprtrdma: Replace outdated comment for rpcrdma_ep_post
Chuck Lever
1
-3
/
+7
2019-01-02
xprtrdma: Update comments in frwr_op_send
Chuck Lever
1
-2
/
+2
2019-01-02
SUNRPC: Fix some kernel doc complaints
Chuck Lever
4
-4
/
+6
2019-01-02
SUNRPC: Simplify defining common RPC trace events
Chuck Lever
1
-103
/
+69
2019-01-02
NFS: Fix NFSv4 symbolic trace point output
Chuck Lever
1
-143
/
+313
2019-01-02
xprtrdma: Trace mapping, alloc, and dereg failures
Chuck Lever
4
-10
/
+144
2019-01-02
xprtrdma: Add trace points for calls to transport switch methods
Chuck Lever
2
-11
/
+17
2019-01-02
xprtrdma: Relocate the xprtrdma_mr_map trace points
Chuck Lever
1
-1
/
+1
2019-01-02
xprtrdma: Clean up of xprtrdma chunk trace points
Chuck Lever
2
-19
/
+29
2019-01-02
xprtrdma: Remove unused fields from rpcrdma_ia
Chuck Lever
1
-2
/
+0
2019-01-02
xprtrdma: Cull dprintk() call sites
Chuck Lever
4
-68
/
+19
[prev]
[next]