| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If we are going to | cperciva | 2005-05-06 | 1 | -0/+1 |
* | eliminate extraneous null ptr checks | sam | 2005-03-29 | 1 | -2/+2 |
* | In in_pcbconnect_setup() jailed sockets are treated specially: if local | glebius | 2005-02-22 | 1 | -0/+5 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 1 | -5/+12 |
* | Hide udp_in6 behind #ifdef INET6 | phk | 2004-11-04 | 1 | -0/+2 |
* | Until this change, the UDP input code used global variables udp_in, | rwatson | 2004-11-04 | 1 | -57/+24 |
* | Don't release the udbinfo lock until after the last use of UDP inpcb | rwatson | 2004-10-12 | 1 | -3/+3 |
* | fix up socket/ip layer violation... don't assume/know that | jmg | 2004-09-05 | 1 | -1/+5 |
* | When sliding the m_data pointer forward, update m_pktrhdr.len as well | rwatson | 2004-08-22 | 1 | -1/+3 |
* | When prepending space onto outgoing UDP datagram payloads to hold the | rwatson | 2004-08-21 | 1 | -4/+7 |
* | Push down pcbinfo and inpcb locking from udp_send() into udp_output(). | rwatson | 2004-08-19 | 1 | -25/+35 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -12/+12 |
* | When udp_send() fails, make sure to free the control mbufs as well as | rwatson | 2004-08-12 | 1 | -0/+2 |
* | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | andre | 2004-08-11 | 1 | -1/+1 |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | andre | 2004-08-11 | 1 | -1/+1 |
* | When iterating the UDP inpcb list processing an inbound broadcast | rwatson | 2004-08-06 | 1 | -10/+9 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | rwatson | 2004-06-26 | 1 | -2/+7 |
* | Reverse a patch which has no effect on -CURRENT and should probably be | bms | 2004-06-16 | 1 | -7/+1 |
* | Disconnect a temporarily-connected UDP socket in out-of-mbufs case. This | bms | 2004-06-16 | 1 | -1/+7 |
* | Switch to using the inpcb MAC label instead of socket MAC label when | rwatson | 2004-05-04 | 1 | -1/+1 |
* | Assert inpcb lock in udp_append(). | rwatson | 2004-05-04 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 1 | -4/+4 |
* | Remove unused argument. | pjd | 2004-03-27 | 1 | -1/+1 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 1 | -8/+3 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -1/+1 |
* | Introduce the SO_BINTIME option which takes a high-resolution timestamp | phk | 2004-01-31 | 1 | -1/+1 |
* | Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls. | ru | 2004-01-27 | 1 | -1/+1 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 1 | -1/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -5/+12 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -2/+2 |
* | Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path. | bms | 2003-11-12 | 1 | -0/+28 |
* | assert inpcb is locked in udp_output | sam | 2003-11-08 | 1 | -0/+1 |
* | ip6_savecontrol() argument is redundant | ume | 2003-10-29 | 1 | -1/+1 |
* | PR: kern/56343 | bms | 2003-09-03 | 1 | -1/+3 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -2/+6 |
* | add missing unlock when in_pcballoc returns an error | sam | 2003-08-19 | 1 | -1/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Take advantage of pre-existing lock-free synchronization and type stable memory | hsu | 2003-02-15 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 1 | -26/+37 |
* | Minor documentation changes and indentation fix. | luigi | 2002-11-17 | 1 | -37/+26 |
* | Implement a new IP_SENDSRCADDR ancillary message type that permits | iedowse | 2002-10-21 | 1 | -4/+62 |
* | Remove the "temporary connection" hack in udp_output(). In order | iedowse | 2002-10-21 | 1 | -23/+26 |
* | correct PCB locking in broadcast/multicast case that was exposed by change | sam | 2002-10-16 | 1 | -1/+1 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -86/+39 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -7/+1 |