index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2024-01-31
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
2024-01-31
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
2024-01-25
netfilter: bridge: replace physindev with physinif in nf_bridge_info
Pavel Tikhomirov
2024-01-25
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
2024-01-25
udp: annotate data-races around up->pending
Eric Dumazet
2024-01-25
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
2024-01-25
ipmr: support IP_PKTINFO on cache report IGMP msg
Leone Fernando
2024-01-10
udp: annotate data-races around udp->encap_type
Eric Dumazet
2024-01-10
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2024-01-10
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
2024-01-10
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2024-01-10
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
2024-01-10
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
2024-01-10
udp: introduce udp->udp_flags
Eric Dumazet
2024-01-10
ipv4, ipv6: Use splice_eof() to flush
David Howells
2024-01-10
udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
David Howells
2024-01-10
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2024-01-10
net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
Vadim Fedorenko
2023-12-20
net: Remove acked SYN flag from packet in the transmit queue correctly
Dong Chenchen
2023-12-13
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
2023-12-13
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
2023-12-13
tcp: fix mid stream window clamp.
Paolo Abeni
2023-12-08
ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
Zhengchao Shao
2023-12-03
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
2023-11-28
net: set SOCK_RCU_FREE before inserting socket into hashtable
Stanislav Fomichev
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-11-20
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
2023-11-20
tcp_metrics: do not create an entry from tcp_init_metrics()
Eric Dumazet
2023-11-20
tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
Eric Dumazet
2023-11-20
tcp_metrics: add missing barriers on delete
Eric Dumazet
2023-11-20
tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
Aananth V
2023-11-20
udp: add missing WRITE_ONCE() around up->encap_rcv
Eric Dumazet
2023-11-02
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
2023-10-25
tcp_bpf: properly release resources on error paths
Paolo Abeni
2023-10-25
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-25
ipv4/fib: send notify when delete source address routes
Hangbin Liu
2023-10-25
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
2023-10-25
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
2023-10-25
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
2023-10-25
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2023-10-25
net: ipv4: fix return value check in esp_remove_trailer
Ma Ke
2023-10-25
tcp: check mptcp-level constraints for backlog coalescing
Paolo Abeni
2023-10-19
tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
mfreemon@cloudflare.com
2023-10-10
tcp: fix delayed ACKs for MSS boundary condition
Neal Cardwell
2023-10-10
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
2023-10-10
ipv4: Set offload_failed flag in fibmatch results
Benjamin Poirier
2023-10-10
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-10-10
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2023-10-10
bpf, sockmap: Do not inc copied_seq when PEEK flag set
John Fastabend
2023-10-10
bpf: tcp_read_skb needs to pop skb regardless of seq
John Fastabend
[next]