summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet
2022-01-25ipv4: get rid of fib_info_hash_{alloc|free}Eric Dumazet
2022-01-25ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-24bpf: Fix flexible_array.cocci warningskernel test robot
2022-01-24ping: fix the sk_bound_dev_if match in ping_lookupXin Long
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu
2022-01-21mptcp: Use struct_group() to avoid cross-field memset()Kees Cook
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells
2022-01-21xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi
2022-01-21bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signatureLorenzo Bianconi
2022-01-21bpf: introduce frags support to bpf_prog_test_run_xdp()Lorenzo Bianconi
2022-01-21bpf: move user_size out of bpf_test_initLorenzo Bianconi
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-20mptcp: fix removing ids bitmap settingGeliang Tang
2022-01-20mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()Paolo Abeni
2022-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-20tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet
2022-01-20ipv6_tunnel: Rate limit warning messagesIdo Schimmel
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-01-18bpf: Support bpf_(get|set)sockopt() in bpf unix iter.Kuniyuki Iwashima
2022-01-18bpf: af_unix: Use batching algorithm in bpf unix iter.Kuniyuki Iwashima
2022-01-18af_unix: Refactor unix_next_socket().Kuniyuki Iwashima
2022-01-18selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi
2022-01-18selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman