summaryrefslogtreecommitdiffstats
path: root/net/core/sock_map.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend2023-12-131-0/+2
* bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki2023-09-291-0/+4
* bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend2023-08-301-18/+18
* bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai2023-08-091-5/+5
* bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar2023-08-011-2/+0
* bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-4/+0
* bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-05-231-1/+2
* bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann2023-04-131-6/+4
* bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu2023-04-121-4/+6
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-4/+4
* bpf, net: sock_map memory usageYafang Shao2023-03-071-0/+20
* bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki2023-01-241-27/+34
* bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-041-0/+2
* bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-031-3/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-171-6/+6
|\
| * bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao2022-08-101-6/+6
| * bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao2022-08-101-2/+2
* | bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao2022-08-101-1/+19
|/
* bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend2022-06-281-1/+1
* bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-021-0/+23
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-6/+4
* bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-201-7/+70
* bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend2022-01-051-8/+13
* bpf: Introduce MEM_RDONLY flagHao Luo2021-12-181-1/+1
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-1/+1
* bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-201-1/+4
* bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
* bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend2021-11-091-6/+0
* af_unix: Add unix_stream_proto for sockmapJiang Wang2021-08-161-0/+1
* af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-151-0/+1
* sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-151-20/+1
* bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-221-1/+1
* sock_map: Fix a potential use-after-free in sock_map_close()Cong Wang2021-04-121-1/+2
* skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-121-1/+1
* sock_map: Update sock type checks for UDPCong Wang2021-04-011-1/+4
* sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-011-20/+4
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+28
* sock_map: Kill sock_map_link_no_progs()Cong Wang2021-04-011-40/+15
* sock_map: Simplify sock_map_link() a bitCong Wang2021-04-011-4/+5
* skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang2021-04-011-0/+1
* sock_map: Make sock_map_prog_update() staticCong Wang2021-02-261-2/+5
* sock_map: Rename skb_parser and skb_verdictCong Wang2021-02-261-30/+30
* skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang2021-02-261-6/+2
* skmsg: Get rid of struct sk_psock_parserCong Wang2021-02-261-4/+4
* bpf: Clean up sockmap related KconfigsCong Wang2021-02-261-0/+2
* bpf: Replace fput with sockfd_put in sock mapZheng Yongjun2021-01-081-1/+1
* bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-27/+6
* bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin2020-12-021-4/+5
* net, sockmap: Don't call bpf_prog_put() on NULL pointerAlex Dewar2020-10-151-7/+9
* bpf, sockmap: Add locking annotations to iteratorLorenz Bauer2020-10-151-0/+8