Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau
2022-09-21bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima
2022-09-11bpf: Add support for writing to nf_conn:markDaniel Xu
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-03bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau
2022-09-03bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau
2022-09-03bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau
2022-09-03bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau
2022-09-03bpf: Embed kernel CONFIG check into the if statement in bpf_getsockoptMartin KaFai Lau
2022-09-03bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpfMartin KaFai Lau
2022-09-03bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-24bpf: Use cgroup_{common,current}_func_proto in more hooksStanislav Fomichev
2022-08-19bpf: Add a few optnames to bpf_setsockoptMartin KaFai Lau
2022-08-19bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau
2022-08-19bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau
2022-08-19bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau
2022-08-19bpf: Refactor bpf specific tcp optnames to a new functionMartin KaFai Lau
2022-08-19bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau
2022-08-19bpf: Embed kernel CONFIG check into the if statement in bpf_setsockoptMartin KaFai Lau
2022-08-08net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGao Feng
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-15bpf: Add endian modifiers to fix endian warningsBen Dooks
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-05bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser
2022-06-17bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy
2022-06-17bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan
2022-04-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-26bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-21bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski