aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-292-3/+3
* OK, that's it..Julian Elischer1995-11-292-1/+82
* Implement some rudimentry IPX support...Peter Wemm1995-11-281-2/+18
* If a lcp configure request is received in the lcp opened state and itPeter Wemm1995-11-211-24/+28
* Fix #includes.Poul-Henning Kamp1995-11-201-2/+3
* Fixed a comment.Bruce Evans1995-11-181-2/+2
* Added bogus casts to avoid warnings.Bruce Evans1995-11-181-5/+12
* All net.* sysctl converted now.Poul-Henning Kamp1995-11-162-59/+43
* Enhance the likelyhood that IPX over ppp will actually work.. :-)Peter Wemm1995-11-131-3/+54
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-6/+7
* Replaced bogus macros for entry points to unconfigured line disciplinesBruce Evans1995-11-051-6/+5
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-042-13/+1
* Fix the incomplete merge for the IPX code - the internals are different.Peter Wemm1995-11-031-1/+9
* Re-Zap unused variables in their new location.. :-)Peter Wemm1995-11-012-7/+3
* Remove the old pppcompress files (btw: these look net-2 derived)Peter Wemm1995-10-313-773/+9
* Drat.. Missed this one, which #includes ppp-comp.h, not ppp_comp.hPeter Wemm1995-10-311-2/+2
* Merge/update ppp-2.2 kernel parts onto mainline.Peter Wemm1995-10-316-1220/+1061
* Initial revisionPeter Wemm1995-10-315-0/+2540
* slcompress: split one of the functions into two parts, to allow use by bothPeter Wemm1995-10-313-38/+88
* Add a simplistic netisr register routine - I need this now for ppp-2.2.Peter Wemm1995-10-311-1/+4
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-295-14/+6
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-269-10/+83
* Change signature of rt->rt_output() so that it is compatible withGarrett Wollman1995-10-161-3/+3
* When adding a route fails because there is already a route with the sameGarrett Wollman1995-10-161-1/+23
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* Protect against routing socket messages with way-too-big address families.Garrett Wollman1995-10-131-2/+3
* Fix types of sysctl functions. Add prototypes. Cosmetic.Bruce Evans1995-10-091-7/+12
* Don't wait for output to drain in pppclose(). Discard output immediatelyBruce Evans1995-10-051-5/+10
* This upgrades the driver for Cronyx-Sigma multiplexor boardsJordan K. Hubbard1995-10-042-236/+344
* Add newline at end of log message and reduce log level to INFO from NOTICE.Garrett Wollman1995-09-271-2/+2
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkGarrett Wollman1995-09-251-1/+30
* Fix BPf to generate a header mbuf for writes.Garrett Wollman1995-09-224-42/+59
* Only print `bpf: foo0 attached' if bootverbose.Garrett Wollman1995-09-201-33/+4
* Clear SC_OUTWAIT after checking of free clists, not beforeAndrey A. Chernov1995-09-171-2/+2
* Call output process in slstart() whether or not there is any output. AsBruce Evans1995-09-101-9/+10
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-096-18/+18
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-082-15/+22
* Add a few hooks (in the form of an array of four void *'s) to allowGarrett Wollman1995-08-311-1/+4
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-307-31/+37
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-2/+14
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-162-2/+2
* Obtained from: an ancient patch of mine via 1.1.5Bruce Evans1995-07-311-3/+3
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-312-11/+9
* Fix panic("ifpromisc failed") when shutting down a bpf tap when the attachedPeter Wemm1995-07-311-7/+7
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-292-4/+4
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-294-8/+13
* Obtained from: partly from ancient patches by ache and me via 1.1.5Bruce Evans1995-07-211-2/+2
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* When adding a route, set rt_ifa and rt_ifp a little earlier so thatGarrett Wollman1995-07-101-4/+13
* Move some struct definitions outside of struct's, so their scopes forJoerg Wunsch1995-07-091-35/+40