| Commit message (Expand) | Author | Age | Files | Lines |
| * | - generic Arcnet framework | Max Khon | 2002-01-08 | 1 | -0/+780 |
| * | Initialise the intrq_present fields at runtime, not link time. This allows | Mike Smith | 2002-01-08 | 2 | -10/+19 |
| * | Staticise private interface lists. | Mike Smith | 2002-01-08 | 6 | -7/+5 |
| * | Implement an option to administratively disable the negotiation of | Joerg Wunsch | 2001-12-30 | 2 | -8/+60 |
| * | Merge last-minute fix from the i4b file made by gj: | Joerg Wunsch | 2001-12-30 | 1 | -2/+4 |
| * | Bump AUTHNAMELEN to 64. Should probably be made dynamic instead. | Joerg Wunsch | 2001-12-30 | 1 | -1/+1 |
| * | We explicitly close LCP when going to state CLOSED, so we better open | Joerg Wunsch | 2001-12-30 | 1 | -0/+4 |
| * | run IPCP only if we have IPv4 in kernel | Joerg Wunsch | 2001-12-30 | 1 | -1/+7 |
| * | Fix a long-standing blatant bug where the operator precedence between | Joerg Wunsch | 2001-12-30 | 1 | -4/+4 |
| * | Fix compilation without INET (though not really tested yet without | Joerg Wunsch | 2001-12-30 | 1 | -6/+10 |
| * | Add the `packed' attribute to structures which describe wire protocol | Joerg Wunsch | 2001-12-30 | 1 | -4/+4 |
| * | Extend the hack where 0.0.0.1 meant `any address for remote is | Joerg Wunsch | 2001-12-30 | 1 | -2/+2 |
| * | Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress() | Joerg Wunsch | 2001-12-30 | 1 | -14/+39 |
| * | sparc64 needs the same alingment fixes that alpha and ia64 do. | Jake Burkholder | 2001-12-29 | 1 | -1/+1 |
| * | sparc64 needs the same alignment fixes that ia64 and alpha need. | Jake Burkholder | 2001-12-29 | 1 | -1/+1 |
| * | Convert sppp_params() to use a malloced structure in order to reduce | Joerg Wunsch | 2001-12-28 | 1 | -45/+65 |
| * | Fix my breakage to the low-level hardware sync drivers brought by the | Joerg Wunsch | 2001-12-28 | 2 | -26/+27 |
| * | Implement timestamps so i4b/driver/i4b_isppp.c can derive the idle | Joerg Wunsch | 2001-12-28 | 2 | -4/+27 |
| * | Break out the relevant fields from struct sppp into a struct | Joerg Wunsch | 2001-12-27 | 2 | -26/+50 |
| * | Make the LCP restart timer configurable. | Joerg Wunsch | 2001-12-27 | 1 | -9/+20 |
| * | Implement VJ header compression for sppp. | Joerg Wunsch | 2001-12-27 | 2 | -5/+158 |
| * | Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ- | Joerg Wunsch | 2001-12-26 | 1 | -6/+7 |
| * | Fix some pseudo-enumeration constants in the IPv6 implementation so | Joerg Wunsch | 2001-12-26 | 1 | -2/+2 |
| * | Ignore (and silently conf-ack) conf-reqs for an Async-Control- | Joerg Wunsch | 2001-12-26 | 1 | -11/+15 |
| * | For SIOCSIFADDR, don't call if_up() since it would attempt to add the | Joerg Wunsch | 2001-12-26 | 1 | -1/+2 |
| * | It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY | Brian Somers | 2001-12-19 | 1 | -10/+0 |
| * | Only call rt_getifa() if we've either been passed a gateway or | Brian Somers | 2001-12-19 | 1 | -2/+8 |
| * | Initalize ifq_maxlen to prevent a harmless warning message. | Brooks Davis | 2001-12-17 | 1 | -0/+1 |
| * | Make bpf's read timeout feature work more correctly with | John Polstra | 2001-12-14 | 2 | -6/+60 |
| * | whitespace fixes. | Jonathan Lemon | 2001-12-14 | 4 | -5/+5 |
| * | minor style fix. | Jonathan Lemon | 2001-12-14 | 2 | -1/+2 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 3 | -0/+19 |
| * | Moved the updating of if_ibytes from ether_demux() to ether_input() to fix | David Greenman | 2001-12-14 | 1 | -1/+2 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 2 | -3/+3 |
| * | - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag) | Andrew R. Reiter | 2001-12-07 | 1 | -4/+1 |
| * | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | Brooks Davis | 2001-12-03 | 2 | -11/+11 |
| * | Fix a typo in a comment | Brian Somers | 2001-11-28 | 1 | -1/+1 |
| * | Whitespace change - replace leading spaces with tabs. | Luigi Rizzo | 2001-11-24 | 1 | -6/+6 |
| * | Expand the comment on the layout of softc, arpcom and ifnet structures, | Luigi Rizzo | 2001-11-22 | 1 | -0/+15 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 1 | -1/+1 |
| * | - Utilize the great M_ZERO flag rather than allocating memory then do | Andrew R. Reiter | 2001-11-21 | 1 | -2/+1 |
| * | - M_ZERO already sets bif_dlist to zero; there is no need to | Andrew R. Reiter | 2001-11-18 | 1 | -1/+0 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 2 | -3/+3 |
| * | Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed | John Baldwin | 2001-11-14 | 1 | -9/+1 |
| * | 3.5 years ago Wollman wrote: | Poul-Henning Kamp | 2001-11-05 | 2 | -344/+0 |
| * | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 3 | -137/+188 |
| * | Remove an extra splimp() call. | Luigi Rizzo | 2001-11-01 | 1 | -1/+0 |
| * | sc_lasttime and sc_starttime are time_t's, not long's. | Matthew Dillon | 2001-10-27 | 1 | -2/+2 |
| * | Remove extra memory region kept by "struct pfil_head pfil_head_t;". | Ruslan Ermilov | 2001-10-22 | 1 | -1/+1 |
| * | Fix this so it compiles cleanly for alpha. Tried to do some minimal testing. | Matt Jacob | 2001-10-19 | 2 | -11/+12 |