index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
relay.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
devlink: Fix resource coverity errors
Arkadi Sharshevsky
1
-16
/
+21
2018-02-27
net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
Sabrina Dubroca
1
-2
/
+6
2018-02-27
devlink: Compare to size_new in case of resource child validation
Arkadi Sharshevsky
1
-1
/
+1
2018-02-27
r8152: fix tx packets accounting
Eric Dumazet
1
-1
/
+1
2018-02-26
ip_tunnel: Do not use mark in skb by default
Thomas Winter
1
-10
/
+3
2018-02-26
bridge: Fix VLAN reference count problem
Ido Schimmel
1
-0
/
+2
2018-02-26
DT: net: renesas,ravb: document R8A77980 bindings
Sergei Shtylyov
1
-0
/
+1
2018-02-26
qrtr: add MODULE_ALIAS macro to smd
Ramon Fried
1
-0
/
+1
2018-02-26
hdlc_ppp: carrier detect ok, don't turn off negotiation
Denis Du
1
-1
/
+4
2018-02-26
tuntap: correctly add the missing XDP flush
Jason Wang
1
-0
/
+1
2018-02-26
tuntap: disable preemption during XDP processing
Jason Wang
1
-0
/
+6
2018-02-26
Revert "tuntap: add missing xdp flush"
Jason Wang
1
-15
/
+0
2018-02-26
ixgbe: fix crash in build_skb Rx code path
Emil Tantilov
1
-0
/
+8
2018-02-26
ARM: orion5x: Revert commit 4904dbda41c8.
David S. Miller
3
-10
/
+95
2018-02-26
l2tp: fix tunnel lookup use-after-free race
James Chapman
1
-7
/
+7
2018-02-26
l2tp: fix race in pppol2tp_release with session object destroy
James Chapman
1
-25
/
+27
2018-02-26
l2tp: fix races with tunnel socket close
James Chapman
4
-116
/
+42
2018-02-26
l2tp: don't use inet_shutdown on ppp session destroy
James Chapman
1
-10
/
+0
2018-02-26
l2tp: don't use inet_shutdown on tunnel destroy
James Chapman
1
-9
/
+2
2018-02-25
Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
Stefan Wahren
1
-3
/
+4
2018-02-25
Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
Hans de Goede
1
-6
/
+19
2018-02-23
net_sched: gen_estimator: fix broken estimators based on percpu stats
Eric Dumazet
1
-0
/
+1
2018-02-23
gianfar: simplify FCS handling and fix memory leak
Andy Spencer
1
-16
/
+7
2018-02-23
ipv6 sit: work around bogus gcc-8 -Wrestrict warning
Arnd Bergmann
1
-1
/
+1
2018-02-23
macvlan: fix use-after-free in macvlan_common_newlink()
Alexey Kodanev
1
-1
/
+1
2018-02-23
arm64: fix unwind_frame() for filtered out fn for function graph tracing
Pratyush Anand
3
-2
/
+7
2018-02-23
integrity/security: fix digsig.c build error with header file
Randy Dunlap
1
-0
/
+1
2018-02-23
MIPS: boot: Define __ASSEMBLY__ for its.S build
Kees Cook
1
-0
/
+1
2018-02-23
bpf, arm64: fix out of bounds access in tail call
Daniel Borkmann
2
-2
/
+29
2018-02-23
bpf, x64: implement retpoline for tail call
Daniel Borkmann
2
-4
/
+42
2018-02-22
fs/signalfd: fix build error for BUS_MCEERR_AR
Randy Dunlap
1
-3
/
+12
2018-02-22
rxrpc: Fix send in rxrpc_send_data_packet()
David Howells
1
-1
/
+1
2018-02-22
net: aquantia: Fix error handling in aq_pci_probe()
Dan Carpenter
1
-4
/
+10
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-02-22
bpf: add schedule points in percpu arrays management
Eric Dumazet
1
-1
/
+4
2018-02-22
regulatory: add NUL to request alpha2
Johannes Berg
1
-1
/
+1
2018-02-22
ibmvnic: Fix early release of login buffer
Thomas Falcon
1
-1
/
+1
2018-02-22
net/smc9194: Remove bogus CONFIG_MAC reference
Finn Thain
1
-1
/
+1
2018-02-22
net: ipv4: Set addr_type in hash_keys for forwarded case
David Ahern
1
-0
/
+2
2018-02-22
tcp_bbr: better deal with suboptimal GSO
Eric Dumazet
1
-4
/
+5
2018-02-22
smsc75xx: fix smsc75xx_set_features()
Eric Dumazet
1
-3
/
+4
2018-02-22
netlink: put module reference if dump start fails
Jason A. Donenfeld
1
-1
/
+3
2018-02-22
efivarfs: Limit the rate for non-root to read files
Luck, Tony
3
-0
/
+13
2018-02-22
kconfig.h: Include compiler types to avoid missed struct attributes
Kees Cook
1
-0
/
+3
2018-02-22
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
H.J. Lu
3
-0
/
+5
2018-02-22
KEYS: Use individual pages in big_key for crypto buffers
David Howells
1
-23
/
+87
2018-02-22
X.509: fix NULL dereference when restricting key with unsupported_sig
Eric Biggers
1
-8
/
+13
2018-02-22
X.509: fix BUG_ON() when hash algorithm is unsupported
Eric Biggers
1
-1
/
+3
2018-02-22
PKCS#7: fix direct verification of SignerInfo signature
Eric Biggers
1
-0
/
+1
2018-02-22
PKCS#7: fix certificate blacklisting
Eric Biggers
1
-4
/
+6
[next]