summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Back out some style changes. They are not urgent,luigi2002-11-201-26/+37
* Minor documentation changes and indentation fix.luigi2002-11-171-37/+26
* Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-211-4/+62
* Remove the "temporary connection" hack in udp_output(). In orderiedowse2002-10-211-23/+26
* correct PCB locking in broadcast/multicast case that was exposed by changesam2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-86/+39
* Replace aux mbufs with packet tags:sam2002-10-161-7/+1
* Code formatting sync to trustedbsd_mac: don't perform an assignmentrwatson2002-08-151-2/+2
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-151-2/+2
* bugfix: move check for udp_blackhole before the one for icmp_bandlim.luigi2002-08-041-2/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-4/+29
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+3
* Back out the previous change, since it looks like locking udbinfo providestruckman2002-07-121-8/+1
* Lock inp while we're accessing it.truckman2002-07-121-1/+8
* Defer calling SYSCTL_OUT() until after the locks have been released.truckman2002-07-111-1/+2
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-211-5/+2
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-2/+3
* The UDP head was unlocked too early in one unicast case.hsu2002-06-121-10/+10
* Lock up inpcb.hsu2002-06-101-26/+137
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-34/+7
* Lock down a socket, milestone 1.tanimura2002-05-201-7/+34
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-6/+9
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-3/+3
* Merge from TrustedBSD MAC branch:rwatson2002-03-221-3/+3
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-3/+4
* Remove __P.alfred2002-03-191-7/+7
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+6
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-5/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-3/+3
* restore the data of the ip header when extended udp header and data checksumume2001-10-221-0/+3
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-091-3/+3
* Only allow users to see their own socket connections ifps2001-10-051-1/+5
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-201-1/+1
* KSE Milestone 2julian2001-09-121-16/+16
OpenPOWER on IntegriCloud