aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-11-16net: align static siphash keysEric Dumazet
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-11-16tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet
2021-11-16tcp: check local var (timeo) before socket fields in one testEric Dumazet
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet
2021-11-16tcp: avoid indirect calls to sock_rfreeEric Dumazet
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16tcp: small optimization in tcp recvmsg()Eric Dumazet
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-16tcp: small optimization in tcp_v6_send_check()Eric Dumazet
2021-11-16tcp: minor optimization in tcp_add_backlog()Eric Dumazet
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-15net: bridge: Slightly optimize 'find_portno()'Christophe JAILLET
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli
2021-11-14ipv6: Remove duplicate statementsluo penghao
2021-11-14ipv4: Remove duplicate assignmentsluo penghao
2021-11-14ipv4: drop unused assignmentluo penghao
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-11-10vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-09bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend
2021-11-09bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend
2021-11-07sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov