summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* In rip_abort(), unlock the inpcb if we didn't detach it, or we maycognet2003-11-171-0/+2
* add some missing lockingsam2003-11-081-17/+75
* shuffle code so we don't "continue" and miss a needed unlock operationsam2003-09-171-4/+2
* remove warning about use of old divert sockets; this was markedsam2003-09-011-9/+0
* add lockingsam2003-09-011-125/+117
* M_PREPEND() with an argument of M_TRYWAIT can fail, meaning therwatson2003-08-261-0/+2
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-201-0/+3
* 1. Basic PIM kernel supporthsu2003-08-071-0/+8
* Add a comment above rip_ctloutput() documenting that the privilegerwatson2003-07-181-0/+10
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* s/IPSSEC/IPSEC/tanimura2003-02-111-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix long-standing bug predating FreeBSD where calling connect() twicehsu2003-01-181-1/+3
* Back out some style changes. They are not urgent,luigi2002-11-201-27/+29
* Cleanup some of the comments, and reformat long lines.luigi2002-11-171-29/+27
* Massive cleanup of the ip_mroute code.luigi2002-11-151-9/+31
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.fenner2002-10-291-0/+12
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-201-3/+2
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+20
* Replace aux mbufs with packet tags:sam2002-10-161-8/+1
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-151-2/+2
* Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichrwatson2002-08-151-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-17/+41
* Remember to initialize the control block head mutex.hsu2002-06-111-0/+1
* Lock up inpcb.hsu2002-06-101-2/+23
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-43/+9
* Lock down a socket, milestone 1.tanimura2002-05-201-9/+43
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-2/+5
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Merge from TrustedBSD MAC branch:rwatson2002-03-221-2/+2
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-3/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Restore the ability to use IP_FW_ADD with setsockopt(2) that gotru2001-11-261-0/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+1
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-16/+13
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-091-2/+2
* Only allow users to see their own socket connections ifps2001-10-051-1/+6
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-9/+7
* KSE Milestone 2julian2001-09-121-6/+6
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-2/+3
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-7/+0
* Sync with recent KAME.ume2001-06-111-4/+25
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+5
* In in_ifadown(), differentiate between whether the interface goesru2001-05-111-1/+1
OpenPOWER on IntegriCloud