| Commit message (Expand) | Author | Age | Files | Lines |
* | Several years after initial development, merge prototype support for | rwatson | 2014-03-15 | 1 | -1/+24 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -83/+0 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -54/+0 |
* | Simplify filling sockaddr_dl structure for if_resolvemulti() | melifaro | 2014-01-18 | 1 | -16/+2 |
* | Allow ethernet drivers to pass in packets connected via the nextpkt pointer. | gnn | 2013-11-18 | 1 | -4/+16 |
* | Restore the entropy gathering from the m_data pointer value, not the | adrian | 2013-11-02 | 1 | -1/+1 |
* | Convert the random entropy harvesting code to use a const void * pointer | adrian | 2013-11-01 | 1 | -1/+1 |
* | Move new pf includes to the pf directory. The pfvar.h remain | glebius | 2013-10-27 | 1 | -1/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | MFC - tracking commit. | markm | 2013-10-09 | 1 | -1/+2 |
|\ |
|
| * | There are some high performance NICs that count statistics in hardware, | glebius | 2013-10-09 | 1 | -1/+2 |
* | | Debug run. This now works, except that the "live" sources haven't | markm | 2013-10-06 | 1 | -1/+1 |
* | | Snapshot. This passes the build test, but has not yet been finished or debugged. | markm | 2013-10-04 | 1 | -1/+1 |
|/ |
|
* | Snapshot; Do some running repairs on entropy harvesting. More needs to follow. | markm | 2013-08-26 | 1 | -2/+1 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -1/+1 |
* | Decouple the UUID generator from network interfaces by having MAC | marcel | 2013-07-24 | 1 | -0/+8 |
* | Use separate function to update mbuf checksum flags instead of | melifaro | 2013-05-18 | 1 | -24/+19 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -9/+12 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -5/+5 |
* | Better safe than sorry: reinitialize eh after ng_ether(4) and | glebius | 2012-11-27 | 1 | -0/+2 |
* | Re-initialize eh pointer after m_adj() | glebius | 2012-11-26 | 1 | -0/+1 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Introduce new link-layer PFIL hook V_link_pfil_hook. | melifaro | 2012-09-04 | 1 | -145/+49 |
* | Revert r234834 per luigi@ request. | melifaro | 2012-05-03 | 1 | -0/+1 |
* | Move several enums and structures required for L2 filtering from ip_fw_privat... | melifaro | 2012-04-30 | 1 | -1/+0 |
* | Properly restore curvnet context when returning early from | zec | 2012-03-04 | 1 | -1/+4 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | When adding IPv6 fwd support to ipfw in r225044 these two files were | bz | 2011-08-27 | 1 | -0/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | bz | 2011-07-03 | 1 | -0/+2 |
* | Add an optional netisr dispatch point at ether_input(), but set the | rwatson | 2011-06-01 | 1 | -1/+41 |
* | 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 |
* | When moving an ethernet ifnet from one vnet to another, destroy the | zec | 2010-08-13 | 1 | -0/+25 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 1 | -5/+0 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -13/+8 |
* | Bring in the most recent version of ipfw and dummynet, developed | luigi | 2010-03-02 | 1 | -6/+5 |
* | put ip_var before ip_fw_private.h as this will be needed in | luigi | 2010-01-07 | 1 | -1/+1 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -7/+6 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 1 | -5/+10 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 1 | -5/+7 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 1 | -0/+1 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -3/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | The new flow table caches both the routing table entry as well as the | qingli | 2009-07-28 | 1 | -1/+2 |
* | 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 | -9/+5 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 1 | -1/+5 |
* | carp(4) allows people to share a set of IP addresses and can only | bz | 2009-06-11 | 1 | -0/+6 |