summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Also ifdef the variable which becomes unused w/o INET6, fixing the buildsilby2003-08-091-0/+2
* #ifdef INET6 the if_loop packet defrag; since only the ipv6 stack (might)silby2003-08-091-0/+2
* Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been convertedharti2003-08-061-8/+1
* Remove the last vestiges of ATM raw mode. This has not been useful for aharti2003-08-061-3/+0
* Define a flag for asynchronuous VC open/close operations as usedharti2003-08-051-1/+2
* add support for using kqueue to watch bpf sockets.jmg2003-08-052-9/+77
* Implement a mechanism by which ATM drivers can inform interestedharti2003-07-292-1/+85
* Use M_WAITOK instead of M_WAIT in sppp_attach().gj2003-07-261-1/+1
* add monitor modesam2003-07-211-0/+2
* Disabling multicast on vlan interface caused kernel panic.ume2003-07-191-0/+2
* Add mutex for routing entries.hsu2003-07-191-1/+8
* Correct the device identifiers for the ProATM cards.harti2003-07-181-2/+2
* Implement an utility function that can be used by device drivers toharti2003-07-152-0/+59
* The mbuf put on the interface queue contains the 4-byte pseudoheader.harti2003-07-151-1/+2
* Add identifiers for ProSum's and IDT's cards that are based onharti2003-07-151-1/+9
* ATM_PH_LLCSNAP and ATMIO_FLAG_LLCSNAP must have the same value, soharti2003-07-151-2/+4
* Protect a kernel structure by _KERNEL.harti2003-07-151-0/+2
* Move the MAC entry point to label ethernet-sourced mbufs with a MAC labelrwatson2003-07-131-4/+8
* - In vlan_input(), always mask off all but the VLID bits from tagswpaul2003-07-082-3/+12
* Testing VLANs with the new 8139C+ chip (which does hardware tagwpaul2003-07-061-2/+2
* 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
OpenPOWER on IntegriCloud