index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
stacktrace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
rapidio/rionet: do not free skb before reading its length
Pan Bian
1
-1
/
+1
2018-11-28
lan743x: Enable driver to work with LAN7431
Bryan Whitehead
2
-0
/
+2
2018-11-28
tipc: fix lockdep warning during node delete
Jon Maloy
1
-2
/
+5
2018-11-28
lan743x: fix return value for lan743x_tx_napi_poll
Bryan Whitehead
1
-5
/
+5
2018-11-28
net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"
Colin Ian King
1
-1
/
+1
2018-11-28
qed: fix spelling mistake "attnetion" -> "attention"
Colin Ian King
1
-1
/
+1
2018-11-28
net: thunderx: fix NULL pointer dereference in nic_remove
Lorenzo Bianconi
1
-0
/
+3
2018-11-28
sctp: increase sk_wmem_alloc when head->truesize is increased
Xin Long
1
-0
/
+1
2018-11-28
firestream: fix spelling mistake: "Inititing" -> "Initializing"
Colin Ian King
1
-2
/
+2
2018-11-28
net: phy: add workaround for issue where PHY driver doesn't bind to the device
Heiner Kallweit
1
-0
/
+8
2018-11-27
usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2
Bernd Eckstein
1
-6
/
+4
2018-11-27
sparc: Adjust bpf JIT prologue for PSEUDO calls.
David Miller
1
-1
/
+7
2018-11-27
bpf, doc: add entries of who looks over which jits
Daniel Borkmann
1
-1
/
+62
2018-11-27
sparc: Correct ctx->saw_frame_pointer logic.
David Miller
1
-0
/
+12
2018-11-27
sparc: Fix JIT fused branch convergance.
David Miller
1
-28
/
+49
2018-11-27
bpf, arm64: fix getting subprog addr from aux for calls
Daniel Borkmann
1
-9
/
+17
2018-11-27
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
3
-19
/
+76
2018-11-25
net: always initialize pagedlen
Willem de Bruijn
2
-2
/
+4
2018-11-25
tcp: address problems caused by EDT misshaps
Eric Dumazet
2
-10
/
+16
2018-11-24
net: gemini: Fix copy/paste error
Andreas Fiedler
1
-1
/
+1
2018-11-24
net: phy: mscc: fix deadlock in vsc85xx_default_config
Quentin Schulz
1
-9
/
+5
2018-11-24
dt-bindings: dsa: Fix typo in "probed"
Fabio Estevam
1
-1
/
+1
2018-11-24
net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
Lorenzo Bianconi
1
-1
/
+3
2018-11-24
net: amd: add missing of_node_put()
Yangtao Li
1
-1
/
+3
2018-11-24
team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
Hangbin Liu
1
-2
/
+0
2018-11-23
bpf: fix check of allowed specifiers in bpf_trace_printk
Martynas Pumputis
1
-3
/
+5
2018-11-23
virtio-net: fail XDP set if guest csum is negotiated
Jason Wang
1
-2
/
+3
2018-11-23
virtio-net: disable guest csum during XDP set
Jason Wang
1
-6
/
+2
2018-11-23
net/sched: act_police: add missing spinlock initialization
Davide Caratti
1
-0
/
+1
2018-11-23
net: don't keep lonely packets forever in the gro hash
Paolo Abeni
1
-2
/
+5
2018-11-23
net/ipv6: re-do dad when interface has IFF_NOARP flag change
Hangbin Liu
1
-6
/
+13
2018-11-23
packet: copy user buffers before orphan or clone
Willem de Bruijn
2
-3
/
+19
2018-11-23
arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD block
Will Deacon
1
-1
/
+1
2018-11-23
arm64: sysreg: fix sparse warnings
Sergey Matyukevich
1
-2
/
+2
2018-11-22
bpf: fix integer overflow in queue_stack_map
Alexei Starovoitov
1
-8
/
+8
2018-11-22
ibmvnic: Update driver queues after change in ring size support
Thomas Falcon
1
-1
/
+8
2018-11-22
ibmvnic: Fix RX queue buffer cleanup
Thomas Falcon
1
-2
/
+2
2018-11-22
net: thunderx: set xdp_prog to NULL if bpf_prog_add fails
Lorenzo Bianconi
1
-2
/
+7
2018-11-22
net/dim: Update DIM start sample after each DIM iteration
Tal Gilboa
1
-0
/
+2
2018-11-22
iommu/vt-d: Use memunmap to free memremap
Pan Bian
1
-1
/
+1
2018-11-22
drm/ast: fixed cursor may disappear sometimes
Y.C. Chen
1
-1
/
+1
2018-11-22
net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...
Vincent Chen
1
-4
/
+3
2018-11-22
drm/ast: change resolution may cause screen blurred
Y.C. Chen
1
-0
/
+1
2018-11-22
net/smc: use after free fix in smc_wr_tx_put_slot()
Ursula Braun
1
-1
/
+3
2018-11-22
net/smc: atomic SMCD cursor handling
Ursula Braun
2
-26
/
+60
2018-11-22
net/smc: add SMC-D shutdown signal
Hans Wippel
4
-14
/
+43
2018-11-22
net/smc: use queue pair number when matching link group
Karsten Graul
3
-9
/
+12
2018-11-22
net/smc: abort CLC connection in smc_release
Hans Wippel
1
-0
/
+2
2018-11-22
tcp: defer SACK compression after DupThresh
Eric Dumazet
4
-6
/
+17
2018-11-22
tools: bpftool: fix potential NULL pointer dereference in do_load
Jakub Kicinski
1
-3
/
+7
[next]