aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - vlan_start(): Increment the correct interface statistics member.Ruslan Ermilov2003-11-121-3/+3
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-122-4/+2
* Remove the m_defrag call from if_loop; testing with m_fragmentMike Silbersack2003-11-111-27/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-093-5/+5
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-083-22/+36
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-083-41/+50
* o make debug_mpsafenet globally visibleSam Leffler2003-11-051-0/+10
* - update comments to refrect recent BSDs.Hajimu UMEMOTO2003-11-041-37/+33
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-3127-168/+149
* Make TUNDEBUG use if_printf instead of printf.Brooks Davis2003-10-311-24/+17
* Replace a couple printfs with if_printfs.Brooks Davis2003-10-311-4/+3
* Overhaul routing table entry cleanup by introducing a new rtexpungeSam Leffler2003-10-302-9/+105
* avoid recursive lock panic by unlocking before calling rtrequest;Sam Leffler2003-10-291-1/+2
* Always queue looped back packets (rather than potentially usingSam Leffler2003-10-291-1/+1
* Introduce the notion of "persistent mbuf tags"; these are tags that staySam Leffler2003-10-291-0/+1
* Use VLANNAME instead of "vlan".Brooks Davis2003-10-281-4/+4
* Delay if_lo module intialization until domain list has beenAlexander Kabaev2003-10-271-1/+1
* use official # for IFT_STFHajimu UMEMOTO2003-10-261-1/+2
* Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannotHajimu UMEMOTO2003-10-242-2/+30
* Remove unnecessary (caddr_t) casts of if_broadcastaddr.Warner Losh2003-10-231-2/+2
* Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT.Brooks Davis2003-10-231-4/+3
* Merge from p4 (noticed these changes with DES' if_ethersubr.c changes causedWarner Losh2003-10-231-3/+3
* Clean up whitespace, remove "register" keyword, ANSIfy.Dag-Erling Smørgrav2003-10-232-134/+76
* we have ppsratecheck().Hajimu UMEMOTO2003-10-221-0/+1
* protect by IFNET_RLOCK.Hajimu UMEMOTO2003-10-221-0/+2
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionMike Silbersack2003-10-191-0/+1
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-172-0/+50
* Correct handling of cloning loop avoidance: rtalloc1 may return a nullSam Leffler2003-10-161-1/+2
* AF_LINK sockaddr has to be attached to ifp->if_addrlist until theHajimu UMEMOTO2003-10-161-3/+11
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-131-4/+4
* - support AES XCBC MAC for AHHajimu UMEMOTO2003-10-131-1/+2
* Comment spelling fix.Robert Watson2003-10-121-1/+1
* fix braino: null the pointer who's memory we just free'd, not some otherSam Leffler2003-10-111-1/+1
* insure local variable is initialized prior to useSam Leffler2003-10-071-1/+1
* return(code) -> return (code)Hajimu UMEMOTO2003-10-071-2/+2
* fix typo that caused a panic when processing an ICMP redirectSam Leffler2003-10-051-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-048-192/+254
* add a stub for bpfattach2 so bpf is not required with the 802.11Sam Leffler2003-10-041-0/+8
* When direct dispatching an netisr (net.isr.enable=1), if there are alreadyRobert Watson2003-10-031-13/+21
* trivial locking rtsock_cbSam Leffler2003-10-031-0/+11
* cleanups prior to adding locking (and in some cases to eliminate locking):Sam Leffler2003-10-033-177/+169
* Create a tunable for net.isr.enable so that it may be set fromRobert Watson2003-10-021-0/+1
* Temporarily turn net.isr.enable back off again until patches toRobert Watson2003-10-011-1/+1
* Enable net.isr.enable by default, causing "delivery to completion"Robert Watson2003-10-011-1/+1
* By popular demand, added the "static ARP" per-interface option.Ruslan Ermilov2003-10-011-0/+1
* Correct pfil_run_hooks return handling: if the return value is non-zeroSam Leffler2003-09-301-5/+3
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-1/+1
* Correctly name r_unit member tun_unit.Poul-Henning Kamp2003-09-272-5/+4
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-233-117/+349
* While cleaning out my tree, fix another strict alias warning that wouldPeter Wemm2003-09-221-1/+1