| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -2/+0 |
* | Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead, | rwatson | 2009-06-26 | 1 | -8/+8 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+2 |
* | Lock if_addrhead when iterating, and where necessary acquire and release | rwatson | 2009-06-24 | 1 | -21/+27 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | Add parentheses to under-parenthesized macro. | ed | 2009-04-07 | 1 | -1/+1 |
* | IFF_NEEDSGIANT will no longer be supported, so remove compatibility code | rwatson | 2009-02-16 | 1 | -35/+12 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Make compile without INET. | bz | 2008-11-05 | 1 | -2/+89 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | MFp4: | imp | 2008-08-24 | 1 | -106/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -0/+1 |
* | Cast the ioctl define to the type of the variable being switched on. | mjacob | 2007-06-10 | 1 | -2/+2 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -6/+10 |
* | Correct buffer overflow in the handling of LCP options in ppp(4) | cperciva | 2006-08-23 | 1 | -12/+24 |
* | Use TAILQ_FOREACH instead of poking around in the guts of the list | brooks | 2006-07-15 | 1 | -8/+5 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -1/+1 |
* | Use monotonic time_uptime instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -3/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -16/+18 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -2/+6 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -44/+71 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+2 |
* | Add FR support to sppp (MFCronyx). | rik | 2004-12-28 | 1 | -12/+38 |
* | Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>. | rik | 2004-12-14 | 1 | -2/+0 |
* | Make sppp MPSAFE. | rik | 2004-12-12 | 1 | -110/+229 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -2/+1 |
* | Do not m_free packet since IF_HANDOFF (called from netisr_queue) will | rik | 2004-06-28 | 1 | -1/+1 |
* | Do not count loobacks as other fuilures. | rik | 2004-06-25 | 1 | -1/+2 |
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | mlaier | 2004-06-15 | 1 | -5/+10 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -2/+2 |
* | Keepalive timer should be added if we does not have any sppp consumers before | rik | 2004-05-25 | 1 | -2/+2 |
* | Compare spppq to NULL instead of using spppq as a boolean. | rwatson | 2004-03-14 | 1 | -2/+2 |
* | Constify interactive_ports, as its value is static, and therefore doesn't | rwatson | 2004-03-13 | 1 | -1/+1 |
* | Remove #ifdef for ancient source FreeBSD compat. | phk | 2004-01-21 | 1 | -11/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | Use M_WAITOK instead of M_WAIT in sppp_attach(). | gj | 2003-07-26 | 1 | -1/+1 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -25/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -30/+16 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | o Restore an interrupt priority level before return. | maxim | 2003-02-17 | 1 | -0/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 1 | -2/+2 |
* | s/__attribute__((__packed__))/__packed/g | alfred | 2002-09-23 | 1 | -3/+3 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -7/+7 |
* | Fix a misplaced break statement within a switch that accidentally made | joerg | 2002-05-10 | 1 | -1/+1 |
* | "pointers are not permitted as case values", so force the macros to ints. | obrien | 2002-05-01 | 1 | -2/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Implement an option to administratively disable the negotiation of | joerg | 2001-12-30 | 1 | -7/+50 |