Age | Commit message (Expand) | Author | Files | Lines |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
2018-10-16 | net: extend sk_pacing_rate to unsigned long | Eric Dumazet | 1 | -5/+5 |
2018-10-03 | tcp: do not release socket ownership in tcp_close() | Eric Dumazet | 1 | -8/+3 |
2018-10-02 | tcp: adjust rcv zerocopy hints based on frag sizes | Soheil Hassas Yeganeh | 1 | -1/+10 |
2018-10-02 | tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE | Soheil Hassas Yeganeh | 1 | -5/+9 |
2018-09-29 | tcp: up initial rmem to 128KB and SYN rwin to around 64KB | Yuchung Cheng | 1 | -2/+2 |
2018-09-22 | tcp: provide earliest departure time in skb->tstamp | Eric Dumazet | 1 | -1/+1 |
2018-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-09-08 | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY | Vincent Whitchurch | 1 | -1/+1 |
2018-09-01 | tcp: change IPv6 flow-label upon receiving spurious retransmission | Yuchung Cheng | 1 | -0/+2 |
2018-08-04 | tcp: remove unneeded variable 'err' | YueHaibing | 1 | -2/+1 |
2018-08-01 | tcp: add stat of data packet reordering events | Wei Wang | 1 | -0/+4 |
2018-08-01 | tcp: add dsack blocks received stats | Wei Wang | 1 | -0/+4 |
2018-08-01 | tcp: add data bytes retransmitted stats | Wei Wang | 1 | -0/+5 |
2018-08-01 | tcp: add data bytes sent stats | Wei Wang | 1 | -0/+6 |
2018-08-01 | tcp: add a helper to calculate size of opt_stats | Wei Wang | 1 | -3/+24 |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
2018-07-21 | tcp: convert icsk_user_timeout from jiffies to msecs | Jon Maxwell | 1 | -2/+2 |
2018-07-21 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -6/+10 |
2018-07-19 | tcp: identify cryptic messages as TCP seq # bugs | Randy Dunlap | 1 | -2/+2 |
2018-07-17 | tcp: Fix broken repair socket window probe patch | Stefan Baranoff | 1 | -6/+7 |
2018-07-13 | tcp: allow user to create repair socket without window probes | Stefan Baranoff | 1 | -3/+5 |
2018-07-10 | tcp: remove SG-related comment in tcp_sendmsg() | Julian Wiedmann | 1 | -3/+0 |
2018-07-08 | tcp: remove redundant SOCK_DONE checks | Eric Dumazet | 1 | -9/+5 |
2018-07-08 | tcp: cleanup copied_seq and urg_data in tcp_disconnect | Eric Dumazet | 1 | -0/+2 |
2018-07-08 | net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort | Lorenzo Colitti | 1 | -2/+1 |
2018-07-07 | sock: sockc cookie initializer | Willem de Bruijn | 1 | -1/+1 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+17 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -6/+17 |
2018-06-22 | tcp: ignore rcv_rtt sample with old ts ecr value | Wei Wang | 1 | -0/+1 |
2018-06-11 | tcp: limit sk_rcvlowat by the maximum receive buffer | Soheil Hassas Yeganeh | 1 | -5/+7 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -5/+199 |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -17/+6 |
2018-05-26 | net/tcp: convert to ->poll_mask | Christoph Hellwig | 1 | -17/+6 |
2018-05-18 | tcp: add SACK compression | Eric Dumazet | 1 | -0/+1 |
2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
2018-05-03 | tcp: restore autocorking | Eric Dumazet | 1 | -1/+1 |
2018-05-02 | tcp: send in-queue bytes in cmsg upon read | Soheil Hassas Yeganeh | 1 | -4/+39 |
2018-05-01 | tcp: fix TCP_REPAIR_QUEUE bound checking | Eric Dumazet | 1 | -1/+1 |
2018-04-30 | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive | Eric Dumazet | 1 | -90/+104 |
2018-04-27 | tcp: ignore Fast Open on repair mode | Yuchung Cheng | 1 | -1/+2 |
2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2018-04-19 | tcp: export packets delivery info | Yuchung Cheng | 1 | -1/+6 |
2018-04-19 | tcp: track total bytes delivered with ECN CE marks | Yuchung Cheng | 1 | -0/+1 |
2018-04-17 | tcp: implement mmap() for zero copy receive | Eric Dumazet | 1 | -0/+113 |
2018-04-17 | tcp: avoid extra wakeups for SO_RCVLOWAT users | Eric Dumazet | 1 | -0/+4 |
2018-04-17 | tcp: fix SO_RCVLOWAT and RCVBUF autotuning | Eric Dumazet | 1 | -0/+21 |
2018-04-16 | tcp: clear tp->packets_out when purging write queue | Soheil Hassas Yeganeh | 1 | -1/+1 |
2018-04-13 | tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets | Eric Dumazet | 1 | -2/+4 |