index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/x25: fix use-after-free in x25_device_event()
Eric Dumazet
2019-03-10
1
-1
/
+5
*
isdn: mISDNinfineon: fix potential NULL pointer dereference
Kangjie Lu
2019-03-10
1
-1
/
+4
*
net: hns3: fix to stop multiple HNS reset due to the AER changes
Shiju Jose
2019-03-09
3
-3
/
+11
*
ip: fix ip_mc_may_pull() return value
Eric Dumazet
2019-03-09
1
-1
/
+1
*
net: keep refcount warning in reqsk_free()
Guillaume Nault
2019-03-09
1
-1
/
+0
*
net: stmmac: Avoid one more sometimes uninitialized Clang warning
Nathan Chancellor
2019-03-08
1
-1
/
+1
*
net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
Andrew Lunn
2019-03-08
4
-0
/
+42
*
rxrpc: Fix client call queueing, waiting for channel
David Howells
2019-03-08
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-03-08
18
-36
/
+121
|
\
|
*
bpf: fix warning about using plain integer as NULL
Bo YU
2019-03-08
2
-2
/
+2
|
*
xsk: fix to reject invalid options in Tx descriptor
Björn Töpel
2019-03-08
1
-2
/
+2
|
*
xsk: fix to reject invalid flags in xsk_bind
Björn Töpel
2019-03-08
1
-1
/
+4
|
*
bpf, libbpf: fixing leak when kernel does not support btf
Nikita V. Shirokov
2019-03-08
1
-0
/
+2
|
*
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
2019-03-07
2
-6
/
+19
|
*
bpf: Stop the psock parser before canceling its work
Jakub Sitnicki
2019-03-07
1
-0
/
+1
|
*
selftests: bpf: test_progs: initialize duration in singal_pending test
Stanislav Fomichev
2019-03-07
1
-1
/
+1
|
*
libbpf: force fixdep compilation at the start of the build
Stanislav Fomichev
2019-03-07
1
-1
/
+2
|
*
selftests: bpf: fix compilation with out-of-tree $(OUTPUT)
Stanislav Fomichev
2019-03-07
1
-10
/
+23
|
*
selftests/bpf: test that GSO works in lwt_ip_encap
Peter Oskolkov
2019-03-07
1
-2
/
+52
|
*
net: fix GSO in bpf_lwt_push_ip_encap
Peter Oskolkov
2019-03-07
1
-0
/
+2
|
*
xsk: fix potential crash in xsk_diag_put_umem()
Eric Dumazet
2019-03-07
1
-2
/
+2
|
*
bpf: hbm: fix spelling mistake "deault" -> "default"
Colin Ian King
2019-03-07
1
-2
/
+2
|
*
bpf: only test gso type on gso packets
Willem de Bruijn
2019-03-07
2
-6
/
+6
|
*
bpf: fix sysctl.c warning
Arnd Bergmann
2019-03-07
1
-1
/
+1
*
|
tcp: handle inet_csk_reqsk_queue_add() failures
Guillaume Nault
2019-03-08
2
-2
/
+13
*
|
net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...
Nathan Chancellor
2019-03-08
1
-0
/
+1
*
|
8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC
Matthew Whitehead
2019-03-08
1
-0
/
+1
*
|
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Eric Dumazet
2019-03-08
2
-4
/
+4
*
|
net: sched: fix potential use-after-free in __tcf_chain_put()
Vlad Buslov
2019-03-08
1
-10
/
+7
*
|
vhost: silence an unused-variable warning
Arnd Bergmann
2019-03-08
1
-1
/
+1
*
|
vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
Adalbert Lazăr
2019-03-08
1
-7
/
+15
*
|
connector: fix unsafe usage of ->real_parent
Li RongQing
2019-03-08
1
-4
/
+18
*
|
vxlan: do not need BH again in vxlan_cleanup()
Litao Jiao
2019-03-08
1
-2
/
+2
*
|
net: hns3: add dma_rmb() for rx description
Jian Shen
2019-03-08
1
-0
/
+2
*
|
net: add missing documentation in linux/skbuff.h
Pedro Tammela
2019-03-08
1
-5
/
+59
*
|
Merge branch 'stmmac-add-some-fixes-for-stm32'
David S. Miller
2019-03-08
7
-26
/
+183
|
\
\
|
*
|
ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval...
Christophe Roullier
2019-03-08
4
-0
/
+62
|
*
|
dt-bindings: net: stmmac: remove syscfg clock property
Christophe Roullier
2019-03-08
1
-2
/
+1
|
*
|
net: ethernet: stmmac: add management of clk_csr property
Christophe Roullier
2019-03-08
1
-0
/
+3
|
*
|
dt-bindings: net: stmmac: add phys config properties
Christophe Roullier
2019-03-08
1
-3
/
+3
|
*
|
net: ethernet: stmmac: update to support all PHY config for stm32mp157c.
Christophe Roullier
2019-03-08
1
-21
/
+86
|
*
|
net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.
Christophe Roullier
2019-03-08
1
-1
/
+29
|
/
/
*
|
Merge branch 'sctp-process-the-error-returned-from-sctp_sock_migrate'
David S. Miller
2019-03-08
3
-24
/
+44
|
\
\
|
*
|
sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()
Xin Long
2019-03-08
1
-0
/
+10
|
*
|
sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()
Xin Long
2019-03-08
2
-14
/
+10
|
*
|
sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() fails
Xin Long
2019-03-08
1
-10
/
+24
|
/
/
*
|
vxlan: Fix GRO cells race condition between receive and link delete
Stefano Brivio
2019-03-08
1
-1
/
+2
*
|
rxrpc: Fix client call connect/disconnect race
David Howells
2019-03-08
2
-5
/
+17
*
|
sctp: remove sched init from sctp_stream_init
Xin Long
2019-03-08
1
-2
/
+0
*
|
route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
Xin Long
2019-03-08
1
-0
/
+4
[next]