summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+25
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima-2/+4
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-24/+23
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-21/+118
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li-4/+14
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+1
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko-3/+43
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko-2/+4
2022-09-30net: devlink: introduce port registered assert helper and use itJiri Pirko-13/+19
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen-29/+29
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni-22/+103
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+0
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau-1/+27
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau-17/+28
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau-6/+7
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+1
2022-09-28net: shrink struct ubuf_infoPavel Begunkov-17/+21
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt-7/+0
2022-09-26xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer-6/+4
2022-09-26skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian-4/+8
2022-09-26net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian-1/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+2
2022-09-21flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang-2/+2
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu-9/+9
2022-09-20tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima-2/+3
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter-7/+7
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek-0/+7
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek-0/+28
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel-0/+3
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu-0/+54
2022-09-09net: core: fix flow symmetric hashLudovic Cintrat-3/+2
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-24/+7
2022-09-07net: sysctl: remove unused variable long_maxLiu Shixin-1/+0
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong-23/+6
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni-419/+366
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau-31/+24
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau-18/+12
2022-09-02bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau-31/+43
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau-36/+25
2022-09-02bpf: Embed kernel CONFIG check into the if statement in bpf_getsockoptMartin KaFai Lau-7/+4
2022-09-02bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpfMartin KaFai Lau-2/+2
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau-22/+26
2022-09-02net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau-3/+9
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani-2/+6
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet-1/+1
2022-09-01net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang-4/+2
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-08-31core: Variable type completionXin Gao-1/+1
2022-08-30Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"Vlad Buslov-2/+0