summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* Merge r263091: fix mbuf flags clash that lead to failure of operationglebius2014-03-181-9/+0
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificandre2013-08-191-1/+3
* Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layerandre2013-08-191-0/+1
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-40/+7
* Reflect removing of the counter_u64_subtract() function in the macro.ae2013-04-121-2/+2
* Merge from projects/counters: TCP/IP stats.glebius2013-04-081-36/+70
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-0/+1
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-1/+1
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect ismelifaro2012-10-101-0/+2
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-041-2/+0
* Defer the work of freeing IPv4 multicast options from a socket to anjhb2011-12-291-0/+1
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-291-0/+1
* MFp4 CH=191470:bz2011-04-201-1/+0
* MFp4 CH=183052 183053 183258:bz2010-09-021-2/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-7/+6
* Split up ip_drain() into an outer lock and iterator part andbz2010-02-201-0/+3
* Following up on a request from Ermal Luci to makeluigi2010-01-071-3/+44
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-3/+9
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-9/+9
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-11/+27
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-3/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+3
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-1/+9
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-0/+5
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-19/+0
* Put a global variables, which were virtualized but formerlybz2008-12-111-2/+4
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+1
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-12/+0
* Another V_ forgottenjulian2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-7/+30
* Some local and style(9) cleanups.andre2007-04-041-31/+36
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-141-2/+3
* Move MAX_IPOPTLEN and struct ipoption back into ip_var.h asandre2005-11-191-0/+13
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-17/+1
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Port randomization leads to extremely fast port reuse at highsilby2005-01-021-0/+1
* Support for dynamically loadable and unloadable IP protocols in the ipmux.andre2004-10-191-0/+2
* Remove the last two global variables that are used to store packet state whileandre2004-09-151-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-3/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+13
* Provide the sysctl net.inet.ip.process_options to control the processingandre2004-05-061-0/+1
* Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra argdarrenr2004-05-021-16/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-10/+18
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-16/+9
OpenPOWER on IntegriCloud