| Commit message (Expand) | Author | Age | Files | Lines |
* | It turns out that when a broadcast packet is looped back, the checksums | jesper | 2002-01-11 | 1 | -0/+13 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 1 | -0/+780 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 2 | -10/+19 |
* | Staticise private interface lists. | msmith | 2002-01-08 | 6 | -7/+5 |
* | Implement an option to administratively disable the negotiation of | joerg | 2001-12-30 | 2 | -8/+60 |
* | Merge last-minute fix from the i4b file made by gj: | joerg | 2001-12-30 | 1 | -2/+4 |
* | Bump AUTHNAMELEN to 64. Should probably be made dynamic instead. | joerg | 2001-12-30 | 1 | -1/+1 |
* | 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 |
* | sparc64 needs the same alingment fixes that alpha and ia64 do. | jake | 2001-12-29 | 1 | -1/+1 |
* | sparc64 needs the same alignment fixes that ia64 and alpha need. | jake | 2001-12-29 | 1 | -1/+1 |
* | 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 | 2 | -26/+27 |
* | Implement timestamps so i4b/driver/i4b_isppp.c can derive the idle | joerg | 2001-12-28 | 2 | -4/+27 |
* | Break out the relevant fields from struct sppp into a struct | joerg | 2001-12-27 | 2 | -26/+50 |
* | Make the LCP restart timer configurable. | joerg | 2001-12-27 | 1 | -9/+20 |
* | Implement VJ header compression for sppp. | joerg | 2001-12-27 | 2 | -5/+158 |
* | Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ- | joerg | 2001-12-26 | 1 | -6/+7 |
* | Fix some pseudo-enumeration constants in the IPv6 implementation so | joerg | 2001-12-26 | 1 | -2/+2 |
* | 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 |
* | It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY | brian | 2001-12-19 | 1 | -10/+0 |
* | Only call rt_getifa() if we've either been passed a gateway or | brian | 2001-12-19 | 1 | -2/+8 |
* | Initalize ifq_maxlen to prevent a harmless warning message. | brooks | 2001-12-17 | 1 | -0/+1 |
* | Make bpf's read timeout feature work more correctly with | jdp | 2001-12-14 | 2 | -6/+60 |
* | whitespace fixes. | jlemon | 2001-12-14 | 4 | -5/+5 |
* | minor style fix. | jlemon | 2001-12-14 | 2 | -1/+2 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 3 | -0/+19 |
* | Moved the updating of if_ibytes from ether_demux() to ether_input() to fix | dg | 2001-12-14 | 1 | -1/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -3/+3 |
* | - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag) | arr | 2001-12-07 | 1 | -4/+1 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 2 | -11/+11 |
* | Fix a typo in a comment | brian | 2001-11-28 | 1 | -1/+1 |
* | Whitespace change - replace leading spaces with tabs. | luigi | 2001-11-24 | 1 | -6/+6 |
* | Expand the comment on the layout of softc, arpcom and ifnet structures, | luigi | 2001-11-22 | 1 | -0/+15 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 1 | -1/+1 |
* | - Utilize the great M_ZERO flag rather than allocating memory then do | arr | 2001-11-21 | 1 | -2/+1 |
* | - M_ZERO already sets bif_dlist to zero; there is no need to | arr | 2001-11-18 | 1 | -1/+0 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 2 | -3/+3 |
* | Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed | jhb | 2001-11-14 | 1 | -9/+1 |
* | 3.5 years ago Wollman wrote: | phk | 2001-11-05 | 2 | -344/+0 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 3 | -137/+188 |
* | Remove an extra splimp() call. | luigi | 2001-11-01 | 1 | -1/+0 |
* | sc_lasttime and sc_starttime are time_t's, not long's. | dillon | 2001-10-27 | 1 | -2/+2 |
* | Remove extra memory region kept by "struct pfil_head pfil_head_t;". | ru | 2001-10-22 | 1 | -1/+1 |