summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* net: ipv4: fix return value check in esp_remove_trailerMa Ke2023-10-251-1/+3
* tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell2023-10-101-0/+13
* tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell2023-10-101-4/+3
* ipv4: fix null-deref in ipv4_link_failureKyle Zeng2023-10-101-1/+3
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-231-1/+2
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-09-231-1/+1
* tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-09-231-2/+1
* net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing2023-08-301-1/+3
* ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao2023-08-301-2/+2
* tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-111-4/+5
* tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-111-4/+7
* tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-111-9/+14
* tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-111-2/+4
* tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-111-6/+13
* tcp_metrics: fix addr_same() helperEric Dumazet2023-08-111-1/+1
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-08-112-3/+5
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-08-111-2/+2
* tcp: annotate data-races around rskq_defer_acceptEric Dumazet2023-08-111-5/+6
* tcp: annotate data-races around tp->linger2Eric Dumazet2023-08-111-4/+4
* net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2023-08-111-2/+2
* Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-08-112-19/+6
* tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet2023-08-111-3/+9
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-3/+3
* xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-281-0/+3
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-093-0/+9
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-092-2/+15
* udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-301-0/+2
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-301-9/+9
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2023-05-301-3/+3
* tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-303-9/+11
* tcp: factor out __tcp_close() helperPaolo Abeni2023-05-301-2/+7
* tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limitSoheil Hassas Yeganeh2023-05-301-2/+2
* ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan2023-05-171-3/+13
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-262-3/+14
* icmp: guard against too small mtuEric Dumazet2023-04-201-0/+5
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-04-051-2/+2
* ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-221-0/+3
* net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-221-6/+6
* tcp: tcp_make_synack() can be called from process contextBreno Leitao2023-03-221-1/+1
* tcp: Fix listen() regression in 4.19.270Kuniyuki Iwashima2023-03-111-0/+1
* tcp: tcp_check_req() can be called from process contextEric Dumazet2023-03-111-2/+5
* inet: fix fast path in __inet_hash_connect()Pietro Borrello2023-03-111-11/+1
* ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-02-061-0/+2
* tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-02-062-6/+19
* net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-181-1/+15
* net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2023-01-181-0/+1
* tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-12-082-5/+15
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-081-0/+2
* tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-11-251-0/+2