| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -0/+5 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -0/+8 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -1/+2 |
* | o Remove last argument to ip_fragment(), and obtain all needed information | glebius | 2012-10-26 | 1 | -3/+1 |
* | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | ae | 2012-10-25 | 1 | -16/+4 |
* | A step in resolving mess with byte ordering for AF_INET. After this change: | glebius | 2012-10-06 | 1 | -22/+7 |
* | Use correct field to track statistics counting error as bad header length. | bz | 2010-12-05 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -4/+5 |
* | Correct comment. | pjd | 2009-09-06 | 1 | -2/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -8/+5 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -3/+3 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -17/+17 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -2/+4 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -19/+20 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | In IPv4 fast forwarding path, send ICMP unreachable messages for | bms | 2007-03-18 | 1 | -1/+2 |
* | When fast-forwarding is enabled, do not forward directed IPv4 broadcasts | bms | 2007-02-05 | 1 | -2/+4 |
* | In fast forwarding path, defer processing of 169.254.0.0/16 | bms | 2007-02-03 | 1 | -0/+2 |
* | Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it... | julian | 2006-08-17 | 1 | -5/+1 |
* | Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED | glebius | 2006-04-18 | 1 | -2/+6 |
* | Somewhat re-factor the read/write locking mechanism associated with the packet | csjp | 2006-02-02 | 1 | -2/+2 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 1 | -18/+18 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -0/+1 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -1/+1 |
* | Handle pure layer 2 broad- and multicasts properly and simplify related | andre | 2005-08-22 | 1 | -19/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+1 |
* | Misc spelling and/or English fixes in comments. | keramida | 2005-07-23 | 1 | -12/+12 |
* | Pass icmp_error() the MTU argument directly instead of | andre | 2005-05-04 | 1 | -6/+6 |
* | - Don't free mbuf, passed to interface output method if the latter | glebius | 2005-03-29 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Fix a double-free in the 'hlen > m->m_len' sanity check. | andre | 2004-11-09 | 1 | -1/+1 |
* | Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check. | andre | 2004-11-06 | 1 | -2/+2 |
* | When performing IP fast forwarding, immediately drop traffic which is | bms | 2004-11-04 | 1 | -0/+6 |
* | Make comments more clear. Change the order of one if() statement to check the | andre | 2004-10-19 | 1 | -3/+8 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | mlaier | 2004-09-29 | 1 | -2/+2 |
* | Fix ip_input() fallback for the destination modified cases (from the packet | andre | 2004-09-13 | 1 | -6/+4 |
* | Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion. | andre | 2004-08-27 | 1 | -1/+0 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -5/+9 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -200/+32 |
* | Make use of in_localip() function and replace previous direct LIST_FOREACH | andre | 2004-08-11 | 1 | -45/+39 |
* | Only check for local broadcast addresses if the mbuf is flagged with M_BCAST. | andre | 2004-08-11 | 1 | -1/+2 |
* | Make IP fastforwarding ALTQ-aware by adding the input traffic conditioner | andre | 2004-08-11 | 1 | -0/+10 |