Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8f7baad7f03543451af27f5380fc816b008aa1f2
/
net
/
ipv4
/
tcp.c
8f7baad7f
tcp: Add snd_wnd to TCP_INFO
by Thomas Higdon
· 5 years ago
f9af2db
tcp: Add TCP_INFO counter for packets received out-of-order
by Thomas Higdon
· 5 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
fdfc5c8
tcp: remove empty skb from write queue in error cases
by Eric Dumazet
· 5 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
1a991488
tcp: batch calls to sk_flush_backlog()
by Eric Dumazet
· 5 years ago
4147766
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
by Jakub Kicinski
· 5 years ago
b54c9d5
net: Use skb_frag_off accessors
by Jonathan Lemon
· 5 years ago
d8e18a5
net: Use skb accessors in network core
by Matthew Wilcox (Oracle)
· 5 years ago
8d650cd
tcp: fix tcp_set_congestion_control() use from bpf hook
by Eric Dumazet
· 6 years ago
af144a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
e858faf
tcp: Reset bytes_acked and bytes_received when disconnecting
by Christoph Paasch
· 6 years ago
438ac88
net: fastopen: robustness and endianness fixes for SipHash
by Ard Biesheuvel
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4fddbf8
Merge branch 'tcp-fixes'
by David S. Miller
· 6 years ago
2e05fca
tcp: fix compile error if !CONFIG_SYSCTL
by Eric Dumazet
· 6 years ago
3b4929f
tcp: limit payload size of sacked skbs
by Eric Dumazet
· 6 years ago
a842fe1
tcp: add optional per socket transmit delay
by Eric Dumazet
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0f1ce02
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
by Jason Baron
· 6 years ago
9092a76
tcp: add backup TFO key infrastructure
by Jason Baron
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
858f501
tcp: do not recycle cloned skbs
by Eric Dumazet
· 6 years ago
98fa627
tcp: refactor setting the initial congestion window
by Yuchung Cheng
· 6 years ago
d7cc399
tcp: properly reset skb->truesize for tx recycling
by Eric Dumazet
· 6 years ago
eb70a1a
tcp: cleanup sk_tx_skb_cache before reuse
by Eric Dumazet
· 6 years ago
4f66154
tcp: fix zerocopy and notsent_lowat issues
by Eric Dumazet
· 6 years ago
8b27dae
tcp: add one skb cache for rx
by Eric Dumazet
· 6 years ago
472c2e0
tcp: add one skb cache for tx
by Eric Dumazet
· 6 years ago
6466e71
tcp: do not report TCP_CM_INQ of 0 for closed connections
by Soheil Hassas Yeganeh
· 6 years ago
a10674b
tcp: detecting the misuse of .sendpage for Slab objects
by Vasily Averin
· 6 years ago
921f9a0
tcp: convert tcp_md5_needed to static_branch API
by Eric Dumazet
· 6 years ago
6c7b4ee
tcp: get rid of tcp_check_send_head()
by Eric Dumazet
· 6 years ago
375ca54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
04c0311
tcp: clear icsk_backoff in tcp_write_queue_purge()
by Eric Dumazet
· 6 years ago
9718475
socket: Add SO_TIMESTAMPING_NEW
by Deepa Dinamani
· 6 years ago
887feae
socket: Add SO_TIMESTAMP[NS]_NEW
by Deepa Dinamani
· 6 years ago
13c6ee2
socket: Use old_timeval types for socket timestamps
by Deepa Dinamani
· 6 years ago
7f1bc6e
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
by Deepa Dinamani
· 6 years ago
31954cd
tcp: Refactor pingpong code
by Wei Wang
· 6 years ago
f859a44
tcp: allow zerocopy with fastopen
by Willem de Bruijn
· 6 years ago
fa7f3a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
6bcdc40
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
792c435
tcp: move tp->rack init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
6cda8b7
tcp: move app_limited init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
5c70154
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
3a9a57f
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
b9e2e68
tcp: move mdev_us init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
6a40814
tcp: move icsk_rto init to tcp_disconnect()
by Eric Dumazet
· 6 years ago
13d7f463
tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
by Willem de Bruijn
· 6 years ago
fdb8b29
tcp: fix code style in tcp_recvmsg()
by Pedro Tammela
· 6 years ago
52900d2
udp: elide zerocopy operation in hot path
by Willem de Bruijn
· 6 years ago
6015c71
tcp: md5: add tcp_md5_needed jump label
by Eric Dumazet
· 6 years ago
e8bd8fc
tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS
by Yousuk Seung
· 6 years ago
213d776
tcp: clean up STATE_TRACE
by Yafang Shao
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
89ab066
Revert "net: simplify sock_poll_wait"
by Karsten Graul
· 6 years ago
76a9ebe
net: extend sk_pacing_rate to unsigned long
by Eric Dumazet
· 6 years ago
8873c06
tcp: do not release socket ownership in tcp_close()
by Eric Dumazet
· 6 years ago
789762c
tcp: adjust rcv zerocopy hints based on frag sizes
by Soheil Hassas Yeganeh
· 6 years ago
8f2b029
tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE
by Soheil Hassas Yeganeh
· 6 years ago
a337531
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
by Yuchung Cheng
· 6 years ago
d3edd06
tcp: provide earliest departure time in skb->tstamp
by Eric Dumazet
· 6 years ago
aaf9253
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
5cf4a85
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
by Vincent Whitchurch
· 6 years ago
7788174
tcp: change IPv6 flow-label upon receiving spurious retransmission
by Yuchung Cheng
· 6 years ago
a01512b
tcp: remove unneeded variable 'err'
by YueHaibing
· 6 years ago
7ec6537
tcp: add stat of data packet reordering events
by Wei Wang
· 6 years ago
7e10b65
tcp: add dsack blocks received stats
by Wei Wang
· 6 years ago
fb31c9b
tcp: add data bytes retransmitted stats
by Wei Wang
· 6 years ago
ba113c3
tcp: add data bytes sent stats
by Wei Wang
· 6 years ago
984988a
tcp: add a helper to calculate size of opt_stats
by Wei Wang
· 6 years ago
dd979b4
net: simplify sock_poll_wait
by Christoph Hellwig
· 6 years ago
9bcc66e
tcp: convert icsk_user_timeout from jiffies to msecs
by Jon Maxwell
· 7 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 6 years ago
e56b8ce
tcp: identify cryptic messages as TCP seq # bugs
by Randy Dunlap
· 7 years ago
31048d7
tcp: Fix broken repair socket window probe patch
by Stefan Baranoff
· 7 years ago
70b7ff1
tcp: allow user to create repair socket without window probes
by Stefan Baranoff
· 7 years ago
95765a6
tcp: remove SG-related comment in tcp_sendmsg()
by Julian Wiedmann
· 7 years ago
c47078d
tcp: remove redundant SOCK_DONE checks
by Eric Dumazet
· 7 years ago
6508b67
tcp: cleanup copied_seq and urg_data in tcp_disconnect
by Eric Dumazet
· 7 years ago
acc2cf4
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
by Lorenzo Colitti
· 7 years ago
657a066
sock: sockc cookie initializer
by Willem de Bruijn
· 7 years ago
5cd3da4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
3f6c65d
tcp: ignore rcv_rtt sample with old ts ecr value
by Wei Wang
· 7 years ago
867f816
tcp: limit sk_rcvlowat by the maximum receive buffer
by Soheil Hassas Yeganeh
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
2c7d3da
net/tcp: convert to ->poll_mask
by Christoph Hellwig
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
a7b15ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
114f39f
tcp: restore autocorking
by Eric Dumazet
· 7 years ago
b75eba7
tcp: send in-queue bytes in cmsg upon read
by Soheil Hassas Yeganeh
· 7 years ago
bf2acc9
tcp: fix TCP_REPAIR_QUEUE bound checking
by Eric Dumazet
· 7 years ago
05255b8
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
by Eric Dumazet
· 7 years ago
16ae6aa
tcp: ignore Fast Open on repair mode
by Yuchung Cheng
· 7 years ago
e0ada51
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
feb5f2e
tcp: export packets delivery info
by Yuchung Cheng
· 7 years ago
e21db6f
tcp: track total bytes delivered with ECN CE marks
by Yuchung Cheng
· 7 years ago
Next »