aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add hooks for very basic IPFilter support in bridging. Set,Crist J. Clark2002-03-181-5/+42
* Missed this file for select SMP fixes associated with rev 1.93 ofAlfred Perlstein2002-03-141-2/+0
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-119-252/+95
* Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/netBrian Feldman2002-03-051-1/+1
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksMaxim Konovalov2002-03-051-4/+1
* Unbreak bridge.ko. Replace an unresolved symbol with the actions itCrist J. Clark2002-03-051-1/+3
* Add cloning support to the loopback interface.Brooks Davis2002-03-041-56/+99
* Change the network interface cloning API so the destroy function returnsBrooks Davis2002-03-046-11/+14
* Fix warnings.Peter Wemm2002-02-281-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-272-4/+4
* Fix warnings in the gif(4) driver so it compiles with -Werror.Brooks Davis2002-02-261-4/+6
* Did someone turn on -Werror or something?Matthew Dillon2002-02-261-0/+2
* minor style(9) fix: return (foo); The file was mostly style(9) before.Warner Losh2002-02-261-16/+16
* When using hardware decoding, reconstruct the wire form of the ethernetBrooks Davis2002-02-261-0/+20
* Make gif(4) nesting level and parallel tunnel support tunable at runtimeBrooks Davis2002-02-261-5/+27
* Fix a warning by pulling prototype for arp_ifinit() into scope.Peter Wemm2002-02-261-1/+4
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-3/+8
* When the local link address is changed, send out gratuitous ARPsLuigi Rizzo2002-02-181-0/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-5/+5
* Error handling fixes for inflate.Chris D. Faulhaber2002-02-171-4/+7
* Lots of improvement to the bridging code.Luigi Rizzo2002-02-152-302/+403
* Remove useless initialization to 0 of a couple of global variables.Luigi Rizzo2002-02-151-2/+2
* remove superflous empty line (in preparation to MFC)Max Khon2002-02-131-1/+0
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-055-31/+26
* 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