summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-2/+2
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-7/+0
* Allow getcred sysctl to work in jailed root processes. Processes candwmalone2001-06-241-3/+7
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-231-1/+1
* Sync with recent KAME.ume2001-06-111-3/+5
* Count and show incoming UDP datagrams with no checksum.ru2001-03-131-1/+2
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-261-13/+16
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cjesper2001-02-221-17/+17
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+5
OpenPOWER on IntegriCloud