| Commit message (Expand) | Author | Age | Files | Lines |
| * | Consolidate all IP Options handling functions into ip_options.[ch] and | Andre Oppermann | 2005-11-18 | 1 | -0/+1 |
| * | o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusion | Maxim Konovalov | 2005-10-12 | 1 | -2/+2 |
| * | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | Andre Oppermann | 2005-09-26 | 1 | -0/+9 |
| * | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | Andre Oppermann | 2005-08-22 | 1 | -0/+3 |
| * | De-spl UDP. | Robert Watson | 2005-06-01 | 1 | -31/+5 |
| * | If we are going to | Colin Percival | 2005-05-06 | 1 | -0/+1 |
| * | eliminate extraneous null ptr checks | Sam Leffler | 2005-03-29 | 1 | -2/+2 |
| * | In in_pcbconnect_setup() jailed sockets are treated specially: if local | Gleb Smirnoff | 2005-02-22 | 1 | -0/+5 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -5/+12 |
| * | Hide udp_in6 behind #ifdef INET6 | Poul-Henning Kamp | 2004-11-04 | 1 | -0/+2 |
| * | Until this change, the UDP input code used global variables udp_in, | Robert Watson | 2004-11-04 | 1 | -57/+24 |
| * | Don't release the udbinfo lock until after the last use of UDP inpcb | Robert Watson | 2004-10-12 | 1 | -3/+3 |
| * | fix up socket/ip layer violation... don't assume/know that | John-Mark Gurney | 2004-09-05 | 1 | -1/+5 |
| * | When sliding the m_data pointer forward, update m_pktrhdr.len as well | Robert Watson | 2004-08-22 | 1 | -1/+3 |
| * | When prepending space onto outgoing UDP datagram payloads to hold the | Robert Watson | 2004-08-21 | 1 | -4/+7 |
| * | Push down pcbinfo and inpcb locking from udp_send() into udp_output(). | Robert Watson | 2004-08-19 | 1 | -25/+35 |
| * | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -12/+12 |
| * | When udp_send() fails, make sure to free the control mbufs as well as | Robert Watson | 2004-08-12 | 1 | -0/+2 |
| * | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | Andre Oppermann | 2004-08-11 | 1 | -1/+1 |
| * | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | Andre Oppermann | 2004-08-11 | 1 | -1/+1 |
| * | When iterating the UDP inpcb list processing an inbound broadcast | Robert Watson | 2004-08-06 | 1 | -10/+9 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
| * | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | Robert Watson | 2004-06-26 | 1 | -2/+7 |
| * | Reverse a patch which has no effect on -CURRENT and should probably be | Bruce M Simpson | 2004-06-16 | 1 | -7/+1 |
| * | Disconnect a temporarily-connected UDP socket in out-of-mbufs case. This | Bruce M Simpson | 2004-06-16 | 1 | -1/+7 |
| * | Switch to using the inpcb MAC label instead of socket MAC label when | Robert Watson | 2004-05-04 | 1 | -1/+1 |
| * | Assert inpcb lock in udp_append(). | Robert Watson | 2004-05-04 | 1 | -0/+2 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | Pawel Jakub Dawidek | 2004-03-27 | 1 | -4/+4 |
| * | Remove unused argument. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -1/+1 |
| * | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -1/+3 |
| * | IPSEC and FAST_IPSEC have the same internal API now; | Hajimu UMEMOTO | 2004-02-17 | 1 | -8/+3 |
| * | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -1/+1 |
| * | Introduce the SO_BINTIME option which takes a high-resolution timestamp | Poul-Henning Kamp | 2004-01-31 | 1 | -1/+1 |
| * | Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls. | Ruslan Ermilov | 2004-01-27 | 1 | -1/+1 |
| * | Split the "inp" mutex class into separate classes for each of divert, | Sam Leffler | 2003-11-26 | 1 | -1/+1 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -5/+12 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -2/+2 |
| * | Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path. | Bruce M Simpson | 2003-11-12 | 1 | -0/+28 |
| * | assert inpcb is locked in udp_output | Sam Leffler | 2003-11-08 | 1 | -0/+1 |
| * | ip6_savecontrol() argument is redundant | Hajimu UMEMOTO | 2003-10-29 | 1 | -1/+1 |
| * | PR: kern/56343 | Bruce M Simpson | 2003-09-03 | 1 | -1/+3 |
| * | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | Bruce M Simpson | 2003-08-20 | 1 | -2/+6 |
| * | add missing unlock when in_pcballoc returns an error | Sam Leffler | 2003-08-19 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Take advantage of pre-existing lock-free synchronization and type stable memory | Jeffrey Hsu | 2003-02-15 | 1 | -3/+4 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Back out some style changes. They are not urgent, | Luigi Rizzo | 2002-11-20 | 1 | -26/+37 |
| * | Minor documentation changes and indentation fix. | Luigi Rizzo | 2002-11-17 | 1 | -37/+26 |