summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the LCP restart timer configurable.joerg2001-12-271-9/+20
* Implement VJ header compression for sppp.joerg2001-12-271-5/+153
* Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-joerg2001-12-261-6/+7
* Ignore (and silently conf-ack) conf-reqs for an Async-Control-joerg2001-12-261-11/+15
* For SIOCSIFADDR, don't call if_up() since it would attempt to add thejoerg2001-12-261-1/+2
* Update the hash table when sppp mucks directly with the interface address.jlemon2001-10-011-0/+4
* If LCP proto-rej is received, drop the protocol mentioned by the message.ume2001-07-311-1/+59
* Fix warning: 848: warning: label `nosupport' defined but not usedpeter2001-06-151-1/+0
* Make compilable. addlog(...) was replaced with log(-1, ...)ume2001-06-131-18/+18
* Restore the code wrongly nuked by previous commit.ume2001-06-121-0/+1
* Sync with recent KAME.ume2001-06-111-22/+773
* Move the decision whether we want to request authentication from ourjoerg2001-04-081-8/+8
* This is another MFC candidate.joerg2001-03-251-2/+2
* (MFC candidate, see below).joerg2001-03-231-0/+14
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-4/+4
* Various fixes to make leased line operation more robust. On lcp_up, startjhay2000-12-191-49/+100
* Make log(-1, ...) do what addlog(...) did.phk2000-11-261-89/+89
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-53/+16
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-4/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-23/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+18
* When getting a RCN event in state ACK_RCVD, RFC 1661 demands that wejoerg1999-10-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-301-27/+48
* Misplaces brace puts important code into debug section.phk1999-02-231-5/+5
* Remove all the #ifdef notyet stuff, it is probably never going to happenphk1999-02-191-77/+27
* Update sppp support to i4b level. This includes the new spppcontrolphk1998-12-271-33/+115
* More isdn4bsd convergence: cleanup log messages.phk1998-12-261-18/+24
* Converge further on the isdn4bsd version of this file.phk1998-12-261-27/+25
* clean up more timeout/untimeout portability stuff.phk1998-12-261-34/+19
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-161-9/+14
* *** empty log message ***phk1998-12-111-7/+12
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-6/+6
* Minor cleanup: kill a couple of unused variables, and a couple ofjoerg1998-10-061-3/+7
* In an attempt to reduce the huge number of differences between thejoerg1998-10-061-225/+337
* Fix a =/== confusion that caused the CHAP type renegotiation tojoerg1998-10-051-2/+2
OpenPOWER on IntegriCloud