summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang4-0/+33
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang12-45/+58
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang8-1/+38
2021-04-01sock_map: Kill sock_map_link_no_progs()Cong Wang1-40/+15
2021-04-01sock_map: Simplify sock_map_link() a bitCong Wang1-4/+5
2021-04-01skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang1-1/+1
2021-04-01skmsg: Use rcu work for destroying psockCong Wang2-16/+6
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang3-16/+37
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang2-7/+49
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang3-12/+55
2021-04-01skmsg: Lock ingress_skb when purgingCong Wang1-1/+1
2021-03-31tools/resolve_btfids: Fix warningsStanislav Fomichev1-6/+5
2021-03-31selftests/bpf: Add an option for a debug shell in vmtest.shKP Singh1-11/+28
2021-03-30bpf: Remove redundant assignment of variable idColin Ian King1-1/+0
2021-03-30bpf: Remove unused bpf_load_pointerHe Fengqing1-9/+0
2021-03-30selftests: xsk: Remove unused definesBjörn Töpel2-6/+3
2021-03-30selftests: xsk: Remove mutex and condition variableBjörn Töpel2-30/+6
2021-03-30selftests: xsk: Remove thread attributeBjörn Töpel2-9/+2
2021-03-30selftests: xsk: Implement bpf_link testMaciej Fijalkowski3-50/+139
2021-03-30veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski1-0/+12
2021-03-30selftests: xsk: Remove sync_mutex_tx and atomic varMaciej Fijalkowski2-26/+7
2021-03-30selftests: xsk: Refactor teardown/bidi test cases and testapp_validateMaciej Fijalkowski2-53/+78
2021-03-30selftests: xsk: Remove Tx synchronization resourcesMaciej Fijalkowski2-10/+7
2021-03-30selftests: xsk: Split worker threadMaciej Fijalkowski1-79/+77
2021-03-30selftests: xsk: Remove thread for netns switchMaciej Fijalkowski2-119/+14
2021-03-30samples: bpf: Do not unload prog within xdpsockMaciej Fijalkowski1-41/+14
2021-03-30libbpf: xsk: Use bpf_linkMaciej Fijalkowski1-45/+213
2021-03-30selftests: xsk: Simplify frame traversal in dumping threadMaciej Fijalkowski1-26/+21
2021-03-30selftests: xsk: Remove inline keyword from source fileMaciej Fijalkowski1-10/+7
2021-03-30selftests: xsk: Remove unused functionMaciej Fijalkowski1-13/+0
2021-03-30selftests: xsk: Remove struct ifaceconfigobjMaciej Fijalkowski2-44/+30
2021-03-30selftests: xsk: Don't call worker_pkt_dump() for stats testMaciej Fijalkowski1-1/+1
2021-03-30libbpf: Fix memory leak when emitting final btf_extAndrii Nakryiko1-8/+16
2021-03-30bpf: selftests: Update clang requirement in README.rst for testing kfunc callMartin KaFai Lau1-0/+14
2021-03-30bpf: Update bpf_design_QA.rst to clarify the kfunc call is not ABIMartin KaFai Lau1-0/+15
2021-03-30bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACEMartin KaFai Lau1-0/+2
2021-03-29bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids listMartin KaFai Lau1-1/+1
2021-03-28bpf: tcp: Remove comma which is causing build errorAtul Gopinathan1-1/+1
2021-03-27bpf: selftests: Add kfunc_call testMartin KaFai Lau6-0/+183
2021-03-27bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau3-46/+11
2021-03-27bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau1-15/+15
2021-03-27libbpf: Support extern kernel functionMartin KaFai Lau1-12/+162
2021-03-27libbpf: Record extern sym relocation firstMartin KaFai Lau1-29/+34
2021-03-27libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau1-3/+3
2021-03-27libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau1-11/+33
2021-03-27libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau1-57/+67
2021-03-27bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau1-0/+41
2021-03-27tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau1-12/+12
2021-03-27bpf: Support kernel function call in x86-32Martin KaFai Lau1-0/+198
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau13-46/+480