| Commit message (Expand) | Author | Age | Files | Lines |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -1/+2 |
* | MFP4: | brooks | 2013-10-22 | 1 | -1/+1 |
* | Remove unsigned comparison < 0 | kevlo | 2013-08-07 | 1 | -1/+1 |
* | Increase the (arbitrary) limit for the number of packets per tick | luigi | 2013-05-22 | 1 | -2/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Rather than fix questionable ifnet list locking in the implementation of | rwatson | 2009-08-15 | 1 | -49/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -1/+0 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -11/+36 |
* | With SMPng, DEVICE_POLLING uses its own idle threads, rather than the | rwatson | 2009-05-19 | 1 | -2/+1 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -2/+0 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+2 |
* | Order #includes - also to reduce diffs with vimage branches in p4. | bz | 2008-12-11 | 1 | -5/+4 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -4/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -2/+3 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -11/+0 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -4/+4 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -5/+5 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -4/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+4 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 1 | -3/+1 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+2 |
* | o Move a lot of parameter checking from netisr_poll() to | glebius | 2005-10-03 | 1 | -68/+119 |
* | Big polling(4) cleanup. | glebius | 2005-10-01 | 1 | -100/+88 |
* | Document flags of a pollrec. | glebius | 2005-09-06 | 1 | -0/+5 |
* | Remove Giant mutex from polling(4) and use a separate poll_mtx(4) | glebius | 2005-09-05 | 1 | -38/+81 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -6/+8 |
* | Remove recently added note about DEVICE_POLLING not working with SMP. | trhodes | 2005-02-25 | 1 | -6/+0 |
* | Add a NULL param to an mi_switch() that I missed. | jhb | 2004-07-03 | 1 | -1/+1 |
* | Ensure that the poll_burst <= poll_burst_max constraint really holds. | ru | 2004-04-15 | 1 | -0/+2 |
* | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | jeff | 2004-01-25 | 1 | -2/+1 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -2/+2 |
* | revert default for idle polling to zero until we can resolve the | sam | 2003-10-20 | 1 | -1/+1 |
* | Change default for kern.polling.idle_poll back to 1. This was set to 0 | sam | 2003-10-14 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -11/+11 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -5/+5 |
* | Temporarily disable polling when no processes are active, while I | luigi | 2002-08-04 | 1 | -1/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -1/+0 |
* | Remove a printf and add a comment on an assumption that could be | luigi | 2002-06-27 | 1 | -3/+10 |
* | Make the DEVICE_POLLING code compile with -Werror and in LINT | luigi | 2002-03-09 | 1 | -2/+4 |
* | Make this compile after changes to kse structures. | luigi | 2002-02-15 | 1 | -1/+1 |
* | MFS: synchronize the code with the version in -stable, specifically: | luigi | 2002-02-11 | 1 | -61/+98 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 1 | -1/+1 |
* | Complete the device polling support by adding a thread in charge | luigi | 2001-12-19 | 1 | -0/+55 |