index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: microchip: set the correct number of ports
Codrin Ciubotariu
2020-07-02
2
-0
/
+6
*
tcp: md5: allow changing MD5 keys in all socket states
Eric Dumazet
2020-07-02
1
-4
/
+1
*
net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driver
Helmut Grohne
2020-07-02
1
-0
/
+1
*
tcp: fix SO_RCVLOWAT possible hangs under high mem pressure
Eric Dumazet
2020-07-02
1
-0
/
+2
*
ip: Fix SO_MARK in RST, ACK and ICMP packets
Willem de Bruijn
2020-07-02
3
-5
/
+5
*
tcp: md5: do not send silly options in SYNCOOKIES
Eric Dumazet
2020-07-02
1
-3
/
+5
*
rds: If one path needs re-connection, check all and re-connect
Rao Shoaib
2020-07-02
3
-1
/
+20
*
tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers
Eric Dumazet
2020-07-02
2
-9
/
+18
*
genetlink: remove genl_bind
Sean Tranchetti
2020-07-02
2
-57
/
+0
*
hinic: fix passing non negative value to ERR_PTR
Luo bin
2020-07-01
1
-0
/
+2
*
net: qrtr: Fix an out of bounds read qrtr_endpoint_post()
Dan Carpenter
2020-07-01
1
-1
/
+5
*
tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()
Eric Dumazet
2020-07-01
2
-2
/
+8
*
net: qrtr: free flow in __qrtr_node_release
Carl Huang
2020-07-01
1
-1
/
+3
*
net: cxgb4: fix return error value in t4_prep_fw
Li Heng
2020-07-01
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-30
35
-232
/
+486
|
\
|
*
bpf: Add tests for PTR_TO_BTF_ID vs. null comparison
Yonghong Song
2020-06-30
4
-2
/
+63
|
*
bpf: Fix an incorrect branch elimination by verifier
Yonghong Song
2020-06-30
1
-2
/
+1
|
*
bpf, netns: Fix use-after-free in pernet pre_exit callback
Jakub Sitnicki
2020-06-30
1
-7
/
+3
|
*
Merge branch 'fix-sockmap-flow_dissector-uapi'
Alexei Starovoitov
2020-06-30
8
-25
/
+103
|
|
\
|
|
*
selftests: bpf: Pass program to bpf_prog_detach in flow_dissector
Lorenz Bauer
2020-06-30
1
-2
/
+2
|
|
*
selftests: bpf: Pass program and target_fd in flow_dissector_reattach
Lorenz Bauer
2020-06-30
1
-6
/
+6
|
|
*
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
2020-06-30
4
-8
/
+70
|
|
*
bpf: sockmap: Check value of unused args to BPF_PROG_ATTACH
Lorenz Bauer
2020-06-30
1
-0
/
+3
|
|
*
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
2020-06-30
3
-9
/
+19
|
|
*
bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACH
Lorenz Bauer
2020-06-30
1
-0
/
+3
|
|
/
|
*
Merge branch 'bpf-multi-prog-prep'
Alexei Starovoitov
2020-06-30
5
-76
/
+160
|
|
\
|
|
*
selftests/bpf: Test updating flow_dissector link with same program
Jakub Sitnicki
2020-06-30
1
-4
/
+28
|
|
*
bpf, netns: Keep a list of attached bpf_link's
Jakub Sitnicki
2020-06-30
2
-20
/
+24
|
|
*
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
2020-06-30
3
-48
/
+96
|
|
*
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
2020-06-30
3
-14
/
+22
|
|
/
|
*
bpf: Enforce BPF ringbuf size to be the power of 2
Andrii Nakryiko
2020-06-30
1
-10
/
+8
|
*
xsk: Use dma_need_sync instead of reimplenting it
Christoph Hellwig
2020-06-30
1
-47
/
+3
|
*
xsk: Remove a double pool->dev assignment in xp_dma_map
Christoph Hellwig
2020-06-30
1
-1
/
+0
|
*
xsk: Replace the cheap_dma flag with a dma_need_sync flag
Christoph Hellwig
2020-06-30
2
-6
/
+5
|
*
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
2020-06-30
5
-0
/
+30
|
*
Merge branch 'fix-sockmap'
Alexei Starovoitov
2020-06-28
3
-9
/
+40
|
|
\
|
|
*
bpf, sockmap: Add ingres skb tests that utilize merge skbs
John Fastabend
2020-06-28
2
-1
/
+25
|
|
*
bpf, sockmap: RCU dereferenced psock may be used outside RCU block
John Fastabend
2020-06-28
1
-1
/
+9
|
|
*
bpf, sockmap: RCU splat with redirect and strparser error or TLS
John Fastabend
2020-06-28
1
-7
/
+6
|
|
/
|
*
libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP
Jesper Dangaard Brouer
2020-06-25
2
-2
/
+2
|
*
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
2020-06-25
2
-2
/
+7
|
*
bpf: Fix formatting in documentation for BPF helpers
Quentin Monnet
2020-06-24
2
-40
/
+42
|
*
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...
Maciej Żenczykowski
2020-06-24
1
-1
/
+1
|
*
bpf: Set the number of exception entries properly for subprograms
Yonghong Song
2020-06-24
1
-1
/
+9
|
*
libbpf: Fix CO-RE relocs against .text section
Andrii Nakryiko
2020-06-24
2
-2
/
+8
|
*
libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
Andrii Nakryiko
2020-06-22
1
-0
/
+2
*
|
Merge branch 'net-ipa-three-bug-fixes'
David S. Miller
2020-06-30
5
-10
/
+32
|
\
\
|
*
|
net: ipa: introduce ipa_cmd_tag_process()
Alex Elder
2020-06-30
3
-0
/
+25
|
*
|
net: ipa: no checksum offload for SDM845 LAN RX
Alex Elder
2020-06-30
1
-1
/
+0
|
*
|
net: ipa: always check for stopped channel
Alex Elder
2020-06-30
1
-9
/
+7
|
/
/
[next]