aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove another extraneous setting of if_lastchangeGary Palmer1996-06-241-2/+1
* Remove an un-necessary call to microtime() to set if_lastchangeGary Palmer1996-06-231-1/+0
* Set IFF_RUNNING on the loopback interface.Garrett Wollman1996-06-191-2/+2
* Submitted by: archie@whistle.comJulian Elischer1996-06-191-2/+2
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+5
* Keep ether_type in network order for BPF to be consistent with otherDavid Greenman1996-06-131-9/+8
* Only print out the new masks if bootverbose is set.Nate Williams1996-06-121-2/+4
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-125-17/+17
* Clean up -Wunused warnings.Gary Palmer1996-06-122-6/+6
* Add $Id$Gary Palmer1996-06-101-0/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-1011-35/+42
* Also count bytes in if_tun. kern/1253Poul-Henning Kamp1996-06-091-0/+2
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Fix bug in bpf_ifname() where the unit didn't get added correctly to theDavid Greenman1996-06-081-1/+2
* Don't allow trailing garbage after the unit number in ifunit().Garrett Wollman1996-06-051-1/+3
* Set ifnet.baudrate for ethernet / FDDI interfaces too. MakesGary Palmer1996-06-012-2/+5
* added missing semicolonMarc G. Fournier1996-05-261-1/+1
* If tunnel is busy we return EBUSY, not ENXIO.Poul-Henning Kamp1996-05-261-1/+1
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-243-8/+113
* When two units swapped, copy SC_STATIC flag too, not clear itAndrey A. Chernov1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesAndrey A. Chernov1996-05-132-7/+23
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-2/+2
* Add three new route flags to help determine what sort of addressGarrett Wollman1996-05-061-2/+5
* Regardless of whether or not the check for IPv4 is useful, we certainlyDavid Greenman1996-04-251-3/+3
* Reject all IP versions but 4.Poul-Henning Kamp1996-04-241-2/+3
* Eliminated sloppy common-style declarations. Now there are no duplicatedBruce Evans1996-04-132-3/+5
* When cslip gets an uncompressed packet, it attempts to save off the TCP/IPDavid Greenman1996-04-111-4/+11
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-077-17/+6
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Eliminate panic("rtfree") caused by double-freeing the routeBill Fenner1996-03-291-5/+6
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-6/+9
* Fixed ownerships of callout devices.Bruce Evans1996-03-271-7/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-115-6/+10
* Make user-level PPP on-demand with dynamic IP actually work.Andrey A. Chernov1996-03-081-1/+1
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+3
* Make tundebug sysctl writable.Poul-Henning Kamp1996-02-091-1/+1
* If a slow input queue was defined by the driver, initialize it.Garrett Wollman1996-02-081-1/+13
* Clean up Ethernet drivers:Garrett Wollman1996-02-0613-114/+53
* Make me feel a little better by filling in reasonable values for rmx_sendpipeGarrett Wollman1996-02-051-6/+12
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-309-21/+21
* Delete the if_private[] array in struct ifnet; this turned out to beGarrett Wollman1996-01-261-4/+19
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-262-4/+2
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-244-90/+20
* Fix memory leak in case of adding a host route on top of another one.Garrett Wollman1996-01-241-1/+3
* in_proto.c: spell ``Internet'' right and put whitespace after commas.Garrett Wollman1995-12-202-2/+8
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-162-4/+5
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-1413-131/+133
* Make FIONREAD return the actual that a read() would return, not just thePeter Wemm1995-12-111-3/+5
* Restored used variable `name[32]' (used by DEVFS).Bruce Evans1995-12-101-3/+3
* Staticize, clean lint.Poul-Henning Kamp1995-12-095-50/+39