index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-07
gtp: fix Illegal context switch in RCU read-side critical section.
Taehee Yoo
1
-1
/
+1
2019-07-07
gtp: remove duplicate code in gtp_dellink()
Taehee Yoo
1
-1
/
+0
2019-07-07
gtp: fix use-after-free in gtp_encap_destroy()
Taehee Yoo
1
-2
/
+15
2019-07-07
gtp: fix suspicious RCU usage
Taehee Yoo
1
-2
/
+6
2019-07-07
Merge branch 'net-tls-fix-poll-wake-up'
David S. Miller
2
-1
/
+28
2019-07-07
selftests/tls: add test for poll() with data in TLS ULP
Jakub Kicinski
1
-0
/
+26
2019-07-07
net/tls: fix poll ignoring partially copied records
Jakub Kicinski
1
-1
/
+2
2019-07-05
ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()
Ido Schimmel
1
-1
/
+1
2019-07-05
r8152: set RTL8152_UNPLUG only for real disconnection
Hayes Wang
1
-11
/
+16
2019-07-05
Merge branch 'hsr-bug-fixes'
David S. Miller
6
-15
/
+37
2019-07-05
hsr: fix a NULL pointer deref in hsr_dev_xmit()
Cong Wang
1
-3
/
+7
2019-07-05
hsr: implement dellink to clean up resources
Cong Wang
5
-10
/
+25
2019-07-05
hsr: fix a memory leak in hsr_del_port()
Cong Wang
2
-2
/
+5
2019-07-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
6
-81
/
+88
2019-07-03
bonding: validate ip header before check IPPROTO_IGMP
Cong Wang
1
-14
/
+23
2019-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
16
-296
/
+230
2019-07-03
net: hns: add support for vlan TSO
Yonglong Liu
1
-0
/
+1
2019-07-03
sctp: count data bundling sack chunk for outctrlchunks
Xin Long
1
-0
/
+3
2019-07-03
r8152: move calling r8153b_rx_agg_chg_indicate()
Hayes Wang
1
-10
/
+26
2019-07-03
net: don't warn in inet diag when IPV6 is disabled
Stephen Hemminger
1
-3
/
+0
2019-07-03
xdp: fix hang while unregistering device bound to xdp socket
Ilya Maximets
4
-16
/
+87
2019-07-03
xdp: hold device for umem regardless of zero-copy mode
Ilya Maximets
1
-5
/
+6
2019-07-03
selftests: bpf: fix inlines in test_lwt_seg6local
Jiri Benc
1
-6
/
+6
2019-07-03
selftests: bpf: add tests for shifts by zero
Luke Nelson
1
-0
/
+85
2019-07-03
bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0
Luke Nelson
1
-57
/
+6
2019-07-03
bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0
Luke Nelson
1
-198
/
+23
2019-07-03
xfrm interface: fix memory leak on creation
Nicolas Dichtel
1
-70
/
+28
2019-07-03
xfrm: policy: fix bydst hlist corruption on hash rebuild
Florian Westphal
2
-6
/
+33
2019-07-02
selftests/net: skip psock_tpacket test if KALLSYMS was not enabled
Po-Hsu Lin
2
-5
/
+10
2019-07-02
rxrpc: Fix oops in tracepoint
David Howells
1
-1
/
+1
2019-07-02
net: usb: asix: init MAC address buffers
Phong Tran
1
-3
/
+3
2019-07-02
Merge branch 'macsec-fix-some-bugs-in-the-receive-path'
David S. Miller
1
-3
/
+3
2019-07-02
macsec: fix checksumming after decryption
Andreas Steinmetz
1
-0
/
+1
2019-07-02
macsec: fix use-after-free of skb during RX
Andreas Steinmetz
1
-3
/
+2
2019-07-02
rxrpc: Fix send on a connected, but unbound socket
David Howells
1
-2
/
+2
2019-07-02
Merge branch 'bridge-stale-ptrs'
David S. Miller
3
-17
/
+17
2019-07-02
net: bridge: stp: don't cache eth dest pointer before skb pull
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: don't cache ether dest pointer on input
Nikolay Aleksandrov
1
-5
/
+3
2019-07-02
net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
Nikolay Aleksandrov
1
-2
/
+1
2019-07-02
net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
Nikolay Aleksandrov
1
-8
/
+12
2019-07-02
xfrm: remove a duplicated assignment
Cong Wang
1
-3
/
+0
2019-07-01
r8152: fix the setting of detecting the linking change for runtime suspend
Hayes Wang
1
-11
/
+27
2019-07-01
net/tls: make sure offload also gets the keys wiped
Jakub Kicinski
3
-3
/
+4
2019-07-01
net/tls: reject offload of TLS 1.3
Jakub Kicinski
1
-0
/
+8
2019-07-01
Merge branch 'idr-fix-overflow-cases-on-32-bit-CPU'
David S. Miller
5
-29
/
+57
2019-07-01
selftests: add a test case for cls_lower handle overflow
Davide Caratti
1
-0
/
+19
2019-07-01
idr: introduce idr_for_each_entry_continue_ul()
Cong Wang
3
-24
/
+27
2019-07-01
idr: fix overflow case for idr_for_each_entry_ul()
Cong Wang
2
-5
/
+11
2019-07-01
Merge branch 'vsock-virtio-fixes'
David S. Miller
1
-29
/
+102
2019-07-01
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
1
-6
/
+9
[next]