| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the way of attaching IPv6 link-layer header. | melifaro | 2015-09-16 | 1 | -2/+2 |
* | Use KASSERT for some checks, that are late to do. | ae | 2015-09-16 | 1 | -23/+3 |
* | Remove superfluous m_freem(). | oleg | 2015-09-16 | 1 | -1/+0 |
* | Huge cleanup of random(4) code. | markm | 2015-06-30 | 1 | -2/+2 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 1 | -1/+1 |
* | Fix build broken by r275195. | melifaro | 2014-11-27 | 1 | -1/+3 |
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr - | melifaro | 2014-11-27 | 1 | -6/+14 |
* | Do not try to copy header to @dst and than back to ethernet in case of | melifaro | 2014-11-27 | 1 | -15/+7 |
* | Remove remnants of if_ef(4). | glebius | 2014-11-09 | 1 | -5/+0 |
* | Remove struct arpcom. It is unused by most interface types, that allocate | glebius | 2014-11-07 | 1 | -47/+6 |
* | This is the much-discussed major upgrade to the random(4) device, known to yo... | markm | 2014-10-30 | 1 | -2/+1 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -8/+8 |
* | 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 |