summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* No code changes what so ever, but added about 150 lines of commentsjulian1996-09-101-4/+149
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-031-5/+1
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
* Get rid of the ifdef MULTICAST's. I think the rest of the kernel got ridjhay1996-08-301-3/+1
* Re-sync with the state of PC98 world. This will be the last commit beforeasami1996-08-301-2/+2
* Add some padding to struct ifmibdata and move the `struct ifdata' towollman1996-08-281-2/+94
* correct a field comment that someone must have accidentally spammedjulian1996-08-261-2/+2
* change a comment to match what the BSD4.4 book says.julian1996-08-261-2/+2
* route.c:RTM_ADD does not check for a netmask before doing a tree walkpeter1996-08-241-2/+2
* Update to match definitions in LBL June 96 releasepst1996-08-191-10/+17
* Submitted by: archie@whistle.comjulian1996-08-091-1/+1
* Submitted by: archie@whistle.comjulian1996-08-071-2/+3
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-6/+56
* use <net/ethernet.h>phk1996-08-051-1/+2
* This file is the (intended) definitive source of the ETHER_ macros.phk1996-08-051-0/+13
* Make the NS and IPX cases compile again.phk1996-08-041-7/+10
* Add a callback pointer to the interfaces "init" routine.phk1996-08-042-2/+91
* Add better support for retrieving management information from networkwollman1996-07-304-10/+254
* Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()wollman1996-07-241-2/+3
* Fix a spelling error I forgot to bring over from my personal versionwollman1996-07-231-2/+2
* Add a new, better mechanism for sticking packets onto ifqueues.wollman1996-07-221-1/+30
* Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)peter1996-07-211-2/+3
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-24/+9
* Disallow host routes that point to themselves. These routes serve nofenner1996-07-102-6/+35
* Remove another extraneous setting of if_lastchangegpalmer1996-06-241-2/+1
* Remove an un-necessary call to microtime() to set if_lastchangegpalmer1996-06-231-1/+0
* Set IFF_RUNNING on the loopback interface.wollman1996-06-191-2/+2
* Submitted by: archie@whistle.comjulian1996-06-191-2/+2
* 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
OpenPOWER on IntegriCloud