| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge last-minute fix from the i4b file made by gj: | joerg | 2001-12-30 | 1 | -2/+4 |
* | We explicitly close LCP when going to state CLOSED, so we better open | joerg | 2001-12-30 | 1 | -0/+4 |
* | run IPCP only if we have IPv4 in kernel | joerg | 2001-12-30 | 1 | -1/+7 |
* | Fix a long-standing blatant bug where the operator precedence between | joerg | 2001-12-30 | 1 | -4/+4 |
* | Fix compilation without INET (though not really tested yet without | joerg | 2001-12-30 | 1 | -6/+10 |
* | Add the `packed' attribute to structures which describe wire protocol | joerg | 2001-12-30 | 1 | -4/+4 |
* | Extend the hack where 0.0.0.1 meant `any address for remote is | joerg | 2001-12-30 | 1 | -2/+2 |
* | Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress() | joerg | 2001-12-30 | 1 | -14/+39 |
* | Convert sppp_params() to use a malloced structure in order to reduce | joerg | 2001-12-28 | 1 | -45/+65 |
* | Fix my breakage to the low-level hardware sync drivers brought by the | joerg | 2001-12-28 | 1 | -25/+26 |
* | Implement timestamps so i4b/driver/i4b_isppp.c can derive the idle | joerg | 2001-12-28 | 1 | -4/+25 |
* | Break out the relevant fields from struct sppp into a struct | joerg | 2001-12-27 | 1 | -1/+7 |
* | Make the LCP restart timer configurable. | joerg | 2001-12-27 | 1 | -9/+20 |
* | Implement VJ header compression for sppp. | joerg | 2001-12-27 | 1 | -5/+153 |
* | Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ- | joerg | 2001-12-26 | 1 | -6/+7 |
* | Ignore (and silently conf-ack) conf-reqs for an Async-Control- | joerg | 2001-12-26 | 1 | -11/+15 |
* | For SIOCSIFADDR, don't call if_up() since it would attempt to add the | joerg | 2001-12-26 | 1 | -1/+2 |
* | Update the hash table when sppp mucks directly with the interface address. | jlemon | 2001-10-01 | 1 | -0/+4 |
* | If LCP proto-rej is received, drop the protocol mentioned by the message. | ume | 2001-07-31 | 1 | -1/+59 |
* | Fix warning: 848: warning: label `nosupport' defined but not used | peter | 2001-06-15 | 1 | -1/+0 |
* | Make compilable. addlog(...) was replaced with log(-1, ...) | ume | 2001-06-13 | 1 | -18/+18 |
* | Restore the code wrongly nuked by previous commit. | ume | 2001-06-12 | 1 | -0/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -22/+773 |
* | Move the decision whether we want to request authentication from our | joerg | 2001-04-08 | 1 | -8/+8 |
* | This is another MFC candidate. | joerg | 2001-03-25 | 1 | -2/+2 |
* | (MFC candidate, see below). | joerg | 2001-03-23 | 1 | -0/+14 |
* | Use <sys/queue.h> macro api rather than fondle its implementation detals. | phk | 2001-02-03 | 1 | -4/+4 |
* | Various fixes to make leased line operation more robust. On lcp_up, start | jhay | 2000-12-19 | 1 | -49/+100 |
* | Make log(-1, ...) do what addlog(...) did. | phk | 2000-11-26 | 1 | -89/+89 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -53/+16 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -4/+1 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -23/+0 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -1/+18 |
* | When getting a RCN event in state ACK_RCVD, RFC 1661 demands that we | joerg | 1999-10-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |