summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Fixed some style bugs (mainly convoluted logic for blackhole processing).bde2000-05-241-6/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-221-2/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-10/+25
* IPSEC support in the kernel.shin1999-12-221-1/+3
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itshin1999-12-131-2/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-40/+192
* The logic for blackhole processing does not free mbufs if thephk1999-11-171-0/+2
* KAME related header files additions and merges.shin1999-11-051-10/+9
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-4/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-191-2/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-171-2/+7
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-111-1/+33
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-191-2/+2
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+5
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+8
* Reviewed by: freebsd-currentdillon1998-12-031-1/+7
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-6/+3
OpenPOWER on IntegriCloud