summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8)glebius2006-01-241-0/+20
* Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),rwatson2006-01-141-3/+0
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() tomux2005-12-141-2/+2
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionmaxim2005-10-121-2/+2
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-261-0/+9
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-221-0/+3
* De-spl UDP.rwatson2005-06-011-31/+5
* If we are going tocperciva2005-05-061-0/+1
* eliminate extraneous null ptr checkssam2005-03-291-2/+2
* In in_pcbconnect_setup() jailed sockets are treated specially: if localglebius2005-02-221-0/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-5/+12
* Hide udp_in6 behind #ifdef INET6phk2004-11-041-0/+2
* Until this change, the UDP input code used global variables udp_in,rwatson2004-11-041-57/+24
* Don't release the udbinfo lock until after the last use of UDP inpcbrwatson2004-10-121-3/+3
* fix up socket/ip layer violation... don't assume/know thatjmg2004-09-051-1/+5
* When sliding the m_data pointer forward, update m_pktrhdr.len as wellrwatson2004-08-221-1/+3
* When prepending space onto outgoing UDP datagram payloads to hold therwatson2004-08-211-4/+7
* Push down pcbinfo and inpcb locking from udp_send() into udp_output().rwatson2004-08-191-25/+35
* White space cleanup for netinet before branch:rwatson2004-08-161-12/+12
* When udp_send() fails, make sure to free the control mbufs as well asrwatson2004-08-121-0/+2
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-111-1/+1
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-111-1/+1
* When iterating the UDP inpcb list processing an inbound broadcastrwatson2004-08-061-10/+9
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-261-2/+7
* Reverse a patch which has no effect on -CURRENT and should probably bebms2004-06-161-7/+1
* Disconnect a temporarily-connected UDP socket in out-of-mbufs case. Thisbms2004-06-161-1/+7
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-041-1/+1
* Assert inpcb lock in udp_append().rwatson2004-05-041-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-4/+4
* Remove unused argument.pjd2004-03-271-1/+1
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-171-8/+3
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-1/+1
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-311-1/+1
* Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.ru2004-01-271-1/+1
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-5/+12
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.bms2003-11-121-0/+28
* assert inpcb is locked in udp_outputsam2003-11-081-0/+1
* ip6_savecontrol() argument is redundantume2003-10-291-1/+1
* PR: kern/56343bms2003-09-031-1/+3
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-2/+6
* add missing unlock when in_pcballoc returns an errorsam2003-08-191-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Take advantage of pre-existing lock-free synchronization and type stable memoryhsu2003-02-151-3/+4
OpenPOWER on IntegriCloud