summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* insure local variable is initialized prior to usesam2003-10-071-1/+1
* return(code) -> return (code)ume2003-10-071-2/+2
* fix typo that caused a panic when processing an ICMP redirectsam2003-10-051-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-048-192/+254
* add a stub for bpfattach2 so bpf is not required with the 802.11sam2003-10-041-0/+8
* When direct dispatching an netisr (net.isr.enable=1), if there are alreadyrwatson2003-10-031-13/+21
* trivial locking rtsock_cbsam2003-10-031-0/+11
* cleanups prior to adding locking (and in some cases to eliminate locking):sam2003-10-033-177/+169
* Create a tunable for net.isr.enable so that it may be set fromrwatson2003-10-021-0/+1
* Temporarily turn net.isr.enable back off again until patches torwatson2003-10-011-1/+1
* Enable net.isr.enable by default, causing "delivery to completion"rwatson2003-10-011-1/+1
* By popular demand, added the "static ARP" per-interface option.ru2003-10-011-0/+1
* Correct pfil_run_hooks return handling: if the return value is non-zerosam2003-09-301-5/+3
* 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
OpenPOWER on IntegriCloud