summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* remove old 802.11 support; replaced by new code in sys/net80211sam2003-06-282-4027/+0
* add "autoselect" mode and "auto" alias: these let you reset thesam2003-06-251-0/+6
* Add the hooks for netgraph and HARP to the NATM code. This allows usharti2003-06-231-3/+64
* Apply style(9) to this file. I'm going to touch large parts of this fileharti2003-06-231-30/+32
* Now that most of this file is new, stylify the rest and correct theharti2003-06-181-59/+57
* Add definitions for the ioctls that are used by netgraph and harp to openharti2003-06-171-0/+18
* Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commitharti2003-06-161-17/+92
* Fix a typo in an ATM media name. As this name was not use yet, no problemsharti2003-06-021-1/+1
* Wrap macro in do {...} while(0);phk2003-05-311-1/+1
* Remove break after return.phk2003-05-311-3/+0
* Replace a handrolled defrag function with m_defrag. The handrolledsilby2003-05-281-22/+15
* Define a link layer MIB for ATM. Most fields of this MIB are needed byharti2003-05-052-0/+63
* Back out rev 1.146 -- it broke the LINT build.obrien2003-05-051-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-302-2/+2
* Add media types and options for ATM. While on most ATM cards media cannotharti2003-04-292-0/+63
* Add module data and version to the atm_subr and reference this info from theharti2003-04-292-1/+26
* o add support for multi-mode devices like 802.11 wireless cards that supportsam2003-04-283-40/+80
* Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.archie2003-04-231-1/+2
* Fix a case where the return value from m_copy() was not being checkedarchie2003-04-231-6/+6
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-141-8/+0
* No need to unlock if error detected before locking.hsu2003-04-131-2/+4
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-083-7/+5
* Don't use ovbcopy(); use void * instead of char *.des2003-04-041-6/+3
* o netisr_queue() returns 1 on success and 0 on failure,maxim2003-03-271-1/+1
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-212-3/+4
* Assignment could be NULL, check.mdodd2003-03-211-1/+1
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-2/+2
* - Use IFP2AC().mdodd2003-03-162-5/+73
* Fix whitespace issues.mdodd2003-03-151-20/+20
* Don't strip header from packets before input routine is called.mdodd2003-03-152-6/+27
* Use if_printf().mdodd2003-03-152-4/+3
* iso88025_ifattach() changes:mdodd2003-03-152-3/+22
* - Style(9) changes.mdodd2003-03-151-4/+11
* Stray } forgotten by manual merging.mdodd2003-03-151-1/+0
* - Remove stray ).mdodd2003-03-151-2/+6
* Revert part of 1.37; use bcopy() like if_fddisubr.c.mdodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.mdodd2003-03-151-11/+19
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.mdodd2003-03-151-6/+6
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsmdodd2003-03-151-5/+20
* Add MAC support.mdodd2003-03-151-0/+12
* Use llc_control rather than llc_snap.control.mdodd2003-03-151-1/+1
* - Add comment.mdodd2003-03-151-2/+5
* Reduce code differences.mdodd2003-03-153-19/+20
* Use ISO88025_ADDR_LEN where appropriate.mdodd2003-03-151-6/+6
* Don't use etherbroadcastaddr; use iso88025_broadcastaddr.mdodd2003-03-151-4/+6
* - Remove definition of senderr() from iso88025.h.mdodd2003-03-153-3/+3
* Some whitespace/style/readability changes.mdodd2003-03-151-16/+29
* Add iso88025_resolvemulti().mdodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().mdodd2003-03-151-9/+9
* Re-order and prune includes.mdodd2003-03-152-17/+9
OpenPOWER on IntegriCloud