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-10-23
xsk: Fix registration of Rx-only sockets
Magnus Karlsson
1
-0
/
+6
2019-10-22
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
1
-1
/
+1
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
3
-13
/
+21
2019-10-21
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
1
-0
/
+31
2019-10-18
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
1
-1
/
+1
2019-10-18
selftests/bpf: More compatible nc options in test_tc_edt
Jiri Benc
1
-1
/
+1
2019-10-14
bpf: lwtunnel: Fix reroute supplying invalid dst
Jiri Benc
1
-1
/
+6
2019-10-13
netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
YueHaibing
1
-1
/
+2
2019-10-13
net/ibmvnic: Fix EOI when running in XIVE mode.
Cédric Le Goater
1
-5
/
+3
2019-10-13
net: lpc_eth: avoid resetting twice
Alexandre Belloni
1
-3
/
+0
2019-10-13
Merge branch 'tcp-address-KCSAN-reports-in-tcp_poll-part-I'
David S. Miller
21
-128
/
+175
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
8
-19
/
+24
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
5
-16
/
+25
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
7
-12
/
+15
2019-10-13
tcp: annotate tp->urg_seq lockless reads
Eric Dumazet
2
-3
/
+4
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
4
-9
/
+13
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
7
-28
/
+36
2019-10-13
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
7
-18
/
+19
2019-10-13
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
6
-10
/
+15
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
11
-24
/
+35
2019-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
11
-34
/
+95
2019-10-11
rxrpc: Fix possible NULL pointer access in ICMP handling
David Howells
1
-0
/
+3
2019-10-10
Merge branch 'smc-fixes'
Jakub Kicinski
2
-9
/
+25
2019-10-10
net/smc: receive pending data after RCV_SHUTDOWN
Karsten Graul
1
-5
/
+20
2019-10-10
net/smc: receive returns without data
Karsten Graul
1
-3
/
+1
2019-10-10
net/smc: fix SMCD link group creation with VLAN id
Ursula Braun
1
-1
/
+4
2019-10-10
net: update net_dim documentation after rename
Jacob Keller
1
-18
/
+18
2019-10-10
r8169: fix jumbo packet handling on resume from suspend
Heiner Kallweit
1
-24
/
+11
2019-10-09
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
4
-4
/
+5
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
5
-5
/
+7
2019-10-09
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
6
-10
/
+10
2019-10-09
tcp: annotate lockless access to tcp_memory_pressure
Eric Dumazet
2
-3
/
+3
2019-10-09
net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head
Eric Dumazet
3
-4
/
+4
2019-10-09
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
1
-2
/
+2
2019-10-09
tun: remove possible false sharing in tun_flow_update()
Eric Dumazet
1
-2
/
+2
2019-10-09
netfilter: conntrack: avoid possible false sharing
Eric Dumazet
1
-2
/
+2
2019-10-09
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
1
-6
/
+11
2019-10-09
net: usb: qmi_wwan: add Telit 0x1050 composition
Daniele Palmas
1
-0
/
+1
2019-10-09
act_mirred: Fix mirred_init_module error handling
YueHaibing
1
-1
/
+5
2019-10-09
net: taprio: Fix returning EINVAL when configuring without flags
Vinicius Costa Gomes
1
-0
/
+4
2019-10-09
Merge branch 's390-qeth-fixes'
Jakub Kicinski
1
-8
/
+15
2019-10-09
s390/qeth: Fix initialization of vnicc cmd masks during set online
Alexandra Winter
1
-4
/
+8
2019-10-09
s390/qeth: Fix error handling during VNICC initialization
Alexandra Winter
1
-4
/
+7
2019-10-09
phylink: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2019-10-09
sctp: add chunks to sk_backlog when the newsk sk_socket is not set
Xin Long
2
-3
/
+14
2019-10-09
bonding: fix potential NULL deref in bond_update_slave_arr
Eric Dumazet
1
-1
/
+1
2019-10-09
net: stmmac: fix disabling flexible PPS output
Antonio Borneo
1
-0
/
+1
2019-10-09
net: stmmac: fix length of PTP clock's name string
Antonio Borneo
1
-1
/
+1
2019-10-08
ip6erspan: remove the incorrect mtu limit for ip6erspan
Haishuang Yan
1
-0
/
+1
2019-10-08
Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
10
-27
/
+71
[next]