aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Replace a handrolled defrag function with m_defrag. The handrolledMike Silbersack2003-05-281-22/+15
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-052-0/+63
* Back out rev 1.146 -- it broke the LINT build.David E. O'Brien2003-05-051-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-302-2/+2
* Add media types and options for ATM. While on most ATM cards media cannotHartmut Brandt2003-04-292-0/+63
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-292-1/+26
* o add support for multi-mode devices like 802.11 wireless cards that supportSam Leffler2003-04-283-40/+80
* Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.Archie Cobbs2003-04-231-1/+2
* Fix a case where the return value from m_copy() was not being checkedArchie Cobbs2003-04-231-6/+6
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,Robert Watson2003-04-141-8/+0
* No need to unlock if error detected before locking.Jeffrey Hsu2003-04-131-2/+4
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-083-7/+5
* Don't use ovbcopy(); use void * instead of char *.Dag-Erling Smørgrav2003-04-041-6/+3
* o netisr_queue() returns 1 on success and 0 on failure,Maxim Konovalov2003-03-271-1/+1
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-212-3/+4
* Assignment could be NULL, check.Matthew N. Dodd2003-03-211-1/+1
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-2/+2
* - Use IFP2AC().Matthew N. Dodd2003-03-162-5/+73
* Fix whitespace issues.Matthew N. Dodd2003-03-151-20/+20
* Don't strip header from packets before input routine is called.Matthew N. Dodd2003-03-152-6/+27
* Use if_printf().Matthew N. Dodd2003-03-152-4/+3
* iso88025_ifattach() changes:Matthew N. Dodd2003-03-152-3/+22
* - Style(9) changes.Matthew N. Dodd2003-03-151-4/+11
* Stray } forgotten by manual merging.Matthew N. Dodd2003-03-151-1/+0
* - Remove stray ).Matthew N. Dodd2003-03-151-2/+6
* Revert part of 1.37; use bcopy() like if_fddisubr.c.Matthew N. Dodd2003-03-151-3/+1
* - Increment ifp->if_noproto when appropriate.Matthew N. Dodd2003-03-151-11/+19
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.Matthew N. Dodd2003-03-151-6/+6
* - Adopt tests for (IFF_UP|IFF_RUNNING) and non local unicast packetsMatthew N. Dodd2003-03-151-5/+20
* Add MAC support.Matthew N. Dodd2003-03-151-0/+12
* Use llc_control rather than llc_snap.control.Matthew N. Dodd2003-03-151-1/+1
* - Add comment.Matthew N. Dodd2003-03-151-2/+5
* Reduce code differences.Matthew N. Dodd2003-03-153-19/+20
* Use ISO88025_ADDR_LEN where appropriate.Matthew N. Dodd2003-03-151-6/+6
* Don't use etherbroadcastaddr; use iso88025_broadcastaddr.Matthew N. Dodd2003-03-151-4/+6
* - Remove definition of senderr() from iso88025.h.Matthew N. Dodd2003-03-153-3/+3
* Some whitespace/style/readability changes.Matthew N. Dodd2003-03-151-16/+29
* Add iso88025_resolvemulti().Matthew N. Dodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().Matthew N. Dodd2003-03-151-9/+9
* Re-order and prune includes.Matthew N. Dodd2003-03-152-17/+9
* Add module data and version.Matthew N. Dodd2003-03-152-0/+18
* s/llc_un.type_snap/llc_snap/gMatthew N. Dodd2003-03-151-9/+9
* Formatting and whitespace changes.Matthew N. Dodd2003-03-151-9/+9
* This corrects a longstanding endian bug in processing LLC/SNAP encodedHartmut Brandt2003-03-132-5/+5
* Pass the correct malloc flags to m_tag_alloc().Maxime Henrion2003-03-131-1/+1
* correct two more flag misuses; m_tag* use malloc flagsSam Leffler2003-03-121-1/+1
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. ThisPoul-Henning Kamp2003-03-091-1/+0
* Discard the packet if the netisr queue is null instead of panicing, forJonathan Lemon2003-03-081-2/+8
* Revert last change and insure the driver can support other address families.Jonathan Lemon2003-03-081-0/+18
* The tun driver is INET only. Don't pretend to support other address families.Jonathan Lemon2003-03-081-25/+0