summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet1-1/+1
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet1-5/+4
2023-11-20tcp_metrics: add missing barriers on deleteEric Dumazet1-2/+2
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell2-5/+6
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-09-23igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet1-1/+2
2023-09-23lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1
2023-09-23tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-08-30net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-30ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet1-4/+5
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet1-4/+7
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet1-9/+14
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet1-2/+4
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet1-6/+13
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet1-1/+1
2023-08-11tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2-3/+5
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-08-11tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-08-11tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-08-11net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-2/+2
2023-08-11Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-08-11tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet1-3/+9
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior1-0/+3
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet3-0/+9
2023-06-09ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2-2/+15
2023-05-30udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima1-0/+2
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-9/+9
2023-05-30ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye1-3/+3
2023-05-30tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-30tcp: factor out __tcp_close() helperPaolo Abeni1-2/+7
2023-05-30tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh1-2/+2
2023-05-17ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan1-3/+13
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2-3/+14
2023-04-20icmp: guard against too small mtuEric Dumazet1-0/+5
2023-04-05erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-6/+6
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2023-03-11tcp: Fix listen() regression in 4.19.270Kuniyuki Iwashima1-0/+1
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet1-2/+5
2023-03-11inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-02-06ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet1-0/+2