summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* o make debug_mpsafenet globally visiblesam2003-11-051-0/+10
* - update comments to refrect recent BSDs.ume2003-11-041-37/+33
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-3127-168/+149
* Make TUNDEBUG use if_printf instead of printf.brooks2003-10-311-24/+17
* Replace a couple printfs with if_printfs.brooks2003-10-311-4/+3
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-302-9/+105
* avoid recursive lock panic by unlocking before calling rtrequest;sam2003-10-291-1/+2
* Always queue looped back packets (rather than potentially usingsam2003-10-291-1/+1
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-291-0/+1
* Use VLANNAME instead of "vlan".brooks2003-10-281-4/+4
* Delay if_lo module intialization until domain list has beenkan2003-10-271-1/+1
* use official # for IFT_STFume2003-10-261-1/+2
* Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannotume2003-10-242-2/+30
* Remove unnecessary (caddr_t) casts of if_broadcastaddr.imp2003-10-231-2/+2
* Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT.brooks2003-10-231-4/+3
* Merge from p4 (noticed these changes with DES' if_ethersubr.c changes causedimp2003-10-231-3/+3
* Clean up whitespace, remove "register" keyword, ANSIfy.des2003-10-232-134/+76
* we have ppsratecheck().ume2003-10-221-0/+1
* protect by IFNET_RLOCK.ume2003-10-221-0/+2
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionsilby2003-10-191-0/+1
* - add dom_if{attach,detach} framework.ume2003-10-172-0/+50
* Correct handling of cloning loop avoidance: rtalloc1 may return a nullsam2003-10-161-1/+2
* AF_LINK sockaddr has to be attached to ifp->if_addrlist until theume2003-10-161-3/+11
* - support AES counter mode for ESP.ume2003-10-131-4/+4
* - support AES XCBC MAC for AHume2003-10-131-1/+2
* Comment spelling fix.rwatson2003-10-121-1/+1
* fix braino: null the pointer who's memory we just free'd, not some othersam2003-10-111-1/+1
* 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
OpenPOWER on IntegriCloud