summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264879smh2014-05-261-7/+7
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-6/+4
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-4/+11
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-3/+0
* As I came by and noticed add a comment that inp locking is a bit optisticbz2012-01-021-0/+2
* Add back the IP header length to the total packet length field onandre2011-10-071-0/+7
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+3
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-1/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-19/+10
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-1/+8
* MfP4 CH=192004:bz2011-04-271-0/+5
* MFp4 CH=191760:bz2011-04-201-8/+17
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+2
* Adding an address on an interface also requires the loopback route toqingli2010-09-121-0/+2
* Ensure a minimum "slop" of 10 extra pcb structures when providing ajhb2010-08-171-2/+2
* Enhance the historic behaviour of raw sockets and jails in a waybz2010-04-271-5/+18
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-171-3/+12
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-141-17/+3
* Following up on a request from Ermal Luci to makeluigi2010-01-071-3/+7
* Throughout the network stack we have a few places ofbz2009-12-131-2/+2
* Dispatch sockopt calls to ipfw and dummynetluigi2009-12-021-0/+4
* Fix a functional regression in multicast.bms2009-11-151-8/+26
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-6/+6
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-0/+1
* 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
OpenPOWER on IntegriCloud