| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove the restriction on build a kernel with FAST_IPSEC and INET6; | sam | 2003-01-30 | 1 | -3/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | temporarily disallow FAST_IPSEC and INET6 to avoid potential panics; | sam | 2002-11-08 | 1 | -0/+3 |
* | Replace in_pcbladdr() with a more generic inner subroutine for | iedowse | 2002-10-21 | 1 | -84/+121 |
* | Split out most of the logic from in_pcbbind() into a new function | iedowse | 2002-10-20 | 1 | -36/+64 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+10 |
* | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 1 | -26/+27 |
* | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | ume | 2002-07-25 | 1 | -1/+1 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -2/+3 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | hsu | 2002-06-12 | 1 | -4/+2 |