index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
2019-02-23
tcp: clear icsk_backoff in tcp_write_queue_purge()
Eric Dumazet
2018-10-13
tcp: use an RB tree for ooo receive queue
Yaogong Wang
2018-08-24
tcp: identify cryptic messages as TCP seq # bugs
Randy Dunlap
2018-05-26
tcp: ignore Fast Open on repair mode
Yuchung Cheng
2018-05-16
tcp: fix TCP_REPAIR_QUEUE bound checking
Eric Dumazet
2018-04-29
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
Eric Dumazet
2018-02-16
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
2018-01-31
net: tcp: close sock if net namespace is exiting
Dan Streetman
2017-09-27
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
2017-07-21
tcp: reset sk_rx_dst in tcp_disconnect()
WANG Cong
2017-06-07
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
2017-05-02
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
2017-02-18
tcp: avoid infinite loop in tcp_splice_read()
Eric Dumazet
2016-11-21
tcp: fix potential memory corruption
Eric Dumazet
2016-03-03
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2016-03-03
tcp: beware of alignments in tcp_get_info()
Eric Dumazet
2015-12-01
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-11-15
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
2015-10-21
tcp: track min RTT using windowed min-filter
Yuchung Cheng
2015-10-07
net: ipv4: tcp.c Fixed an assignment coding style issue
Yuvaraja Mariappan
2015-09-29
tcp: prepare fastopen code for upcoming listener changes
Eric Dumazet
2015-08-25
tcp: fix slow start after idle vs TSO/GSO
Eric Dumazet
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-23
tcp: Do not call tcp_fastopen_reset_cipher from interrupt context
Christoph Paasch
2015-06-15
sock_diag: implement a get_info handler for inet
Craig Gallek
2015-05-25
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-22
tcp: fix a potential deadlock in tcp_get_info()
Eric Dumazet
2015-05-21
tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info
Marcelo Ricardo Leitner
2015-05-21
tcp: ensure epoll edge trigger wakeup when write queue is empty
Jason Baron
2015-05-21
tcp: add a force_schedule argument to sk_stream_alloc_skb()
Eric Dumazet
2015-05-19
tcp: Return error instead of partial read for saved syn headers
Eric B Munson
2015-05-17
tcp: halves tcp_mem[] limits
Eric Dumazet
2015-05-17
tcp: fix behavior for epoll edge trigger
Eric Dumazet
2015-05-05
tcp: provide SYN headers for passive connections
Eric Dumazet
2015-04-29
tcp: add TCP_CC_INFO socket option
Eric Dumazet
2015-04-29
tcp: add tcpi_bytes_received to tcp_info
Eric Dumazet
2015-04-29
tcp: add tcpi_bytes_acked to tcp_info
Eric Dumazet
2015-04-21
tcp: add memory barriers to write space paths
jbaron@akamai.com
2015-04-17
tcp: tcp_get_info() should fetch socket fields once
Eric Dumazet
2015-04-11
new helper: msg_data_left()
Al Viro
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
ipv4: coding style: comparison for equality with NULL
Ian Morris
2015-03-24
tcp: use C99 initializers in new_state[]
Eric Dumazet
2015-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-05
tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()
Eric Dumazet
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
2015-02-04
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
[next]