summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-03bpf: test_run: Fix OOB access in bpf_prog_test_run_xdpLorenzo Bianconi1-0/+5
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+9
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2-4/+8
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson3-13/+19
2022-01-26bpf: remove unused static inlinesJakub Kicinski1-7/+0
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-116/+1148
2022-01-24bpf: Fix flexible_array.cocci warningskernel test robot1-1/+1
2022-01-24ping: fix the sk_bound_dev_if match in ping_lookupXin Long1-1/+2
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski1-3/+12
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu1-3/+32
2022-01-21mptcp: Use struct_group() to avoid cross-field memset()Kees Cook1-3/+3
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells2-6/+4
2022-01-21xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi1-0/+8
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi1-38/+138
2022-01-21bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signatureLorenzo Bianconi1-9/+39
2022-01-21bpf: introduce frags support to bpf_prog_test_run_xdp()Lorenzo Bianconi1-13/+45
2022-01-21bpf: move user_size out of bpf_test_initLorenzo Bianconi1-6/+7
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron1-5/+52
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2-5/+72
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi1-0/+15
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi1-1/+53
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi1-0/+12
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu1-7/+70
2022-01-20mptcp: fix removing ids bitmap settingGeliang Tang1-1/+1
2022-01-20mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni1-10/+27
2022-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski4-9/+19
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet2-11/+14
2022-01-20tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet1-0/+1
2022-01-20ipv6_tunnel: Rate limit warning messagesIdo Schimmel1-4/+4
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira1-1/+1
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu2-1/+4
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds31-132/+229
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet1-14/+15
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet1-19/+17
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2022-01-18bpf: Support bpf_(get|set)sockopt() in bpf unix iter.Kuniyuki Iwashima1-0/+15
2022-01-18bpf: af_unix: Use batching algorithm in bpf unix iter.Kuniyuki Iwashima1-7/+177
2022-01-18af_unix: Refactor unix_next_socket().Kuniyuki Iwashima1-21/+30
2022-01-18selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi1-0/+2
2022-01-18selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi1-2/+127
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi4-0/+271
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi6-43/+56
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet1-1/+3
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+3
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman1-0/+3
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman1-0/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3