summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* I don't know from where the notion that device driver should orphk2003-09-281-1/+1
* Correctly name r_unit member tun_unit.phk2003-09-272-5/+4
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-233-117/+349
* While cleaning out my tree, fix another strict alias warning that wouldpeter2003-09-221-1/+1
* fix build on 64-bit platformssam2003-09-171-1/+1
* Minor overhaul and add locking.sam2003-09-171-305/+409
* Enable IPv6 for Token Ring.mdodd2003-09-141-4/+0
* Cosmetic cleanups.mdodd2003-09-141-19/+21
* Cosmetic adjustment.mdodd2003-09-141-2/+1
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-111-1/+1
* Add locking. We use a single lock to guard the global vlan list and alsosam2003-09-051-17/+47
* Reduce window during which a race can occur when detachingsam2003-09-041-2/+3
* Introduce error checking for calls to M_PREPEND():rwatson2003-08-291-1/+3
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* add R_Zalloc definition that returns pre-zero'd memorysam2003-08-191-0/+2
* use ETHER_IS_MULTICAST instead of explicit checksam2003-08-191-1/+1
* 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
OpenPOWER on IntegriCloud