summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR #kern/600: PPP does not pay attention to IPTOS_LOWDELAYjoerg1995-07-081-1/+10
* Worked around a bug with if.c setting the interface up even when we don'tdg1995-07-071-1/+14
* Modified joerg's last change to only set the interface "up" when settingdg1995-07-061-4/+9
* Revision 1.21 of if_sl.c broke the traditional behaviour thatjoerg1995-07-021-1/+4
* Don't skip point-to-point interfaces if the netmask==0 (the netmaskdg1995-06-281-3/+5
* Killed a couple lines of redundant code.dg1995-06-211-5/+1
* Protect the call to if_up() with an splnet().dg1995-06-211-2/+4
* 1) Set interface up/down correctly as a function of open and close of thedg1995-06-211-7/+11
* Give the BPF the ability to generate signals when a packet is available.pst1995-06-153-5/+66
* Took out P2P_LOCALADDR_SHARE option and made it standard.dg1995-06-151-9/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-3/+25
* Remove trailing whitespace.rgrimes1995-05-3027-117/+117
* Added a fix for a bug which caused the wrong interface to be selecteddg1995-05-271-28/+45
* Fixed route reference count bug that squirmed in during the thedg1995-05-151-2/+2
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+4
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-112-2/+16
* Updated routing-socket code from Berkeleywollman1995-05-101-23/+20
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-093-12/+12
* Fix misplaced idempotency #endif.bde1995-04-291-8/+8
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.pst1995-04-282-157/+314
* Implement SLIOCSUNIT (set slip unit number)ache1995-04-282-2/+7
* Cleanup loopback interface support.pst1995-04-262-18/+26
* Finally finish the cloning cleanup work by making sure that cloneswollman1995-04-251-1/+131
* Tunnel driver is nmow capable of installing its own cdevsw[] entry,wollman1995-04-101-20/+24
OpenPOWER on IntegriCloud