summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* - Simplify first arg of nd6_storelladdr().mdodd2002-03-291-15/+29
* - Use net/fddi.h rather than netinet/if_fddi.h.mdodd2002-03-291-21/+21
* Sync defines with NetBSD.mdodd2002-03-291-13/+30
* Remove unnecessary LLC defines and use the standard ones.mdodd2002-03-291-16/+6
* - style(9) fixes for 'return'.mdodd2002-03-291-22/+21
* Un-ifdef.mdodd2002-03-291-37/+0
* De-register.mdodd2002-03-291-10/+10
* Sync with NetBSD.mdodd2002-03-291-45/+60
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2411-42/+38
* Work around zlib bug where using a deflate window size of 8 willjedgar2002-03-231-1/+1
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)dillon2002-03-201-1/+5
* Remove __P.alfred2002-03-1941-394/+383
* Add hooks for very basic IPFilter support in bridging. Set,cjc2002-03-181-5/+42
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-2/+0
* Simplify the interface cloning framework by handling unitmux2002-03-119-252/+95
* Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/netgreen2002-03-051-1/+1
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksmaxim2002-03-051-4/+1
* Unbreak bridge.ko. Replace an unresolved symbol with the actions itcjc2002-03-051-1/+3
* Add cloning support to the loopback interface.brooks2002-03-041-56/+99
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-046-11/+14
* Fix warnings.peter2002-02-281-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-4/+4
* Fix warnings in the gif(4) driver so it compiles with -Werror.brooks2002-02-261-4/+6
* Did someone turn on -Werror or something?dillon2002-02-261-0/+2
* minor style(9) fix: return (foo); The file was mostly style(9) before.imp2002-02-261-16/+16
* When using hardware decoding, reconstruct the wire form of the ethernetbrooks2002-02-261-0/+20
* Make gif(4) nesting level and parallel tunnel support tunable at runtimebrooks2002-02-261-5/+27
* Fix a warning by pulling prototype for arp_ifinit() into scope.peter2002-02-261-1/+4
* Lock struct pgrp, session and sigio.tanimura2002-02-231-3/+8
* When the local link address is changed, send out gratuitous ARPsluigi2002-02-181-0/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-5/+5
* Error handling fixes for inflate.jedgar2002-02-171-4/+7
* Lots of improvement to the bridging code.luigi2002-02-152-302/+403
* Remove useless initialization to 0 of a couple of global variables.luigi2002-02-151-2/+2
* remove superflous empty line (in preparation to MFC)fjoe2002-02-131-1/+0
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-055-31/+26
* Prevent the kernel from generating an unaligned sysctl data buffer ongallatin2002-01-271-0/+1
* Have sysctl() return the correct errno(2) as documented in thecjc2002-01-251-1/+1
* 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
OpenPOWER on IntegriCloud