summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2021-11-161-11/+1
* net: make sock_inuse_add() availableEric Dumazet2021-11-162-13/+1
* net: inline sock_prot_inuse_add()Eric Dumazet2021-11-161-11/+0
* net: gro: populate net/core/gro.cEric Dumazet2021-11-162-667/+649
* net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet2021-11-163-118/+119
* net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-162-26/+27
* net: move gro definitions to include/net/gro.hEric Dumazet2021-11-1610-0/+10
* tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet2021-11-161-2/+1
* tcp: check local var (timeo) before socket fields in one testEric Dumazet2021-11-161-2/+2
* tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-163-2/+27
* tcp: avoid indirect calls to sock_rfreeEric Dumazet2021-11-161-5/+15
* tcp: tp->urg_data is unlikely to be setEric Dumazet2021-11-162-7/+7
* tcp: annotate races around tp->urg_dataEric Dumazet2021-11-162-10/+11
* tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet2021-11-161-2/+4
* tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2021-11-162-3/+7
* tcp: small optimization in tcp recvmsg()Eric Dumazet2021-11-161-2/+1
* net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet2021-11-163-4/+4
* net: remove sk_route_nocapsEric Dumazet2021-11-164-5/+6
* net: remove sk_route_forced_capsEric Dumazet2021-11-162-2/+3
* net: use sk_is_tcp() in more placesEric Dumazet2021-11-162-8/+4
* tcp: small optimization in tcp_v6_send_check()Eric Dumazet2021-11-161-3/+1
* tcp: minor optimization in tcp_add_backlog()Eric Dumazet2021-11-161-3/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-155-21/+24
|\
| * bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu2021-11-121-5/+1
| * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-115-16/+23
* | net: bridge: Slightly optimize 'find_portno()'Christophe JAILLET2021-11-151-4/+4
* | net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli2021-11-151-9/+9
* | ipv6: Remove duplicate statementsluo penghao2021-11-141-1/+0
* | ipv4: Remove duplicate assignmentsluo penghao2021-11-141-1/+0
* | ipv4: drop unused assignmentluo penghao2021-11-141-1/+0
* | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1130-106/+272
|\ \
| * | net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin2021-11-111-2/+5
| * | net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li2021-11-101-7/+11
| * | vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata2021-11-101-0/+2
| * | net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-101-10/+17
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-104-24/+104
| |\ \
| | * | bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki2021-11-091-6/+30
| | * | bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-092-9/+23
| | * | bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend2021-11-091-0/+47
| | * | bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend2021-11-091-1/+0
| | * | bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend2021-11-092-8/+4
| * | | sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov2021-11-071-3/+0
| * | | can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong2021-11-061-0/+5
| * | | can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong2021-11-061-0/+7
| * | | can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong2021-11-061-0/+6
| |/ /
| * | ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le2021-11-061-1/+0
| * | net/smc: Print function name in smcr_link_down tracepointTony Lu2021-11-051-1/+1
| * | mctp: handle the struct sockaddr_mctp_ext padding fieldEugene Syromiatnikov2021-11-051-1/+10
| * | mctp: handle the struct sockaddr_mctp padding fieldsEugene Syromiatnikov2021-11-051-0/+13
| * | devlink: fix flexible_array.cocci warningGuo Zhengkui2021-11-051-1/+1