aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro
2024-02-23tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao
2024-01-18Merge tag 'v5.15.147' into v5.15/standard/baseBruce Ashfield
2024-01-15net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-12-27Merge tag 'v5.15.144' into v5.15/standard/baseBruce Ashfield
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-12-18Merge tag 'v5.15.143' into v5.15/standard/baseBruce Ashfield
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet
2023-12-13ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida
2023-12-09Merge tag 'v5.15.142' into v5.15/standard/baseBruce Ashfield
2023-12-08ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao
2023-12-03Merge tag 'v5.15.141' into v5.15/standard/baseBruce Ashfield
2023-12-03Merge tag 'v5.15.140' into v5.15/standard/baseBruce Ashfield
2023-12-03Merge tag 'v5.15.139' into v5.15/standard/baseBruce Ashfield
2023-12-03ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-11-28net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev
2023-11-28net: inet: Retire port only listening_hashMartin KaFai Lau
2023-11-28net: inet: Open code inet_hash2 and inet_unhash2Martin KaFai Lau
2023-11-28net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-20tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-11-20tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet
2023-11-20tcp_metrics: add missing barriers on deleteEric Dumazet
2023-11-20tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-11-20udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet
2023-11-17Merge tag 'v5.15.138' into v5.15/standard/baseBruce Ashfield
2023-11-08tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-11-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2023-11-08tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet
2023-10-27Merge tag 'v5.15.137' into v5.15/standard/baseBruce Ashfield
2023-10-25ipv4/fib: send notify when delete source address routesHangbin Liu
2023-10-25ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-25net: ipv4: fix return value check in esp_remove_trailerMa Ke
2023-10-25tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-11Merge tag 'v5.15.135' into v5.15/standard/baseBruce Ashfield
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-08Merge tag 'v5.15.134' into v5.15/standard/baseBruce Ashfield
2023-10-06ipv4: fix null-deref in ipv4_link_failureKyle Zeng
2023-09-25Merge tag 'v5.15.132' into v5.15/standard/baseBruce Ashfield
2023-09-19net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-19ipv4: annotate data-races around fi->fib_deadEric Dumazet
2023-09-19igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai