summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* The Great PC98 Merge.asami1996-06-141-1/+5
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-131-9/+8
* Only print out the new masks if bootverbose is set.nate1996-06-121-2/+4
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-125-17/+17
* Clean up -Wunused warnings.gpalmer1996-06-122-6/+6
* Add $Id$gpalmer1996-06-101-0/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-1011-35/+42
* Also count bytes in if_tun. kern/1253phk1996-06-091-0/+2
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Fix bug in bpf_ifname() where the unit didn't get added correctly to thedg1996-06-081-1/+2
* Don't allow trailing garbage after the unit number in ifunit().wollman1996-06-051-1/+3
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-012-2/+5
* added missing semicolonscrappy1996-05-261-1/+1
* If tunnel is busy we return EBUSY, not ENXIO.phk1996-05-261-1/+1
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-243-8/+113
* When two units swapped, copy SC_STATIC flag too, not clear itache1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesache1996-05-132-7/+23
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* Add three new route flags to help determine what sort of addresswollman1996-05-061-2/+5
* Regardless of whether or not the check for IPv4 is useful, we certainlydg1996-04-251-3/+3
* Reject all IP versions but 4.phk1996-04-241-2/+3
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-132-3/+5
* When cslip gets an uncompressed packet, it attempts to save off the TCP/IPdg1996-04-111-4/+11
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-077-17/+6
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Eliminate panic("rtfree") caused by double-freeing the routefenner1996-03-291-5/+6
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-6/+9
* Fixed ownerships of callout devices.bde1996-03-271-7/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-115-6/+10
* Make user-level PPP on-demand with dynamic IP actually work.ache1996-03-081-1/+1
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+3
* Make tundebug sysctl writable.phk1996-02-091-1/+1
* If a slow input queue was defined by the driver, initialize it.wollman1996-02-081-1/+13
* Clean up Ethernet drivers:wollman1996-02-0613-114/+53
* Make me feel a little better by filling in reasonable values for rmx_sendpipewollman1996-02-051-6/+12
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-309-21/+21
* Delete the if_private[] array in struct ifnet; this turned out to bewollman1996-01-261-4/+19
* The last part of the ether_sprint -> %6D change.phk1996-01-262-4/+2
* Use new printf features rather than local kludges.phk1996-01-244-90/+20
* Fix memory leak in case of adding a host route on top of another one.wollman1996-01-241-1/+3
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-202-2/+8
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-162-4/+5
* Another mega commit to staticize things.phk1995-12-1413-131/+133
* Make FIONREAD return the actual that a read() would return, not just thepeter1995-12-111-3/+5
* Restored used variable `name[32]' (used by DEVFS).bde1995-12-101-3/+3
* Staticize, clean lint.phk1995-12-095-50/+39
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-082-80/+70
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-2/+2
* all:dg1995-12-052-24/+4
OpenPOWER on IntegriCloud