aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Keepalive timer should be added if we does not have any sppp consumers beforeRoman Kurakin2004-05-251-2/+2
* Compare spppq to NULL instead of using spppq as a boolean.Robert Watson2004-03-141-2/+2
* Constify interactive_ports, as its value is static, and therefore doesn'tRobert Watson2004-03-131-1/+1
* Remove #ifdef for ancient source FreeBSD compat.Poul-Henning Kamp2004-01-211-11/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* Use M_WAITOK instead of M_WAIT in sppp_attach().Gary Jennejohn2003-07-261-1/+1
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-25/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-30/+16
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* o Restore an interrupt priority level before return.Maxim Konovalov2003-02-171-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-2/+2
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-3/+3
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-7/+7
* Fix a misplaced break statement within a switch that accidentally madeJoerg Wunsch2002-05-101-1/+1
* "pointers are not permitted as case values", so force the macros to ints.David E. O'Brien2002-05-011-2/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Implement an option to administratively disable the negotiation ofJoerg Wunsch2001-12-301-7/+50
* Merge last-minute fix from the i4b file made by gj:Joerg Wunsch2001-12-301-2/+4
* We explicitly close LCP when going to state CLOSED, so we better openJoerg Wunsch2001-12-301-0/+4
* run IPCP only if we have IPv4 in kernelJoerg Wunsch2001-12-301-1/+7
* Fix a long-standing blatant bug where the operator precedence betweenJoerg Wunsch2001-12-301-4/+4
* Fix compilation without INET (though not really tested yet withoutJoerg Wunsch2001-12-301-6/+10
* Add the `packed' attribute to structures which describe wire protocolJoerg Wunsch2001-12-301-4/+4
* Extend the hack where 0.0.0.1 meant `any address for remote isJoerg Wunsch2001-12-301-2/+2
* Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress()Joerg Wunsch2001-12-301-14/+39
* Convert sppp_params() to use a malloced structure in order to reduceJoerg Wunsch2001-12-281-45/+65
* Fix my breakage to the low-level hardware sync drivers brought by theJoerg Wunsch2001-12-281-25/+26
* Implement timestamps so i4b/driver/i4b_isppp.c can derive the idleJoerg Wunsch2001-12-281-4/+25
* Break out the relevant fields from struct sppp into a structJoerg Wunsch2001-12-271-1/+7
* Make the LCP restart timer configurable.Joerg Wunsch2001-12-271-9/+20
* Implement VJ header compression for sppp.Joerg Wunsch2001-12-271-5/+153
* Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-Joerg Wunsch2001-12-261-6/+7
* Ignore (and silently conf-ack) conf-reqs for an Async-Control-Joerg Wunsch2001-12-261-11/+15
* For SIOCSIFADDR, don't call if_up() since it would attempt to add theJoerg Wunsch2001-12-261-1/+2
* Update the hash table when sppp mucks directly with the interface address.Jonathan Lemon2001-10-011-0/+4
* If LCP proto-rej is received, drop the protocol mentioned by the message.Hajimu UMEMOTO2001-07-311-1/+59
* Fix warning: 848: warning: label `nosupport' defined but not usedPeter Wemm2001-06-151-1/+0
* Make compilable. addlog(...) was replaced with log(-1, ...)Hajimu UMEMOTO2001-06-131-18/+18
* Restore the code wrongly nuked by previous commit.Hajimu UMEMOTO2001-06-121-0/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-22/+773
* Move the decision whether we want to request authentication from ourJoerg Wunsch2001-04-081-8/+8
* This is another MFC candidate.Joerg Wunsch2001-03-251-2/+2
* (MFC candidate, see below).Joerg Wunsch2001-03-231-0/+14
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-4/+4
* Various fixes to make leased line operation more robust. On lcp_up, startJohn Hay2000-12-191-49/+100
* Make log(-1, ...) do what addlog(...) did.Poul-Henning Kamp2000-11-261-89/+89
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-53/+16
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-4/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-23/+0