| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove no-op spl references in in_pcb.c, since in_pcb locking has been | rwatson | 2005-07-19 | 1 | -15/+3 |
* | Commit correct version of previous commit (in_pcb.c:1.164). Use the | rwatson | 2005-06-01 | 1 | -2/+2 |
* | Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as the | rwatson | 2005-06-01 | 1 | -0/+3 |
* | o Tweak the comment a bit. | maxim | 2005-04-08 | 1 | -1/+1 |
* | o Disable random port allocation when ip.portrange.first == | maxim | 2005-04-08 | 1 | -0/+6 |
* | o Document net.inet.ip.portrange.random* sysctls. | maxim | 2005-03-23 | 1 | -7/+10 |
* | We can make code simplier after last change. | glebius | 2005-02-22 | 1 | -2/+2 |
* | In in_pcbconnect_setup() remove a check that route points at | glebius | 2005-02-22 | 1 | -4/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Port randomization leads to extremely fast port reuse at high | silby | 2005-01-02 | 1 | -4/+52 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Assign so_pcb to NULL rather than 0 as it's a pointer. | rwatson | 2004-09-29 | 1 | -1/+1 |
* | In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock. | rwatson | 2004-08-19 | 1 | -1/+1 |
* | Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect() | rwatson | 2004-08-11 | 1 | -0/+6 |
* | Disallow a particular kind of port theft described by the following scenario: | yar | 2004-07-28 | 1 | -10/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -2/+2 |
* | o connect(2): if there is no a route to the destination | maxim | 2004-06-16 | 1 | -3/+1 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 1 | -1/+4 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+1 |
* | When checking for possible port theft, skip over a TCP inpcb | yar | 2004-05-20 | 1 | -7/+3 |
* | Wrap two long lines in the previous commit. | silby | 2004-04-23 | 1 | -2/+4 |
* | Take out an unneeded variable I forgot to remove in the last commit, | silby | 2004-04-22 | 1 | -2/+3 |
* | Simplify random port allocation, and add net.inet.ip.portrange.randomized, | silby | 2004-04-22 | 1 | -27/+13 |
* | Switch from using sequential to random ephemeral port allocation, | silby | 2004-04-20 | 1 | -6/+28 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h> | bde | 2004-04-06 | 1 | -9/+9 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 1 | -25/+24 |
* | Remove unused argument. | pjd | 2004-03-27 | 1 | -2/+1 |
* | Remove unused function. | pjd | 2004-03-25 | 1 | -10/+0 |
* | Scrub unused variable zeroin_addr. | rwatson | 2004-03-10 | 1 | -2/+0 |
* | do not deref freed pointer | ume | 2004-01-13 | 1 | -2/+2 |
* | Make sure all uses of stack allocated struct route's are properly | andre | 2003-11-26 | 1 | -2/+1 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -2/+3 |
* | bzero() the the sockaddr used for the destination address for | tmm | 2003-11-23 | 1 | -0/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -83/+14 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -7/+40 |
* | add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb) | sam | 2003-11-13 | 1 | -0/+1 |
* | o reorder some locking asserts to reflect the order of the locks | sam | 2003-11-13 | 1 | -3/+4 |
* | In in_pcbconnect_setup(), don't use the cached inp->inp_route unless | iedowse | 2003-11-10 | 1 | -4/+4 |
* | add locking assertions | sam | 2003-11-08 | 1 | -4/+29 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -4/+14 |
* | - Add a new function tcp_twrecycleable, which tells us if the ISN which | silby | 2003-11-01 | 1 | -0/+12 |
* | Overhaul routing table entry cleanup by introducing a new rtexpunge | sam | 2003-10-30 | 1 | -5/+3 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -8/+9 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -1/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | The ancient and outdated concept of "privileged ports" in UNIX-type | cjc | 2003-02-21 | 1 | -2/+15 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -4/+25 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | in_pcbnotifyall() requires an exclusive protocol lock for notify functions | hsu | 2003-02-12 | 1 | -7/+7 |