aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add ability to attach knotes to network devices.Jonathan Lemon2001-09-291-1/+73
* Introduce network device nodes. Network devices will now automaticallyJonathan Lemon2001-09-291-63/+157
* Change sysctl_iflist() so it has a single point of return. This willJonathan Lemon2001-09-291-3/+4
* Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.Jonathan Lemon2001-09-291-5/+1
* Two main changes here:Luigi Rizzo2001-09-271-2/+2
* /home/brooks/ng_gif.messageBrooks Davis2001-09-262-1/+28
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Brooks Davis2001-09-262-9/+12
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-252-88/+142
* Use the passed in thread to selrecord() instead of curthread.John Baldwin2001-09-213-3/+3
* Use the current process's credentials rather than socket's cached.Ruslan Ermilov2001-09-201-2/+2
* Make stf a clonable device.Brooks Davis2001-09-191-41/+109
* Split HWCSUM into two components: RX and TX, for the benefit of driversJonathan Lemon2001-09-181-2/+5
* Add two fields to the ifnet structure indicating what extra capabilitiesJonathan Lemon2001-09-183-0/+23
* KSE Milestone 2Julian Elischer2001-09-1215-80/+89
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-1/+2
* Remove/comment tokens after #endif (#endif NETATALK)Peter Wemm2001-09-102-4/+4
* Patches from KAME to remove usage of Varargs in existingJulian Elischer2001-09-072-11/+4
* Fix another shortcircuit return() statement that I missed.Jonathan Lemon2001-09-071-1/+1
* Fix sense of comparison in space test. Also eliminate a compileJonathan Lemon2001-09-071-8/+8
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-068-52/+72
* Cosmetic cleanups and rearrangement for code to come. There should beJonathan Lemon2001-09-061-63/+68
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-054-72/+173
* Add cloning support for the tap(4) device similar to that in the tun(4)Brooks Davis2001-09-052-136/+221
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-032-5/+3
* Synch with NetBSD and OpenBSD.Ruslan Ermilov2001-08-311-1/+9
* TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINTBrian Somers2001-08-251-6/+4
* Correct the comment about bpfattach() to match reality.Dima Dorfman2001-08-231-3/+4
* Fix typoJulian Elischer2001-08-161-1/+1
* Only allocate teh 1540 byte buffer if we need it..Julian Elischer2001-08-161-20/+20
* Don't allocate an entire 1500 byte buffer on the stack.Julian Elischer2001-08-152-5/+14
* printed current sequence number of the SA. accordingly, changedHajimu UMEMOTO2001-08-061-2/+2
* Don't terminate the uiomove() loop on a zero-length mbuf. It's notBill Fenner2001-08-031-4/+3
* fix memory leak when error during opening of routing socketJonathan Chen2001-08-021-0/+1
* Update our bpf.h with tcpdump.org's new DLT_ types.Bill Fenner2001-07-311-2/+82
* If LCP proto-rej is received, drop the protocol mentioned by the message.Hajimu UMEMOTO2001-07-311-1/+59
* incorrect bounds-check on snprintf.Jun-ichiro itojun Hagino2001-07-261-2/+2
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlBill Fenner2001-07-252-7/+2
* As commented in defined in sys/net/route.c, rt_fixchange() has a badHajimu UMEMOTO2001-07-251-5/+25
* Eliminate the panic, reported by Daniel Sobral, which occurs whenBill Fenner2001-07-241-17/+36
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughBill Fenner2001-07-242-5/+2
* unbreak building kernel without option INET6Hajimu UMEMOTO2001-07-052-0/+4
* adjust mbuf length right in route_output().Hajimu UMEMOTO2001-07-041-1/+7
* gif(4) and stf(4) modernization:Brooks Davis2001-07-023-117/+240
* Add kernel infrastructure for network device cloning.Brooks Davis2001-07-023-5/+238
* inject outbound packet to BPF.Hajimu UMEMOTO2001-06-241-1/+25
* Close a race where we were releasing the unit resource at the startBrian Somers2001-06-201-2/+4
* Suppress update ifnet.iflastchange when processing packets for SNMPMunechika SUMIKAWA2001-06-191-1/+0
* Remove the SI_CHEAPCLONE flag when hanging resources off the dev_tBrian Somers2001-06-181-0/+2
* This file was a horrible mixture of styles old and new.Mark Murray2001-06-161-27/+16
* Do not perform arp send/resolve on an interface marked NOARP.Jonathan Lemon2001-06-153-5/+9