aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandIan Dowse2002-05-201-0/+4
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-203-5/+27
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-131-0/+146
* Fix logic inversion bug.Kelly Yancey2002-05-111-2/+2
* Fix a misplaced break statement within a switch that accidentally madeJoerg Wunsch2002-05-101-1/+1
* Cleanup the interface to ip_fw_chk, two of the input argumentsLuigi Rizzo2002-05-091-36/+34
* Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) soKelly Yancey2002-05-081-2/+4
* Move ISO88025 source routing information into sockaddr_dl's sdl_dataKelly Yancey2002-05-073-7/+15
* MFOpenBSD: ibss and ibss-master.Warner Losh2002-05-071-0/+4
* Minor style nitWarner Losh2002-05-071-1/+1
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-063-3/+3
* Redo the sigio locking.Alfred Perlstein2002-05-014-7/+3
* "pointers are not permitted as case values", so force the macros to ints.David E. O'Brien2002-05-011-2/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-302-8/+14
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-291-42/+42
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-2/+2
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-1/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-198-22/+78
* Cosmetical change: remove empty line to reduce diffs to RELENG_4Max Khon2002-04-141-1/+0
* Add hostap 802.11 media type.Warner Losh2002-04-121-0/+2
* Add two more IEEE80211 defines for status.Warner Losh2002-04-111-0/+2
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butDavid Malone2002-04-101-2/+1
* Add missing 'struct ifreq ifr;' that was forgotten in the last commit.Peter Wemm2002-04-101-0/+1
* fixed a kernel crash when enabling multicast on vlan interfaceSUZUKI Shinsuke2002-04-101-4/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-045-11/+12
* Replace (deprecated ?) FREE() macro with direct calls to free()Luigi Rizzo2002-04-048-22/+22
* Fix incorrect m_free - m_freem() usage.Luigi Rizzo2002-04-041-3/+2
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.Luigi Rizzo2002-04-043-31/+20
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-019-26/+30
* Make `route add -inet6 default ::1 -ifp gif0' work actually.Hajimu UMEMOTO2002-04-011-5/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.Matthew N. Dodd2002-03-292-6/+11
* - Define fddibroadcastaddr in if_fddisubr.c.Matthew N. Dodd2002-03-292-5/+108
* - Use ifp->if_broadcastaddr when possible.Matthew N. Dodd2002-03-291-4/+2
* - Add a comment.Matthew N. Dodd2002-03-291-2/+4
* - Update interface statistics on error conditions.Matthew N. Dodd2002-03-291-13/+50
* - Whitespace changes.Matthew N. Dodd2002-03-291-8/+17
* Back a small part of the last patch.Matthew N. Dodd2002-03-291-3/+3
* - Simplify first arg of nd6_storelladdr().Matthew N. Dodd2002-03-291-15/+29
* - Use net/fddi.h rather than netinet/if_fddi.h.Matthew N. Dodd2002-03-291-21/+21
* Sync defines with NetBSD.Matthew N. Dodd2002-03-291-13/+30
* Remove unnecessary LLC defines and use the standard ones.Matthew N. Dodd2002-03-291-16/+6
* - style(9) fixes for 'return'.Matthew N. Dodd2002-03-291-22/+21
* Un-ifdef.Matthew N. Dodd2002-03-291-37/+0
* De-register.Matthew N. Dodd2002-03-291-10/+10
* Sync with NetBSD.Matthew N. Dodd2002-03-291-45/+60
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-2411-42/+38
* Work around zlib bug where using a deflate window size of 8 willChris D. Faulhaber2002-03-231-1/+1
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)Matthew Dillon2002-03-201-1/+5
* Remove __P.Alfred Perlstein2002-03-1941-385/+374