summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Introduce an interface announcement message for the routingru2002-01-184-0/+55
* It turns out that when a broadcast packet is looped back, the checksumsjesper2002-01-111-0/+13
* - generic Arcnet frameworkfjoe2002-01-081-0/+780
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-082-10/+19
* Staticise private interface lists.msmith2002-01-086-7/+5
* Implement an option to administratively disable the negotiation ofjoerg2001-12-302-8/+60
* Merge last-minute fix from the i4b file made by gj:joerg2001-12-301-2/+4
* Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.joerg2001-12-301-1/+1
* 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
* sparc64 needs the same alingment fixes that alpha and ia64 do.jake2001-12-291-1/+1
* sparc64 needs the same alignment fixes that ia64 and alpha need.jake2001-12-291-1/+1
* 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-282-26/+27
* Implement timestamps so i4b/driver/i4b_isppp.c can derive the idlejoerg2001-12-282-4/+27
* Break out the relevant fields from struct sppp into a structjoerg2001-12-272-26/+50
* Make the LCP restart timer configurable.joerg2001-12-271-9/+20
* Implement VJ header compression for sppp.joerg2001-12-272-5/+158
* Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-joerg2001-12-261-6/+7
* Fix some pseudo-enumeration constants in the IPv6 implementation sojoerg2001-12-261-2/+2
* 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
* It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYbrian2001-12-191-10/+0
* Only call rt_getifa() if we've either been passed a gateway orbrian2001-12-191-2/+8
* Initalize ifq_maxlen to prevent a harmless warning message.brooks2001-12-171-0/+1
* Make bpf's read timeout feature work more correctly withjdp2001-12-142-6/+60
* whitespace fixes.jlemon2001-12-144-5/+5
* minor style fix.jlemon2001-12-142-1/+2
* Device Polling code for -current.luigi2001-12-143-0/+19
* Moved the updating of if_ibytes from ether_demux() to ether_input() to fixdg2001-12-141-1/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-3/+3
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)arr2001-12-071-4/+1
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-032-11/+11
* Fix a typo in a commentbrian2001-11-281-1/+1
* Whitespace change - replace leading spaces with tabs.luigi2001-11-241-6/+6
* Expand the comment on the layout of softc, arpcom and ifnet structures,luigi2001-11-221-0/+15
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-1/+1
* - Utilize the great M_ZERO flag rather than allocating memory then doarr2001-11-211-2/+1
* - M_ZERO already sets bif_dlist to zero; there is no need toarr2001-11-181-1/+0
* Give struct socket structures a ref counting interface similar todillon2001-11-172-3/+3
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-141-9/+1
* 3.5 years ago Wollman wrote:phk2001-11-052-344/+0
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-043-137/+188
* Remove an extra splimp() call.luigi2001-11-011-1/+0
* sc_lasttime and sc_starttime are time_t's, not long's.dillon2001-10-271-2/+2
OpenPOWER on IntegriCloud