summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-25/+6
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-1/+13
* Add a new function, ifa_ifwithaddr_check(), which rather than returningrwatson2009-06-221-1/+1
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+13
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-5/+9
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-011-4/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-5/+5
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-8/+50
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-20/+17
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-1/+1
* check pointer against NULLkmacy2008-12-161-2/+3
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* MFp4:bz2008-11-291-26/+20
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-191-1/+7
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+4
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-171-1/+1
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cbz2008-10-041-1/+0
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-11/+12
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+15
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-4/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-54/+55
* Some style and assertion fixes to the previous commits hinted by rwatson.mav2008-07-281-3/+9
* According to in_pcb.h protocol binding information has double locking.mav2008-07-261-24/+22
* Add hash table lookup for a fully connected raw sockets.mav2008-07-261-9/+80
* Eliminate use of the global ripsrc which was being used to pass addressrwatson2008-07-181-7/+10
* Rename raw_append() to rip_append(): the raw_ prefix is generally usedrwatson2008-07-051-3/+3
* Improve approximation of style(9) in raw socket code.rwatson2008-07-051-62/+75
* Consistently check IPFW and DUMMYNET privileges in the configurationrwatson2008-05-221-19/+0
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenrwatson2008-04-211-15/+15
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-31/+31
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-4/+4
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)rwatson2007-07-021-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-10/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-7/+2
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), whichrwatson2007-05-111-25/+2
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-2/+5
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-011-2/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-4/+5
OpenPOWER on IntegriCloud