summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only call in_pcbnotify if the src port number != 0, as wejesper2001-02-201-0/+13
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-2/+8
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-111-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-241-2/+2
* Change the following:bmilekic2000-12-151-1/+1
* Wrong checksum may have been computed for certain UDP packets.ru2000-11-011-1/+1
* Do not waste a time saving a copy of IP header if we are certainlyru2000-10-311-1/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* Reverse last commit, a better fix has been found.phk2000-09-171-8/+3
* Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2)phk2000-09-171-3/+8
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-1/+2
* Backout the hack in rev 1.71, I am working on a better patchru2000-08-301-1/+0
* Apply appropriate patch.darrenr2000-08-291-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-5/+7
OpenPOWER on IntegriCloud