| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra memory region kept by "struct pfil_head pfil_head_t;". | ru | 2001-10-22 | 1 | -1/+1 |
* | Fix this so it compiles cleanly for alpha. Tried to do some minimal testing. | mjacob | 2001-10-19 | 2 | -11/+12 |
* | Add a SIOCGIFINDEX ioctl, which returns the index of a named interface. | jlemon | 2001-10-17 | 2 | -0/+6 |
* | Cleanup ifunit(), so it uses the dev_named() function to map an interface | jlemon | 2001-10-17 | 1 | -29/+11 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 9 | -140/+189 |
* | Bring in latest CSRG revisions to this file: | ru | 2001-10-17 | 1 | -1/+9 |
* | 64-bit fixes from CSRG. | ru | 2001-10-17 | 2 | -4/+4 |
* | Revision 1.32 corresponded to CSRG revision 8.2. | ru | 2001-10-17 | 1 | -1/+1 |
* | Revision 1.13 corresponded to CSRG revision 8.4. | ru | 2001-10-17 | 1 | -1/+1 |
* | Record the fact that revision 1.39 corresponded to CSRG revision 8.4, | ru | 2001-10-17 | 1 | -1/+1 |
* | if_index is the highest interface index in the system, not the next | fenner | 2001-10-17 | 1 | -3/+3 |
* | The interface index space may be sparsely populated (e.g. when an | fenner | 2001-10-17 | 1 | -1/+2 |
* | Set the interface speed back to zero, after ether_ifattach() set it | fenner | 2001-10-15 | 1 | -0/+1 |
* | Don't even attempt to clone host routes. | ru | 2001-10-15 | 1 | -2/+4 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 8 | -6/+173 |
* | Traverse the list of network interfaces rather than use if_index- if_index is | mjacob | 2001-10-12 | 1 | -3/+1 |
* | Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by using | jlemon | 2001-10-11 | 1 | -2/+3 |
* | Move device nodes into a /dev/net/ directory, to avoid conflict with | jlemon | 2001-10-11 | 1 | -8/+61 |
* | Set if_type and if_addrlen before calling if_attach(), so the values are | jlemon | 2001-10-11 | 1 | -1/+1 |
* | Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my | jhb | 2001-10-10 | 1 | -1/+1 |
* | - Fix typo in "didn't find tag in list" code -- != should have been ==. | fenner | 2001-10-06 | 1 | -4/+5 |
* | Add ia64 to the list of machines which don't do unaligned reads. | dfr | 2001-10-05 | 2 | -2/+2 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 3 | -57/+82 |
* | Documentation comment: note that the each NIC's softc is assumed to start | mjacob | 2001-10-02 | 1 | -0/+5 |
* | Update the hash table when sppp mucks directly with the interface address. | jlemon | 2001-10-01 | 1 | -0/+4 |
* | Add ability to attach knotes to network devices. | jlemon | 2001-09-29 | 1 | -1/+73 |
* | Introduce network device nodes. Network devices will now automatically | jlemon | 2001-09-29 | 1 | -63/+157 |
* | Change sysctl_iflist() so it has a single point of return. This will | jlemon | 2001-09-29 | 1 | -3/+4 |
* | Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address. | jlemon | 2001-09-29 | 1 | -5/+1 |
* | Two main changes here: | luigi | 2001-09-27 | 1 | -2/+2 |
* | /home/brooks/ng_gif.message | brooks | 2001-09-26 | 2 | -1/+28 |
* | Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD. | brooks | 2001-09-26 | 2 | -9/+12 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 2 | -88/+142 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 3 | -3/+3 |
* | Use the current process's credentials rather than socket's cached. | ru | 2001-09-20 | 1 | -2/+2 |
* | Make stf a clonable device. | brooks | 2001-09-19 | 1 | -41/+109 |
* | Split HWCSUM into two components: RX and TX, for the benefit of drivers | jlemon | 2001-09-18 | 1 | -2/+5 |
* | Add two fields to the ifnet structure indicating what extra capabilities | jlemon | 2001-09-18 | 3 | -0/+23 |
* | KSE Milestone 2 | julian | 2001-09-12 | 15 | -80/+89 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -1/+2 |
* | Remove/comment tokens after #endif (#endif NETATALK) | peter | 2001-09-10 | 2 | -4/+4 |
* | Patches from KAME to remove usage of Varargs in existing | julian | 2001-09-07 | 2 | -11/+4 |
* | Fix another shortcircuit return() statement that I missed. | jlemon | 2001-09-07 | 1 | -1/+1 |
* | Fix sense of comparison in space test. Also eliminate a compile | jlemon | 2001-09-07 | 1 | -8/+8 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 8 | -52/+72 |
* | Cosmetic cleanups and rearrangement for code to come. There should be | jlemon | 2001-09-06 | 1 | -63/+68 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 4 | -72/+173 |
* | Add cloning support for the tap(4) device similar to that in the tun(4) | brooks | 2001-09-05 | 2 | -136/+221 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 2 | -5/+3 |
* | Synch with NetBSD and OpenBSD. | ru | 2001-08-31 | 1 | -1/+9 |