index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2024-02-16
inet: read sk->sk_family once in inet_recv_error()
Eric Dumazet
2024-02-16
tunnels: fix out of bounds access when building IPv6 PMTU error
Antoine Tenart
2024-02-05
net: ipv4: fix a memleak in ip_setup_cork
Zhipeng Lu
2024-02-05
tcp: add sanity checks to rx zerocopy
Eric Dumazet
2024-02-05
ipmr: fix kernel panic when forwarding mcast packets
Nicolas Dichtel
2024-01-31
net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
Martin KaFai Lau
2024-01-31
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
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
bpf: Avoid iter->offset making backward progress in bpf_iter_udp
Martin KaFai Lau
2024-01-25
bpf: iter_udp: Retry with a larger batch size without going back to the previ...
Martin KaFai Lau
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
tcp: derive delack_max from rto_min
Eric Dumazet
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
udplite: fix various data-races
Eric Dumazet
2023-11-20
udplite: remove UDPLITE_BIT
Eric Dumazet
2023-11-20
udp: annotate data-races around udp->encap_type
Eric Dumazet
2023-11-20
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2023-11-20
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
2023-11-20
udp: add missing WRITE_ONCE() around up->encap_rcv
Eric Dumazet
2023-11-20
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
2023-11-20
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
2023-11-20
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
2023-11-20
udp: introduce udp->udp_flags
Eric Dumazet
2023-10-25
net: ipv4: fix typo in comments
Deming Wang
2023-10-22
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
2023-10-20
net: do not leave an empty skb in write queue
Eric Dumazet
2023-10-19
tcp: check mptcp-level constraints for backlog coalescing
Paolo Abeni
2023-10-18
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
2023-10-18
tcp_bpf: properly release resources on error paths
Paolo Abeni
2023-10-18
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
2023-10-17
Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2023-10-17
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2023-10-13
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
[next]