summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Simplify first arg of nd6_storelladdr().mdodd2002-03-291-15/+29
* - Use net/fddi.h rather than netinet/if_fddi.h.mdodd2002-03-291-21/+21
* Sync defines with NetBSD.mdodd2002-03-291-13/+30
* Remove unnecessary LLC defines and use the standard ones.mdodd2002-03-291-16/+6
* - style(9) fixes for 'return'.mdodd2002-03-291-22/+21
* Un-ifdef.mdodd2002-03-291-37/+0
* De-register.mdodd2002-03-291-10/+10
* Sync with NetBSD.mdodd2002-03-291-45/+60
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2411-42/+38
* Work around zlib bug where using a deflate window size of 8 willjedgar2002-03-231-1/+1
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)dillon2002-03-201-1/+5
* Remove __P.alfred2002-03-1941-394/+383
* Add hooks for very basic IPFilter support in bridging. Set,cjc2002-03-181-5/+42
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-2/+0
* Simplify the interface cloning framework by handling unitmux2002-03-119-252/+95
* Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/netgreen2002-03-051-1/+1
* Remove duplicated and wrong sc->sc_last_recv setting. It unbreaksmaxim2002-03-051-4/+1
* Unbreak bridge.ko. Replace an unresolved symbol with the actions itcjc2002-03-051-1/+3
* Add cloning support to the loopback interface.brooks2002-03-041-56/+99
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-046-11/+14
* Fix warnings.peter2002-02-281-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-4/+4
* Fix warnings in the gif(4) driver so it compiles with -Werror.brooks2002-02-261-4/+6
* Did someone turn on -Werror or something?dillon2002-02-261-0/+2
* minor style(9) fix: return (foo); The file was mostly style(9) before.imp2002-02-261-16/+16
* When using hardware decoding, reconstruct the wire form of the ethernetbrooks2002-02-261-0/+20
* Make gif(4) nesting level and parallel tunnel support tunable at runtimebrooks2002-02-261-5/+27
* Fix a warning by pulling prototype for arp_ifinit() into scope.peter2002-02-261-1/+4
* Lock struct pgrp, session and sigio.tanimura2002-02-231-3/+8
* When the local link address is changed, send out gratuitous ARPsluigi2002-02-181-0/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-5/+5
OpenPOWER on IntegriCloud