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