| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: add comments for allocation helpers explaining why they are macros | Suren Baghdasaryan | 2024-07-12 | 1 | -0/+5 |
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -5/+3 |
|\ |
|
| * | mm: change inlined allocation helpers to account at the call site | Suren Baghdasaryan | 2024-04-25 | 1 | -5/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-02 | 1 | -0/+2 |
|\ \ |
|
| * | | bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue | Jason Xing | 2024-04-08 | 1 | -0/+2 |
| |/ |
|
* / | bpf: Add bpf_link support for sk_msg and sk_skb progs | Yonghong Song | 2024-04-10 | 1 | -0/+4 |
|/ |
|
* | udp: fix busy polling | Eric Dumazet | 2024-01-21 | 1 | -6/+0 |
* | bpf: sockmap, added comments describing update proto rules | John Fastabend | 2024-01-03 | 1 | -0/+5 |
* | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock | John Fastabend | 2023-11-30 | 1 | -0/+1 |
* | bpf, sockmap: Fix bug that strp_done cannot be called | Xu Kuohai | 2023-08-09 | 1 | -0/+1 |
* | bpf, sockmap: Improved check for empty queue | John Fastabend | 2023-05-23 | 1 | -1/+0 |
* | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend | 2023-05-23 | 1 | -1/+1 |
* | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang | 2022-12-01 | 1 | -0/+1 |
* | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang | 2022-11-03 | 1 | -1/+1 |
* | net: fix refcount bug in sk_psock_get (2) | Hawkins Jiawei | 2022-08-10 | 1 | -1/+2 |
* | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues | Wang Yufen | 2022-06-02 | 1 | -0/+1 |
* | bpf, sockmap: Fix memleak in sk_psock_queue_msg | Wang Yufen | 2022-03-15 | 1 | -9/+4 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-02-09 | 1 | -5/+0 |
|\ |
|
| * | bpf: remove unused static inlines | Jakub Kicinski | 2022-01-26 | 1 | -5/+0 |
* | | skmsg: convert struct sk_msg_sg::copy to a bitmap | Eric Dumazet | 2022-02-05 | 1 | -6/+5 |
|/ |
|
* | net: use sk_is_tcp() in more places | Eric Dumazet | 2021-11-16 | 1 | -6/+0 |
* | bpf, sockmap: Use stricter sk state checks in sk_lookup_assign | John Fastabend | 2021-11-09 | 1 | -0/+12 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 1 | -2/+16 |
|\ |
|
| * | skmsg: Lose offset info in sk_psock_skb_ingress | Liu Jian | 2021-11-01 | 1 | -2/+16 |
* | | skmsg: Extract and reuse sk_msg_is_readable() | Cong Wang | 2021-10-26 | 1 | -0/+1 |
|/ |
|
* | bpf, sockmap: Fix memleak on ingress msg enqueue | John Fastabend | 2021-07-27 | 1 | -19/+35 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-29 | 1 | -1/+0 |
|\ |
|
| * | skmsg: Improve udp_bpf_recvmsg() accuracy | Cong Wang | 2021-06-21 | 1 | -2/+0 |
* | | net: sock: introduce sk_error_report | Alexander Aring | 2021-06-29 | 1 | -1/+1 |
* | | skmsg: Remove unused parameters of sk_msg_wait_data() | Cong Wang | 2021-05-18 | 1 | -2/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-04-25 | 1 | -2/+3 |
|\ |
|
| * | skmsg: Pass psock pointer to ->psock_update_sk_prot() | Cong Wang | 2021-04-12 | 1 | -2/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | bpf, sockmap: Fix sk->prot unhash op reset | John Fastabend | 2021-04-07 | 1 | -1/+6 |
* | | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() | Cong Wang | 2021-04-01 | 1 | -0/+4 |
* | | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 2021-04-01 | 1 | -15/+3 |
* | | sock_map: Introduce BPF_SK_SKB_VERDICT | Cong Wang | 2021-04-01 | 1 | -0/+2 |
* | | skmsg: Use rcu work for destroying psock | Cong Wang | 2021-04-01 | 1 | -4/+1 |
* | | skmsg: Avoid lock_sock() in sk_psock_backlog() | Cong Wang | 2021-04-01 | 1 | -0/+2 |
* | | skmsg: Introduce a spinlock to protect ingress_msg | Cong Wang | 2021-04-01 | 1 | -0/+46 |
* | | skmsg: Remove unused sk_psock_stop() declaration | Cong Wang | 2021-02-26 | 1 | -1/+0 |
* | | skmsg: Make __sk_psock_purge_ingress_msg() static | Cong Wang | 2021-02-26 | 1 | -2/+0 |
* | | sock_map: Rename skb_parser and skb_verdict | Cong Wang | 2021-02-26 | 1 | -4/+4 |
* | | skmsg: Move sk_redir from TCP_SKB_CB to skb | Cong Wang | 2021-02-26 | 1 | -0/+38 |
* | | skmsg: Get rid of struct sk_psock_parser | Cong Wang | 2021-02-26 | 1 | -12/+7 |
* | | bpf: Clean up sockmap related Kconfigs | Cong Wang | 2021-02-26 | 1 | -0/+18 |
|/ |
|
* | skmsg: Make sk_psock_destroy() static | Cong Wang | 2021-01-28 | 1 | -1/+0 |
* | bpf, sockmap: Allow skipping sk_skb parser program | John Fastabend | 2020-10-11 | 1 | -0/+2 |
* | net: sk_msg: Simplify sk_psock initialization | Lorenz Bauer | 2020-08-21 | 1 | -17/+0 |
* | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 2020-06-30 | 1 | -0/+13 |