index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-23
selftests/bpf: add another gso_segs access
Eric Dumazet
1
-0
/
+11
2019-07-23
bpf: fix access to skb_shared_info->gso_segs
Eric Dumazet
1
-3
/
+3
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
2
-2
/
+15
2019-07-22
selftests/bpf: fix sendmsg6_prog on s390
Ilya Leoshkevich
1
-2
/
+1
2019-07-22
libbpf: Avoid designated initializers for unnamed union members
Arnaldo Carvalho de Melo
1
-7
/
+7
2019-07-22
libbpf: Fix endianness macro usage for some compilers
Arnaldo Carvalho de Melo
2
-4
/
+6
2019-07-22
Merge branch 'bpf-sockmap-tls-fixes'
Daniel Borkmann
10
-68
/
+419
2019-07-22
selftests/tls: add shutdown tests
Jakub Kicinski
1
-0
/
+27
2019-07-22
selftests/tls: close the socket with open record
Jakub Kicinski
1
-0
/
+10
2019-07-22
selftests/tls: add a bidirectional test
Jakub Kicinski
1
-0
/
+31
2019-07-22
selftests/tls: test error codes around TLS ULP installation
Jakub Kicinski
1
-0
/
+52
2019-07-22
selftests/tls: add a test for ULP but no keys
Jakub Kicinski
1
-0
/
+74
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
5
-8
/
+53
2019-07-22
bpf: sockmap, only create entry if ulp is not already enabled
John Fastabend
1
-0
/
+3
2019-07-22
bpf: sockmap, synchronize_rcu before free'ing map
John Fastabend
1
-0
/
+2
2019-07-22
bpf: sockmap, sock_map_delete needs to use xchg
John Fastabend
1
-5
/
+9
2019-07-22
net/tls: fix transition through disconnect with close
John Fastabend
3
-1
/
+65
2019-07-22
net/tls: remove sock unlock/lock around strp_done()
John Fastabend
4
-45
/
+64
2019-07-22
net/tls: remove close callback sock unlock/lock around TX work flush
John Fastabend
3
-7
/
+22
2019-07-22
net/tls: don't call tls_sk_proto_close for hw record offload
Jakub Kicinski
1
-4
/
+0
2019-07-22
net/tls: don't arm strparser immediately in tls_set_sw_offload()
Jakub Kicinski
4
-10
/
+19
2019-07-19
libbpf: sanitize VAR to conservative 1-byte INT
Andrii Nakryiko
1
-2
/
+7
2019-07-19
libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext exists
Andrii Nakryiko
1
-0
/
+6
2019-07-18
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
4
-6
/
+9
2019-07-18
ag71xx: fix return value check in ag71xx_probe()
Wei Yongjun
1
-2
/
+2
2019-07-18
ag71xx: fix error return code in ag71xx_probe()
Wei Yongjun
1
-1
/
+3
2019-07-18
usb: qmi_wwan: add D-Link DWM-222 A2 device ID
Rogan Dawes
1
-0
/
+1
2019-07-18
bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.
Michael Chan
1
-2
/
+5
2019-07-18
net: dsa: sja1105: Fix missing unlock on error in sk_buff()
Wei Yongjun
1
-0
/
+1
2019-07-18
gve: replace kfree with kvfree
Chuhong Yuan
2
-13
/
+13
2019-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
32
-195
/
+391
2019-07-18
selftests/bpf: fix test_xdp_noinline on s390
Ilya Leoshkevich
1
-8
/
+9
2019-07-18
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-18
net/mlx5: Replace kfree with kvfree
Chuhong Yuan
1
-1
/
+1
2019-07-18
MAINTAINERS: update netsec driver
Ilias Apalodimas
1
-0
/
+1
2019-07-18
ipv6: Unlink sibling route in case of failure
Ido Schimmel
1
-1
/
+17
2019-07-18
Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
David S. Miller
6
-6
/
+93
2019-07-18
liquidio: Replace vmalloc + memset with vzalloc
Chuhong Yuan
1
-4
/
+2
2019-07-18
udp: Fix typo in net/ipv4/udp.c
Su Yanjun
1
-1
/
+1
2019-07-18
net: bcmgenet: use promisc for unsupported filters
Justin Chen
1
-31
/
+26
2019-07-17
ipv6: rt6_check should return NULL if 'from' is NULL
David Ahern
1
-1
/
+1
2019-07-17
tipc: initialize 'validated' field of received packets
Jon Maloy
1
-0
/
+1
2019-07-17
Merge branch 'ipv4-relax-source-validation-check-for-loopback-packets'
David S. Miller
2
-1
/
+39
2019-07-17
selftests: add a test case for rp_filter
Cong Wang
1
-1
/
+34
2019-07-17
fib: relax source validation check for loopback packets
Cong Wang
1
-0
/
+5
2019-07-17
Merge branch 'mlxsw-Two-fixes'
David S. Miller
4
-8
/
+25
2019-07-17
mlxsw: spectrum: Do not process learned records with a dummy FID
Ido Schimmel
3
-0
/
+17
2019-07-17
mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed
Petr Machata
1
-8
/
+8
2019-07-17
net: ag71xx: Add missing header
Rosen Penev
1
-0
/
+1
2019-07-17
net_sched: unset TCQ_F_CAN_BYPASS when adding filters
Cong Wang
3
-4
/
+1
[next]