summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Traverse the list of network interfaces rather than use if_index- if_index ismjacob2001-10-121-3/+1
* Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by usingjlemon2001-10-111-2/+3
* Move device nodes into a /dev/net/ directory, to avoid conflict withjlemon2001-10-111-8/+61
* Set if_type and if_addrlen before calling if_attach(), so the values arejlemon2001-10-111-1/+1
* Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) myjhb2001-10-101-1/+1
* - Fix typo in "didn't find tag in list" code -- != should have been ==.fenner2001-10-061-4/+5
* Add ia64 to the list of machines which don't do unaligned reads.dfr2001-10-052-2/+2
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-053-57/+82
* Documentation comment: note that the each NIC's softc is assumed to startmjacob2001-10-021-0/+5
* Update the hash table when sppp mucks directly with the interface address.jlemon2001-10-011-0/+4
* Add ability to attach knotes to network devices.jlemon2001-09-291-1/+73
* Introduce network device nodes. Network devices will now automaticallyjlemon2001-09-291-63/+157
* Change sysctl_iflist() so it has a single point of return. This willjlemon2001-09-291-3/+4
* Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.jlemon2001-09-291-5/+1
* Two main changes here:luigi2001-09-271-2/+2
* /home/brooks/ng_gif.messagebrooks2001-09-262-1/+28
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.brooks2001-09-262-9/+12
* Make faith loadable, unloadable, and clonable.brooks2001-09-252-88/+142
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-213-3/+3
* Use the current process's credentials rather than socket's cached.ru2001-09-201-2/+2
* Make stf a clonable device.brooks2001-09-191-41/+109
* Split HWCSUM into two components: RX and TX, for the benefit of driversjlemon2001-09-181-2/+5
* Add two fields to the ifnet structure indicating what extra capabilitiesjlemon2001-09-183-0/+23
* KSE Milestone 2julian2001-09-1215-80/+89
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-1/+2
* Remove/comment tokens after #endif (#endif NETATALK)peter2001-09-102-4/+4
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-072-11/+4
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
* Fix sense of comparison in space test. Also eliminate a compilejlemon2001-09-071-8/+8
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-068-52/+72
* Cosmetic cleanups and rearrangement for code to come. There should bejlemon2001-09-061-63/+68
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-054-72/+173
* Add cloning support for the tap(4) device similar to that in the tun(4)brooks2001-09-052-136/+221
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-032-5/+3
* Synch with NetBSD and OpenBSD.ru2001-08-311-1/+9
* TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINTbrian2001-08-251-6/+4
* Correct the comment about bpfattach() to match reality.dd2001-08-231-3/+4
* Fix typojulian2001-08-161-1/+1
* Only allocate teh 1540 byte buffer if we need it..julian2001-08-161-20/+20
* Don't allocate an entire 1500 byte buffer on the stack.julian2001-08-152-5/+14
* printed current sequence number of the SA. accordingly, changedume2001-08-061-2/+2
* Don't terminate the uiomove() loop on a zero-length mbuf. It's notfenner2001-08-031-4/+3
* fix memory leak when error during opening of routing socketjon2001-08-021-0/+1
* Update our bpf.h with tcpdump.org's new DLT_ types.fenner2001-07-311-2/+82
* If LCP proto-rej is received, drop the protocol mentioned by the message.ume2001-07-311-1/+59
* incorrect bounds-check on snprintf.itojun2001-07-261-2/+2
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-252-7/+2
* As commented in defined in sys/net/route.c, rt_fixchange() has a badume2001-07-251-5/+25
* Eliminate the panic, reported by Daniel Sobral, which occurs whenfenner2001-07-241-17/+36
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-242-5/+2
OpenPOWER on IntegriCloud