aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Prevent the kernel from generating an unaligned sysctl data buffer onAndrew Gallatin2002-01-271-0/+1
* Have sysctl() return the correct errno(2) as documented in theCrist J. Clark2002-01-251-1/+1
* Introduce an interface announcement message for the routingRuslan Ermilov2002-01-184-0/+55
* It turns out that when a broadcast packet is looped back, the checksumsJesper Skriver2002-01-111-0/+13
* - generic Arcnet frameworkMax Khon2002-01-081-0/+780
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-082-10/+19
* Staticise private interface lists.Mike Smith2002-01-086-7/+5
* Implement an option to administratively disable the negotiation ofJoerg Wunsch2001-12-302-8/+60
* Merge last-minute fix from the i4b file made by gj:Joerg Wunsch2001-12-301-2/+4
* Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.Joerg Wunsch2001-12-301-1/+1
* We explicitly close LCP when going to state CLOSED, so we better openJoerg Wunsch2001-12-301-0/+4
* run IPCP only if we have IPv4 in kernelJoerg Wunsch2001-12-301-1/+7
* Fix a long-standing blatant bug where the operator precedence betweenJoerg Wunsch2001-12-301-4/+4
* Fix compilation without INET (though not really tested yet withoutJoerg Wunsch2001-12-301-6/+10
* Add the `packed' attribute to structures which describe wire protocolJoerg Wunsch2001-12-301-4/+4
* Extend the hack where 0.0.0.1 meant `any address for remote isJoerg Wunsch2001-12-301-2/+2
* Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress()Joerg Wunsch2001-12-301-14/+39
* sparc64 needs the same alingment fixes that alpha and ia64 do.Jake Burkholder2001-12-291-1/+1
* sparc64 needs the same alignment fixes that ia64 and alpha need.Jake Burkholder2001-12-291-1/+1
* Convert sppp_params() to use a malloced structure in order to reduceJoerg Wunsch2001-12-281-45/+65
* Fix my breakage to the low-level hardware sync drivers brought by theJoerg Wunsch2001-12-282-26/+27
* Implement timestamps so i4b/driver/i4b_isppp.c can derive the idleJoerg Wunsch2001-12-282-4/+27
* Break out the relevant fields from struct sppp into a structJoerg Wunsch2001-12-272-26/+50
* Make the LCP restart timer configurable.Joerg Wunsch2001-12-271-9/+20
* Implement VJ header compression for sppp.Joerg Wunsch2001-12-272-5/+158
* Don't log RXJ+ protocol rejects unless we are in debug mode. (RXJ-Joerg Wunsch2001-12-261-6/+7
* Fix some pseudo-enumeration constants in the IPv6 implementation soJoerg Wunsch2001-12-261-2/+2
* Ignore (and silently conf-ack) conf-reqs for an Async-Control-Joerg Wunsch2001-12-261-11/+15
* For SIOCSIFADDR, don't call if_up() since it would attempt to add theJoerg Wunsch2001-12-261-1/+2
* It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYBrian Somers2001-12-191-10/+0
* Only call rt_getifa() if we've either been passed a gateway orBrian Somers2001-12-191-2/+8
* Initalize ifq_maxlen to prevent a harmless warning message.Brooks Davis2001-12-171-0/+1
* Make bpf's read timeout feature work more correctly withJohn Polstra2001-12-142-6/+60
* whitespace fixes.Jonathan Lemon2001-12-144-5/+5
* minor style fix.Jonathan Lemon2001-12-142-1/+2
* Device Polling code for -current.Luigi Rizzo2001-12-143-0/+19
* Moved the updating of if_ibytes from ether_demux() to ether_input() to fixDavid Greenman2001-12-141-1/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-3/+3
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)Andrew R. Reiter2001-12-071-4/+1
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-032-11/+11
* Fix a typo in a commentBrian Somers2001-11-281-1/+1
* Whitespace change - replace leading spaces with tabs.Luigi Rizzo2001-11-241-6/+6
* Expand the comment on the layout of softc, arpcom and ifnet structures,Luigi Rizzo2001-11-221-0/+15
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-1/+1
* - Utilize the great M_ZERO flag rather than allocating memory then doAndrew R. Reiter2001-11-211-2/+1
* - M_ZERO already sets bif_dlist to zero; there is no need toAndrew R. Reiter2001-11-181-1/+0
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-172-3/+3
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededJohn Baldwin2001-11-141-9/+1
* 3.5 years ago Wollman wrote:Poul-Henning Kamp2001-11-052-344/+0
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-043-137/+188