index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero
Eric Dumazet
2021-10-28
tcp: do not clear skb->csum if already zero
Eric Dumazet
2021-10-28
tcp: factorize ip_summed setting
Eric Dumazet
2021-10-28
tcp: no longer set skb->reserved_tailroom
Eric Dumazet
2021-10-28
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
2021-10-28
tcp: remove dead code from tcp_sendmsg_locked()
Eric Dumazet
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
2021-10-26
tcp: remove unneeded code from tcp_stream_alloc_skb()
Eric Dumazet
2021-10-26
tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb
Eric Dumazet
2021-10-26
tcp: rename sk_stream_alloc_skb
Eric Dumazet
2021-10-26
tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
Jon Maxwell
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
2021-09-23
tcp: remove sk_{tr}x_skb_cache
Eric Dumazet
2021-09-23
tcp: make tcp_build_frag() static
Paolo Abeni
2021-09-23
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
2021-08-26
tcp: enable mid stream window clamp
Neil Spring
2021-07-20
memcg: enable accounting for inet_bin_bucket cache
Vasily Averin
2021-07-09
tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path
Talal Ahmad
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()
Liam Howlett
2021-06-04
tcp: export timestamp helpers for mptcp
Florian Westphal
2021-05-06
tcp: Specify cmsgbuf is user pointer for receive zerocopy.
Arjun Roy
2021-04-09
Revert "tcp: Reset tcp connections in SYN-SENT state"
Eric Dumazet
2021-04-06
tcp: Reset tcp connections in SYN-SENT state
Manoj Basapathi
2021-03-17
bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitly
Yonghong Song
2021-03-01
tcp: add sanity tests to TCP_QUEUE_SEQ
Eric Dumazet
2021-02-26
tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)
Arjun Roy
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-02-12
tcp: factorize logic into tcp_epollin_ready()
Eric Dumazet
2021-02-11
tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.
Arjun Roy
2021-01-22
tcp: Add receive timestamp support for receive zerocopy.
Arjun Roy
2021-01-22
tcp: Remove CMSG magic numbers for tcp_recvmsg().
Arjun Roy
2021-01-22
tcp: add TTL to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
2021-01-20
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
2021-01-07
skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}
Jonathan Lemon
2021-01-07
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
2021-01-07
skbuff: rename sock_zerocopy_* to msg_zerocopy_*
Jonathan Lemon
2021-01-07
skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort
Jonathan Lemon
2021-01-07
skbuff: replace sock_zerocopy_put() with skb_zcopy_put()
Jonathan Lemon
2020-12-10
tcp: correctly handle increased zerocopy args struct size
Arjun Roy
2020-12-04
net-zerocopy: Defer vm zap unless actually needed.
Arjun Roy
2020-12-04
net-zerocopy: Set zerocopy hint when data is copied
Arjun Roy
2020-12-04
net-zerocopy: Introduce short-circuit small reads.
Arjun Roy
2020-12-04
net-zerocopy: Fast return if inq < PAGE_SIZE
Arjun Roy
[next]