summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-163-26/+25
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-24/+23
* | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+4
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-033-21/+118
|\
| * bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-1/+27
| * bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau2022-09-291-17/+28
| * bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau2022-09-291-6/+7
| * skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian2022-09-261-4/+8
| * net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-09-261-1/+2
| * bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-201-9/+9
| * bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-101-0/+54
* | gro: add support of (hw)gro packets to gro stackCoco Li2022-10-031-4/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-0/+1
|\ \
| * | xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2022-08-291-0/+1
* | | net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko2022-09-301-3/+43
* | | net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2022-09-301-2/+4
* | | net: devlink: introduce port registered assert helper and use itJiri Pirko2022-09-301-13/+19
* | | net-sysfs: Convert to use sysfs_emit() APIsWang Yufen2022-09-301-29/+29
* | | net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-292-22/+103
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-7/+0
|\ \ \
| * | | Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt2022-09-281-7/+0
* | | | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* | | | net: shrink struct ubuf_infoPavel Begunkov2022-09-281-17/+21
* | | | xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer2022-09-261-6/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-3/+2
|\| | |
| * | | net: core: fix flow symmetric hashLudovic Cintrat2022-09-091-3/+2
* | | | flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang2022-09-211-2/+2
* | | | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-2/+3
* | | | net: rtnetlink: Enslave device before bringing it upPhil Sutter2022-09-201-7/+7
* | | | flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek2022-09-201-0/+7
* | | | flow_dissector: Add L2TPv3 dissectorsWojciech Drewek2022-09-201-0/+28
* | | | rtnetlink: advertise allmulti counterNicolas Dichtel2022-09-161-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-084-24/+7
|\| | |
| * | | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-073-23/+6
| * | | tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-1/+1
* | | | net: sysctl: remove unused variable long_maxLiu Shixin2022-09-071-1/+0
| |_|/ |/| |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-063-419/+366
|\ \ \
| * | | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-021-31/+24
| * | | bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau2022-09-021-18/+12
| * | | bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau2022-09-021-31/+43
| * | | bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau2022-09-022-36/+25
| * | | bpf: Embed kernel CONFIG check into the if statement in bpf_getsockoptMartin KaFai Lau2022-09-021-7/+4
| * | | bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-2/+2
| * | | bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-022-22/+26
| * | | net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau2022-09-021-3/+9
| * | | bpf: Support getting tunnel flagsShmulik Ladkani2022-09-021-2/+6
| * | | bpf: Use cgroup_{common,current}_func_proto in more hooksStanislav Fomichev2022-08-231-47/+33
| * | | bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani2022-08-231-0/+3
| * | | flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani2022-08-231-6/+7