summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add kernel print bits #define for the IEEE80211_CAPINFO bits.imp2002-06-241-1/+1
* fix indentation, whitespace and a few comments.luigi2002-06-232-34/+31
* Remove (almost all) global variables that were used to holdluigi2002-06-222-64/+90
* Update for libpcap 0.7.1fenner2002-06-211-14/+46
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-313-25/+3
* Ensure that packet counts are always reset to 0 whensilby2002-05-311-0/+1
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-0/+4
* Make discard devices clonable and unloadable. Also, change thebrooks2002-05-251-15/+57
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-257-39/+47
* Fix warning; remove unused arg that was passed through uninitialized.peter2002-05-241-2/+2
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tbde2002-05-221-0/+1
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandiedowse2002-05-201-0/+4
* Lock down a socket, milestone 1.tanimura2002-05-203-5/+27
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-131-0/+146
* Fix logic inversion bug.kbyanc2002-05-111-2/+2
* Fix a misplaced break statement within a switch that accidentally madejoerg2002-05-101-1/+1
* Cleanup the interface to ip_fw_chk, two of the input argumentsluigi2002-05-091-36/+34
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) sokbyanc2002-05-081-2/+4
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-073-7/+15
* MFOpenBSD: ibss and ibss-master.imp2002-05-071-0/+4
* Minor style nitimp2002-05-071-1/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-063-3/+3
* Redo the sigio locking.alfred2002-05-014-7/+3
* "pointers are not permitted as case values", so force the macros to ints.obrien2002-05-011-2/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-302-8/+14
* Move us yet closer to IFM_* definitions in NetBSD.phk2002-04-291-42/+42
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-2/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-198-22/+78
* Cosmetical change: remove empty line to reduce diffs to RELENG_4fjoe2002-04-141-1/+0
* Add hostap 802.11 media type.imp2002-04-121-0/+2
* Add two more IEEE80211 defines for status.imp2002-04-111-0/+2
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butdwmalone2002-04-101-2/+1
* Add missing 'struct ifreq ifr;' that was forgotten in the last commit.peter2002-04-101-0/+1
* fixed a kernel crash when enabling multicast on vlan interfacesuz2002-04-101-4/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-045-11/+12
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-048-22/+22
* Fix incorrect m_free - m_freem() usage.luigi2002-04-041-3/+2
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.luigi2002-04-043-31/+20
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-019-26/+30
* Make `route add -inet6 default ::1 -ifp gif0' work actually.ume2002-04-011-5/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-292-6/+11
* - Define fddibroadcastaddr in if_fddisubr.c.mdodd2002-03-292-5/+108
* - Use ifp->if_broadcastaddr when possible.mdodd2002-03-291-4/+2
* - Add a comment.mdodd2002-03-291-2/+4
* - Update interface statistics on error conditions.mdodd2002-03-291-13/+50
* - Whitespace changes.mdodd2002-03-291-8/+17
* Back a small part of the last patch.mdodd2002-03-291-3/+3
OpenPOWER on IntegriCloud