index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
2022-09-02
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
2022-08-24
net: Fix data-races around sysctl_max_skb_frags.
Kuniyuki Iwashima
2022-08-18
tcp: handle pure FIN case correctly
Cong Wang
2022-08-18
tcp: refactor tcp_read_skb() a bit
Cong Wang
2022-08-18
tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
Cong Wang
2022-08-18
tcp: fix sock skb accounting in tcp_read_skb()
Cong Wang
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-27
tcp: md5: fix IPv4-mapped support
Eric Dumazet
2022-07-26
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-22
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-19
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
2022-07-19
tcp: support externally provided ubufs
Pavel Begunkov
2022-07-18
tcp: Fix data-races around sysctl_tcp_fastopen.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around sysctl_tcp_reordering.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
Kuniyuki Iwashima
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-08
tcp: Fix a data-race around sysctl_tcp_max_orphans.
Kuniyuki Iwashima
2022-06-28
tcp: diag: add support for TIME_WAIT sockets to tcp_abort()
Eric Dumazet
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
2022-06-17
tcp: fix build...
David S. Miller
2022-06-17
tcp: fix possible freeze in tx path under memory pressure
Eric Dumazet
2022-06-17
tcp: fix possible freeze in tx path under memory pressure
Eric Dumazet
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-10
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
2022-04-29
Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...
Jakub Kicinski
2022-04-29
tcp: pass back data left in socket after receive
Jens Axboe
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-06
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-03-09
tcp: autocork: take MSG_EOR hint into consideration
Eric Dumazet
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-02
tcp: make tcp_read_sock() more robust
Eric Dumazet
2022-02-24
net/tcp: Merge TCP-MD5 inbound callbacks
Dmitry Safonov
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-04
tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
Eric Dumazet
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-01
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
2022-01-25
net: Adjust sk_gso_max_size once when set
David Ahern
2022-01-20
tcp: add a missing sk_defer_free_flush() in tcp_splice_read()
Eric Dumazet
[next]