| Commit message (Expand) | Author | Age | Files | Lines |
* | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | melifaro | 2015-12-09 | 1 | -2/+0 |
* | fix a typo in a comment | luigi | 2015-07-18 | 1 | -1/+1 |
* | o Use new function ip_fillid() in all places throughout the kernel, | glebius | 2015-04-01 | 1 | -18/+1 |
* | On multi CPU systems, we may emit successive packets with the same id. | fabient | 2015-03-27 | 1 | -4/+14 |
* | Add a flag to ip_output() - IP_NODEFAULTFLOWID - which prevents it from | adrian | 2014-09-09 | 1 | -0/+1 |
* | Change pr_output's prototype to avoid the need for explicit casts. | kevlo | 2014-08-15 | 1 | -1/+1 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | kevlo | 2014-08-08 | 1 | -4/+4 |
* | Since both netinet/ and netinet6/ call into netipsec/ and netpfil/, | glebius | 2014-03-12 | 1 | -9/+0 |
* | Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific | andre | 2013-08-19 | 1 | -1/+3 |
* | Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layer | andre | 2013-08-19 | 1 | -0/+1 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 1 | -40/+7 |
* | Reflect removing of the counter_u64_subtract() function in the macro. | ae | 2013-04-12 | 1 | -2/+2 |
* | Merge from projects/counters: TCP/IP stats. | glebius | 2013-04-08 | 1 | -36/+70 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -0/+1 |
* | o Remove last argument to ip_fragment(), and obtain all needed information | glebius | 2012-10-26 | 1 | -1/+1 |
* | Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is | melifaro | 2012-10-10 | 1 | -0/+2 |
* | Introduce new link-layer PFIL hook V_link_pfil_hook. | melifaro | 2012-09-04 | 1 | -2/+0 |
* | Defer the work of freeing IPv4 multicast options from a socket to an | jhb | 2011-12-29 | 1 | -0/+1 |
* | Add new rule actions "call" and "return" to ipfw. They make | ae | 2011-06-29 | 1 | -0/+1 |
* | MFp4 CH=191470: | bz | 2011-04-20 | 1 | -1/+0 |
* | MFp4 CH=183052 183053 183258: | bz | 2010-09-02 | 1 | -2/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -7/+6 |
* | Split up ip_drain() into an outer lock and iterator part and | bz | 2010-02-20 | 1 | -0/+3 |
* | Following up on a request from Ermal Luci to make | luigi | 2010-01-07 | 1 | -3/+44 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -3/+9 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+14 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -9/+9 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -11/+27 |
* | Add the explicit include of vimage.h to another five .c files still | bz | 2009-06-17 | 1 | -3/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+3 |
* | More cleanup in preparation of ipfw relocation (no actual code change): | luigi | 2009-06-05 | 1 | -1/+9 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -0/+5 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -19/+0 |
* | Put a global variables, which were virtualized but formerly | bz | 2008-12-11 | 1 | -2/+4 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+1 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -12/+0 |
* | Another V_ forgotten | julian | 2008-08-25 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+4 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -7/+30 |
* | Some local and style(9) cleanups. | andre | 2007-04-04 | 1 | -31/+36 |
* | Fix a long-standing limitation in IPv4 multicast group membership. | bms | 2006-05-14 | 1 | -2/+3 |
* | Move MAX_IPOPTLEN and struct ipoption back into ip_var.h as | andre | 2005-11-19 | 1 | -0/+13 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -17/+1 |
* | Check the alignment of the IP header before passing the packet up to the | thompsa | 2005-07-02 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Port randomization leads to extremely fast port reuse at high | silby | 2005-01-02 | 1 | -0/+1 |
* | Support for dynamically loadable and unloadable IP protocols in the ipmux. | andre | 2004-10-19 | 1 | -0/+2 |
* | Remove the last two global variables that are used to store packet state while | andre | 2004-09-15 | 1 | -1/+1 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -3/+1 |