Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng
2019-04-20tcp: properly reset skb->truesize for tx recyclingEric Dumazet
2019-03-29tcp: cleanup sk_tx_skb_cache before reuseEric Dumazet
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-24tcp: add one skb cache for rxEric Dumazet
2019-03-24tcp: add one skb cache for txEric Dumazet
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin
2019-02-27tcp: convert tcp_md5_needed to static_branch APIEric Dumazet
2019-02-27tcp: get rid of tcp_check_send_head()Eric Dumazet
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-01-28tcp: Refactor pingpong codeWei Wang
2019-01-26tcp: allow zerocopy with fastopenWillem de Bruijn
2019-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-18tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet
2019-01-18tcp: move tp->rack init to tcp_disconnect()Eric Dumazet
2019-01-18tcp: move app_limited init to tcp_disconnect()Eric Dumazet
2019-01-18tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet
2019-01-18tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet
2019-01-18tcp: move mdev_us init to tcp_disconnect()Eric Dumazet
2019-01-18tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet
2019-01-16tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn
2018-12-06tcp: fix code style in tcp_recvmsg()Pedro Tammela
2018-12-04udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-12-01tcp: md5: add tcp_md5_needed jump labelEric Dumazet
2018-11-18tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-11-17tcp: clean up STATE_TRACEYafang Shao
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-16net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-03tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-10-02tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh
2018-10-02tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2018-09-22tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-01tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng
2018-08-04tcp: remove unneeded variable 'err'YueHaibing
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang