summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-0/+1
* Cast the ioctl define to the type of the variable being switched on.mjacob2007-06-101-2/+2
* MFp4: 92972, 98913 + one more changebz2006-12-121-6/+10
* Correct buffer overflow in the handling of LCP options in ppp(4)cperciva2006-08-231-12/+24
* Use TAILQ_FOREACH instead of poking around in the guts of the listbrooks2006-07-151-8/+5
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Use monotonic time_uptime instead of 'time_second' as timebaseandre2005-09-191-3/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-16/+18
* scope cleanup. with this changeume2005-07-251-2/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-44/+71
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
* Add FR support to sppp (MFCronyx).rik2004-12-281-12/+38
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.rik2004-12-141-2/+0
* Make sppp MPSAFE.rik2004-12-121-110/+229
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-2/+1
* Do not m_free packet since IF_HANDOFF (called from netisr_queue) willrik2004-06-281-1/+1
* Do not count loobacks as other fuilures.rik2004-06-251-1/+2
* Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled onmlaier2004-06-151-5/+10
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-2/+2
* Keepalive timer should be added if we does not have any sppp consumers beforerik2004-05-251-2/+2
* Compare spppq to NULL instead of using spppq as a boolean.rwatson2004-03-141-2/+2
* Constify interactive_ports, as its value is static, and therefore doesn'trwatson2004-03-131-1/+1
* Remove #ifdef for ancient source FreeBSD compat.phk2004-01-211-11/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Use M_WAITOK instead of M_WAIT in sppp_attach().gj2003-07-261-1/+1
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-25/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-30/+16
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* o Restore an interrupt priority level before return.maxim2003-02-171-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Be consistent about functions being static.phk2002-10-161-2/+2
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-3/+3
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-7/+7
* Fix a misplaced break statement within a switch that accidentally madejoerg2002-05-101-1/+1
* "pointers are not permitted as case values", so force the macros to ints.obrien2002-05-011-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Implement an option to administratively disable the negotiation ofjoerg2001-12-301-7/+50
* Merge last-minute fix from the i4b file made by gj:joerg2001-12-301-2/+4
* We explicitly close LCP when going to state CLOSED, so we better openjoerg2001-12-301-0/+4
* run IPCP only if we have IPv4 in kerneljoerg2001-12-301-1/+7
* Fix a long-standing blatant bug where the operator precedence betweenjoerg2001-12-301-4/+4
* Fix compilation without INET (though not really tested yet withoutjoerg2001-12-301-6/+10
* Add the `packed' attribute to structures which describe wire protocoljoerg2001-12-301-4/+4
* Extend the hack where 0.0.0.1 meant `any address for remote isjoerg2001-12-301-2/+2
* Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress()joerg2001-12-301-14/+39
* Convert sppp_params() to use a malloced structure in order to reducejoerg2001-12-281-45/+65
* Fix my breakage to the low-level hardware sync drivers brought by thejoerg2001-12-281-25/+26
* Implement timestamps so i4b/driver/i4b_isppp.c can derive the idlejoerg2001-12-281-4/+25
* Break out the relevant fields from struct sppp into a structjoerg2001-12-271-1/+7
OpenPOWER on IntegriCloud