| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-10 | 1 | -2/+2 |
* | Enforce range with sysctl_int_bounded in tcp_sysctl |  gnezdo | 2021-01-09 | 1 | -18/+15 |
* | Replace sysctl_rdint with sysctl_bounded_args entries in net.inet* |  gnezdo | 2020-11-16 | 1 | -4/+3 |
* | Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars |  gnezdo | 2020-11-02 | 1 | -8/+2 |
* | Style fixups from hurried commits |  gnezdo | 2020-08-18 | 1 | -6/+6 |
* | Convert tcp_sysctl to sysctl_bounded_args |  gnezdo | 2020-08-18 | 1 | -31/+18 |
* | Move range check inside sysctl_int_arr |  gnezdo | 2020-08-01 | 1 | -9/+6 |
* | Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit. |  mpi | 2020-06-18 | 1 | -1/+14 |
* | Count the number of TCP SACK options that were dropped due to the |  bluhm | 2019-07-12 | 1 | -1/+2 |
* | Fix a possible mbuf leak in tcp_usrreq(). Make the error handling |  bluhm | 2019-02-06 | 1 | -13/+13 |
* | The change of the sb_mbmax calculation in sbreserve() broke setting |  bluhm | 2018-11-04 | 1 | -3/+4 |
* | The output from tcp debug sockets was incomplete. After detach tp |  bluhm | 2018-06-11 | 1 | -10/+16 |
* | Push NET_LOCK down in the default ifioctl case. |  pirofti | 2018-04-24 | 1 | -3/+4 |
* | Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also |  bluhm | 2018-02-05 | 1 | -7/+1 |
* | Since tcp_attach() has moved to a separate protocol function, the |  bluhm | 2018-02-03 | 1 | -10/+8 |
* | Bring back the PRU_ATTACH constant and description. Then trpt(8) |  bluhm | 2018-01-23 | 1 | -3/+3 |
* | Bring back the detach messages in trpt(8) for tcp debugging. They |  bluhm | 2018-01-22 | 1 | -15/+11 |
* | Change `so_state' and `so_error' to unsigned int such that they can |  mpi | 2018-01-09 | 1 | -2/+2 |
* | Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST |  bluhm | 2017-12-01 | 1 | -3/+3 |
* | Fix typos in comments. |  nayden | 2017-11-30 | 1 | -3/+3 |
* | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running |  mpi | 2017-11-20 | 1 | -1/+2 |
* | Move PRU_DETACH out of pr_usrreq into per proto pr_detach |  florian | 2017-11-02 | 1 | -12/+49 |
* | Remove the TCP_FACK option and associated #if{,n}def code. |  job | 2017-10-25 | 1 | -6/+1 |
* | Unconditionally enable TCP selective acknowledgements (SACK) |  mikeb | 2017-10-22 | 1 | -14/+4 |
* | Reduces the scope of the NET_LOCK() in sysctl(2) path. |  mpi | 2017-10-09 | 1 | -52/+75 |
* | Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq(). |  mpi | 2017-09-05 | 1 | -2/+2 |
* | Change sosetopt() to no longer free the mbuf it receives and change |  mpi | 2017-09-01 | 1 | -6/+2 |
* | Convert hand rolled sockaddr checks to the nam2sin functions. |  bluhm | 2017-08-15 | 1 | -29/+21 |
* | Assert that the corresponding socket is locked when manipulating socket |  mpi | 2017-06-26 | 1 | -8/+8 |
* | Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in |  mpi | 2017-05-18 | 1 | -2/+1 |
* | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). |  mpi | 2017-05-16 | 1 | -2/+2 |
* | Do not check for mapped addresses in tcp_usrreq(PRU_CONNECT), |  bluhm | 2017-05-13 | 1 | -3/+2 |
* | Use the common switch(af) construct for address family specific |  bluhm | 2017-05-12 | 1 | -20/+27 |
* | When building counter memory in preparation to copy to userland, always |  deraadt | 2017-04-05 | 1 | -1/+2 |
* | Fix tcp stats reporting |  jca | 2017-04-02 | 1 | -5/+3 |
* | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. |  claudio | 2017-03-13 | 1 | -20/+10 |
* | percpu counters for TCP stats |  jca | 2017-02-09 | 1 | -25/+135 |
* | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with |  dhill | 2017-02-01 | 1 | -8/+5 |
* | Remove NULL checks before m_free(9), it deals with it. |  mpi | 2017-01-10 | 1 | -3/+2 |
* | Remove some recursives splsoftnet(). |  mpi | 2017-01-03 | 1 | -5/+5 |
* | Typo, "more then" -> "more than" |  jca | 2016-12-26 | 1 | -2/+2 |
* | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl |  bluhm | 2016-12-20 | 1 | -1/+3 |
* | Kill recursive splsoftnet()/splx() in tcp_ctloutput(). |  mpi | 2016-12-20 | 1 | -6/+2 |
* | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts |  mpi | 2016-12-19 | 1 | -2/+2 |
* | Enforce that pr_usrreq functions are called at IPL_SOFTNET. |  mpi | 2016-11-21 | 1 | -7/+3 |
* | ANSIfy netinet/; from David Hill |  naddy | 2016-09-24 | 1 | -24/+10 |
* | To tune the TCP SYN cache we need more information. Print the |  bluhm | 2016-07-20 | 1 | -1/+19 |
* | Make the size for the syn cache hash array tunable. As we are |  bluhm | 2016-07-20 | 1 | -1/+22 |
* | Do not increase the size of the socket buffer under memory pressure. |  mpi | 2016-07-11 | 1 | -8/+10 |
* | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports |  vgross | 2016-06-18 | 1 | -1/+7 |