Show patches with: Submitter = Eric Dumazet       |    State = Action Required       |    Archived = No       |   94 patches
Patch Series S/W/F Date Submitter Delegate State
[4.19-stable,1/3] tcp: annotate tp->copied_seq lockless reads [4.19-stable,1/3] tcp: annotate tp->copied_seq lockless reads --- 2021-03-12 Eric Dumazet New
[4.19-stable,2/3] tcp: annotate tp->write_seq lockless reads [4.19-stable,1/3] tcp: annotate tp->copied_seq lockless reads --- 2021-03-12 Eric Dumazet New
[bpf] bpf: add schedule point in htab_init_buckets() [bpf] bpf: add schedule point in htab_init_buckets() --- 2020-12-21 Eric Dumazet New
[iproute2] tc: fq: add horizon attributes [iproute2] tc: fq: add horizon attributes --- 2021-06-04 Eric Dumazet New
[net,1/2] ipv6: make exception cache less predictible inet: make exception handling less predictible --- 2021-08-29 Eric Dumazet New
[net,1/2] netfilter: nf_tables: avoid overflows in nft_hash_buckets() [net,1/2] netfilter: nf_tables: avoid overflows in nft_hash_buckets() --- 2021-05-06 Eric Dumazet New
[net,2/2] ipv4: use siphash instead of Jenkins in fnhe_hashfun() Untitled series #154660 --- 2021-08-25 Eric Dumazet New
[net,2/2] net/packet: annotate accesses to po->ifindex net/packet: annotate data races --- 2021-06-16 Eric Dumazet New
[net] fq_codel: reject silly quantum parameters [net] fq_codel: reject silly quantum parameters --- 2021-09-03 Eric Dumazet New
[net] geneve: pull IP header before ECN decapsulation [net] geneve: pull IP header before ECN decapsulation --- 2020-12-01 Eric Dumazet New
[net] gro_cells: reduce number of synchronize_net() calls [net] gro_cells: reduce number of synchronize_net() calls --- 2020-11-24 Eric Dumazet New
[net] gro: ensure frag0 meets IP header alignment [net] gro: ensure frag0 meets IP header alignment --- 2021-04-13 Eric Dumazet New
[net] icmp: randomize the global rate limiter [net] icmp: randomize the global rate limiter --- 2020-10-15 Eric Dumazet New
[net] ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl() [net] ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl() --- 2021-06-21 Eric Dumazet New
[net] inet: annotate data race in inet_send_prepare() and inet_dgram_connect() [net] inet: annotate data race in inet_send_prepare() and inet_dgram_connect() --- 2021-06-09 Eric Dumazet New
[net] inet: annotate date races around sk->sk_txhash [net] inet: annotate date races around sk->sk_txhash --- 2021-06-10 Eric Dumazet New
[net] ipv4: fix endianness issue in inet_rtm_getroute_build_skb() [net] ipv4: fix endianness issue in inet_rtm_getroute_build_skb() --- 2021-08-31 Eric Dumazet New
[net] ipv6: fix out-of-bound access in ip6_parse_tlv() [net] ipv6: fix out-of-bound access in ip6_parse_tlv() --- 2021-06-23 Eric Dumazet New
[net] mac80211: mesh: fix mesh_pathtbl_init() error path [net] mac80211: mesh: fix mesh_pathtbl_init() error path --- 2020-12-04 Eric Dumazet New
[net] macsec: avoid use-after-free in macsec_handle_frame() [net] macsec: avoid use-after-free in macsec_handle_frame() --- 2020-10-07 Eric Dumazet New
[net] net/af_unix: fix a data-race in unix_dgram_poll [net] net/af_unix: fix a data-race in unix_dgram_poll --- 2021-09-09 Eric Dumazet New
[net] net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock [net] net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock --- 2021-06-16 Eric Dumazet New
[net] net: annotate data race around sk_ll_usec [net] net: annotate data race around sk_ll_usec --- 2021-06-29 Eric Dumazet New
[net] net: annotate data race in sock_error() [net] net: annotate data race in sock_error() --- 2021-06-10 Eric Dumazet New
[net] net-caif: avoid user-triggerable WARN_ON(1) [net] net-caif: avoid user-triggerable WARN_ON(1) --- 2021-09-13 Eric Dumazet New
[net] netfilter: nfnetlink: add a missing rcu_read_unlock() [net] netfilter: nfnetlink: add a missing rcu_read_unlock() --- 2021-05-05 Eric Dumazet New
[net] net: gro: do not keep too many GRO packets in napi->rx_list [net] net: gro: do not keep too many GRO packets in napi->rx_list --- 2021-02-04 Eric Dumazet New
[net] net: igmp: fix data-race in igmp_ifc_timer_expire() [net] net: igmp: fix data-race in igmp_ifc_timer_expire() --- 2021-08-10 Eric Dumazet New
[net] net: igmp: increase size of mr_ifc_count [net] net: igmp: increase size of mr_ifc_count --- 2021-08-11 Eric Dumazet New
[net] net/packet: annotate data race in packet_sendmsg() [net] net/packet: annotate data race in packet_sendmsg() --- 2021-06-10 Eric Dumazet New
[net] net/packet: remove data races in fanout operations [net] net/packet: remove data races in fanout operations --- 2021-04-14 Eric Dumazet New
[net] net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() [net] net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() --- 2021-03-12 Eric Dumazet New
[net] net_sched: avoid shift-out-of-bounds in tcindex_set_parms() [net] net_sched: avoid shift-out-of-bounds in tcindex_set_parms() --- 2021-01-14 Eric Dumazet New
[net] net_sched: gen_estimator: support large ewma log [net] net_sched: gen_estimator: support large ewma log --- 2021-01-14 Eric Dumazet New
[net] net_sched: reject silly cell_log in qdisc_get_rtab() [net] net_sched: reject silly cell_log in qdisc_get_rtab() --- 2021-01-14 Eric Dumazet New
[net] net/tcp_fastopen: fix data races around tfo_active_disable_stamp [net] net/tcp_fastopen: fix data races around tfo_active_disable_stamp --- 2021-07-19 Eric Dumazet New
[net] net/tcp_fastopen: remove obsolete extern [net] net/tcp_fastopen: remove obsolete extern --- 2021-07-19 Eric Dumazet New
[net-next,1/2] ice: drop dead code in ice_receive_skb() [net-next,1/2] ice: drop dead code in ice_receive_skb() --- 2021-01-08 Eric Dumazet New
[net-next,1/2] inet: remove icsk_ack.blocked tcp: exponential backoff in tcp_send_ack() --- 2020-09-30 Eric Dumazet New
[net-next,1/2] tcp: fix SO_RCVLOWAT related hangs under mem pressure tcp: mem pressure vs SO_RCVLOWAT --- 2021-02-12 Eric Dumazet New
[net-next,1/3] tcp: plug skb_still_in_host_queue() to TSQ tcp: better deal with delayed TX completions --- 2021-03-11 Eric Dumazet New
[net-next,2/2] inet: udp{4|6}_lib_lookup_skb() skb argument is const inet: prevent skb changes in udp{4|6}_lib_lookup_skb() --- 2020-11-09 Eric Dumazet New
[net-next,2/2] tcp: add exponential backoff in __tcp_send_ack() tcp: exponential backoff in tcp_send_ack() --- 2020-09-30 Eric Dumazet New
[net-next,2/2] tcp: add some entropy in __inet_hash_connect() tcp: RFC 6056 induced changes --- 2021-02-09 Eric Dumazet New
[net-next,2/2] tcp: factorize logic into tcp_epollin_ready() tcp: mem pressure vs SO_RCVLOWAT --- 2021-02-12 Eric Dumazet New
[net-next,2/3] tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack() tcp: better deal with delayed TX completions --- 2021-03-11 Eric Dumazet New
[net-next,2/5] ipv4: shrink netns_ipv4 with sysctl conversions Untitled series #114568 --- 2021-03-25 Eric Dumazet New
[net-next,3/3] tcp: remove obsolete check in __tcp_retransmit_skb() tcp: better deal with delayed TX completions --- 2021-03-11 Eric Dumazet New
[net-next,3/5] ipv4: convert ip_forward_update_priority sysctl to u8 Untitled series #114568 --- 2021-03-25 Eric Dumazet New
[net-next,3/9] ipv4: convert fib_notify_on_flag_change sysctl to u8 inet: shrink netns_ipv{4|6} --- 2021-03-31 Eric Dumazet New
[net-next,5/5] tcp: convert elligible sysctls to u8 Untitled series #114568 --- 2021-03-25 Eric Dumazet New
[net-next,5/9] ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8 inet: shrink netns_ipv{4|6} --- 2021-03-31 Eric Dumazet New
[net-next,6/9] ipv4: convert igmp_link_local_mcast_reports sysctl to u8 inet: shrink netns_ipv{4|6} --- 2021-03-31 Eric Dumazet New
[net-next,8/9] ipv6: convert elligible sysctls to u8 inet: shrink netns_ipv{4|6} --- 2021-03-31 Eric Dumazet New
[net-next] af_unix: fix potential NULL deref in unix_dgram_connect() [net-next] af_unix: fix potential NULL deref in unix_dgram_connect() --- 2021-08-30 Eric Dumazet New
[net-next] inet: do not export inet_gro_{receive|complete} [net-next] inet: do not export inet_gro_{receive|complete} --- 2021-02-02 Eric Dumazet New
[net-next] ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods [net-next] ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods --- 2021-03-30 Eric Dumazet New
[net-next] ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv() [net-next] ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv() --- 2021-08-03 Eric Dumazet New
[net-next] ipv6: remove extra dev_hold() for fallback tunnels [net-next] ipv6: remove extra dev_hold() for fallback tunnels --- 2021-03-31 Eric Dumazet New
[net-next] mptcp: avoid potential infinite loop in mptcp_recvmsg() [net-next] mptcp: avoid potential infinite loop in mptcp_recvmsg() --- 2020-12-02 Eric Dumazet New
[net-next] net: add CONFIG_PCPU_DEV_REFCNT [net-next] net: add CONFIG_PCPU_DEV_REFCNT --- 2021-03-19 Eric Dumazet New
[net-next] net: fix icmp_echo_enable_probe sysctl [net-next] net: fix icmp_echo_enable_probe sysctl --- 2021-03-30 Eric Dumazet New
[net-next] net: proc: speedup /proc/net/netstat [net-next] net: proc: speedup /proc/net/netstat --- 2021-01-28 Eric Dumazet New
[net-next] net: reduce indentation level in sk_clone_lock() [net-next] net: reduce indentation level in sk_clone_lock() --- 2021-01-27 Eric Dumazet New
[net-next] net: reorganize fields in netns_mib [net-next] net: reorganize fields in netns_mib --- 2021-04-02 Eric Dumazet New
[net-next] net/sched: get rid of qdisc->padded [net-next] net/sched: get rid of qdisc->padded --- 2020-10-07 Eric Dumazet New
[net-next] net: set initial device refcount to 1 [net-next] net: set initial device refcount to 1 --- 2021-03-22 Eric Dumazet New
[net-next] net/tcp_fastopen: remove tcp_fastopen_ctx_lock [net-next] net/tcp_fastopen: remove tcp_fastopen_ctx_lock --- 2021-07-19 Eric Dumazet New
[net-next] Revert "tcp: Reset tcp connections in SYN-SENT state" [net-next] Revert "tcp: Reset tcp connections in SYN-SENT state" --- 2021-04-09 Eric Dumazet New
[net-next] scm: fix a typo in put_cmsg() [net-next] scm: fix a typo in put_cmsg() --- 2021-04-16 Eric Dumazet New
[net-next] scm: optimize put_cmsg() [net-next] scm: optimize put_cmsg() --- 2021-04-15 Eric Dumazet New
[net-next] sit: proper dev_{hold|put} in ndo_[un]init methods [net-next] sit: proper dev_{hold|put} in ndo_[un]init methods --- 2021-03-29 Eric Dumazet New
[net-next] tcp: avoid indirect call in tcp_new_space() [net-next] tcp: avoid indirect call in tcp_new_space() --- 2021-07-21 Eric Dumazet New
[net-next] tcp: change ICSK_CA_PRIV_SIZE definition [net-next] tcp: change ICSK_CA_PRIV_SIZE definition --- 2021-06-29 Eric Dumazet New
[net-next] tcp: fix tcp_min_tso_segs sysctl [net-next] tcp: fix tcp_min_tso_segs sysctl --- 2021-03-29 Eric Dumazet New
[net-next] tcp: reorder tcp_congestion_ops for better cache locality [net-next] tcp: reorder tcp_congestion_ops for better cache locality --- 2021-04-02 Eric Dumazet New
[net-next] tcp: tweak len/truesize ratio for coalesce candidates [net-next] tcp: tweak len/truesize ratio for coalesce candidates --- 2021-07-21 Eric Dumazet New
[net-next] tcp_yeah: check struct yeah size at compile time [net-next] tcp_yeah: check struct yeah size at compile time --- 2021-06-29 Eric Dumazet New
[net-next] virtio-net: fix use-after-free in page_to_skb() [net-next] virtio-net: fix use-after-free in page_to_skb() --- 2021-04-20 Eric Dumazet New
[net-next] virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow() [net-next] virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow() --- 2021-06-21 Eric Dumazet New
[net] pktgen: remove unused variable [net] pktgen: remove unused variable --- 2021-09-02 Eric Dumazet New
[net] pkt_sched: sch_qfq: fix qfq_change_class() error path [net] pkt_sched: sch_qfq: fix qfq_change_class() error path --- 2021-06-21 Eric Dumazet New
[net] Revert "net: correct sk_acceptq_is_full()" [net] Revert "net: correct sk_acceptq_is_full()" --- 2021-03-31 Eric Dumazet New
[net] Revert "virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()" [net] Revert "virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()" --- 2021-01-13 Eric Dumazet New
[net] sctp: fix sctp_auth_init_hmacs() error path [net] sctp: fix sctp_auth_init_hmacs() error path --- 2020-10-08 Eric Dumazet New
[net] tcp: fix receive window update in tcp_add_backlog() [net] tcp: fix receive window update in tcp_add_backlog() --- 2020-10-05 Eric Dumazet New
[net] tcp: fix tcp_rmem documentation [net] tcp: fix tcp_rmem documentation --- 2021-02-10 Eric Dumazet New
[net] tipc: better validate user input in tipc_nl_retrieve_key() [net] tipc: better validate user input in tipc_nl_retrieve_key() --- 2021-03-15 Eric Dumazet New
[net] udp: annotate data races around unix_sk(sk)->gso_size [net] udp: annotate data races around unix_sk(sk)->gso_size --- 2021-06-30 Eric Dumazet New
[net] virtio_net: Do not pull payload in skb->head [net] virtio_net: Do not pull payload in skb->head --- 2021-04-02 Eric Dumazet New
[net] vxlan: add missing rcu_read_lock() in neigh_reduce() [net] vxlan: add missing rcu_read_lock() in neigh_reduce() --- 2021-06-21 Eric Dumazet New
Question about inet_rtm_getroute_build_skb() Question about inet_rtm_getroute_build_skb() --- 2021-08-27 Eric Dumazet New
[v2,net] ipv6: tcp: drop silly ICMPv6 packet too big messages [v2,net] ipv6: tcp: drop silly ICMPv6 packet too big messages --- 2021-07-08 Eric Dumazet New
[v3,net] ipv6: tcp: drop silly ICMPv6 packet too big messages [v3,net] ipv6: tcp: drop silly ICMPv6 packet too big messages --- 2021-07-08 Eric Dumazet New