summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2513-116/+1148
|\
| * bpf: Fix flexible_array.cocci warningskernel test robot2022-01-241-1/+1
| * xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi2022-01-211-0/+8
| * net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi2022-01-211-38/+138
| * bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signatureLorenzo Bianconi2022-01-211-9/+39
| * bpf: introduce frags support to bpf_prog_test_run_xdp()Lorenzo Bianconi2022-01-211-13/+45
| * bpf: move user_size out of bpf_test_initLorenzo Bianconi2022-01-211-6/+7
| * bpf: add frags support to xdp copy helpersEelco Chaudron2022-01-211-5/+52
| * bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2022-01-212-5/+72
| * bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-211-0/+15
| * xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi2022-01-211-1/+53
| * net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi2022-01-211-0/+12
| * bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-211-7/+70
| * bpf: Support bpf_(get|set)sockopt() in bpf unix iter.Kuniyuki Iwashima2022-01-191-0/+15
| * bpf: af_unix: Use batching algorithm in bpf unix iter.Kuniyuki Iwashima2022-01-191-7/+177
| * af_unix: Refactor unix_next_socket().Kuniyuki Iwashima2022-01-191-21/+30
| * selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi2022-01-181-0/+2
| * selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi2022-01-181-2/+127
| * net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi2022-01-184-0/+271
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-186-43/+56
* | ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-01-241-1/+2
* | net/smc: Transitional solution for clcsock race issueWen Gu2022-01-241-12/+51
* | ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski2022-01-241-3/+12
* | net-procfs: show net devices bound packet typesJianguo Wu2022-01-241-3/+32
* | mptcp: Use struct_group() to avoid cross-field memset()Kees Cook2022-01-221-3/+3
* | rxrpc: Adjust retransmission backoffDavid Howells2022-01-222-6/+4
* | mptcp: fix removing ids bitmap settingGeliang Tang2022-01-211-1/+1
* | mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni2022-01-211-10/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-214-9/+19
|\ \
| * | netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal2022-01-161-3/+5
| * | netfilter: nft_connlimit: memleak if nf_ct_netns_get() failsPablo Neira Ayuso2022-01-131-1/+10
| * | netfilter: nf_tables: set last expression in register tracking areaPablo Neira Ayuso2022-01-121-1/+1
| * | netfilter: nf_tables: remove unused variablePablo Neira Ayuso2022-01-111-2/+0
| * | netfilter: nf_conntrack_netbios_ns: fix helper module aliasFlorian Westphal2022-01-111-2/+3
* | | ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-212-11/+14
* | | tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet2022-01-211-0/+1
* | | ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-01-201-4/+4
* | | net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-01-201-1/+1
* | | net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-202-1/+4
* | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2031-132/+229
|\ \ \
| * | | ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet2022-01-191-14/+15
| * | | ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-191-19/+17
| * | | nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-191-0/+5
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-191-0/+6
| |\ \ \
| | * | | xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-111-0/+6
| | |/ /
| * | | netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-181-1/+3
| * | | net: Flush deferred skb free on socket destroyGal Pressman2022-01-171-0/+3
| * | | net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman2022-01-171-0/+1
| * | | net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-161-16/+1
| * | | ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-161-3/+8