Age | Commit message (Expand) | Author |
2018-08-03 | tcp: remove unneeded variable 'err' | YueHaibing |
2018-08-01 | tcp: add stat of data packet reordering events | Wei Wang |
2018-08-01 | tcp: add dsack blocks received stats | Wei Wang |
2018-08-01 | tcp: add data bytes retransmitted stats | Wei Wang |
2018-08-01 | tcp: add data bytes sent stats | Wei Wang |
2018-08-01 | tcp: add a helper to calculate size of opt_stats | Wei Wang |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig |
2018-07-21 | tcp: convert icsk_user_timeout from jiffies to msecs | Jon Maxwell |
2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller |
2018-07-18 | tcp: identify cryptic messages as TCP seq # bugs | Randy Dunlap |
2018-07-16 | tcp: Fix broken repair socket window probe patch | Stefan Baranoff |
2018-07-12 | tcp: allow user to create repair socket without window probes | Stefan Baranoff |
2018-07-09 | tcp: remove SG-related comment in tcp_sendmsg() | Julian Wiedmann |
2018-07-08 | tcp: remove redundant SOCK_DONE checks | Eric Dumazet |
2018-07-08 | tcp: cleanup copied_seq and urg_data in tcp_disconnect | Eric Dumazet |
2018-07-08 | net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort | Lorenzo Colitti |
2018-07-07 | sock: sockc cookie initializer | Willem de Bruijn |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-22 | tcp: ignore rcv_rtt sample with old ts ecr value | Wei Wang |
2018-06-10 | tcp: limit sk_rcvlowat by the maximum receive buffer | Soheil Hassas Yeganeh |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-26 | net/tcp: convert to ->poll_mask | Christoph Hellwig |
2018-05-18 | tcp: add SACK compression | Eric Dumazet |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-05-03 | tcp: restore autocorking | Eric Dumazet |
2018-05-01 | tcp: send in-queue bytes in cmsg upon read | Soheil Hassas Yeganeh |
2018-05-01 | tcp: fix TCP_REPAIR_QUEUE bound checking | Eric Dumazet |
2018-04-29 | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive | Eric Dumazet |
2018-04-27 | tcp: ignore Fast Open on repair mode | Yuchung Cheng |
2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-04-19 | tcp: export packets delivery info | Yuchung Cheng |
2018-04-19 | tcp: track total bytes delivered with ECN CE marks | Yuchung Cheng |
2018-04-16 | tcp: implement mmap() for zero copy receive | Eric Dumazet |
2018-04-16 | tcp: avoid extra wakeups for SO_RCVLOWAT users | Eric Dumazet |
2018-04-16 | tcp: fix SO_RCVLOWAT and RCVBUF autotuning | Eric Dumazet |
2018-04-16 | tcp: clear tp->packets_out when purging write queue | Soheil Hassas Yeganeh |
2018-04-12 | tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets | Eric Dumazet |
2018-03-30 | bpf: sockmap redirect ingress support | John Fastabend |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-03-19 | net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG | John Fastabend |
2018-03-16 | tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS | Yousuk Seung |
2018-03-07 | tcp: purge write queue upon aborting the connection | Soheil Hassas Yeganeh |
2018-03-05 | tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS | Priyaranjan Jha |
2018-03-05 | tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS | Priyaranjan Jha |
2018-02-21 | tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIAL | Eric Dumazet |
2018-02-21 | tcp: remove sk_check_csum_caps() | Eric Dumazet |
2018-02-21 | tcp: remove sk_can_gso() use | Eric Dumazet |