summaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.92: remove extraneous unlock that can lead to a panicSam Leffler2004-01-081-1/+1
* Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed toMike Silbersack2003-11-281-1/+0
* workaround LOR in rt_setgateSam Leffler2003-11-251-1/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-204-41/+33
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-202-14/+19
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-182-2/+2
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-146-7/+7
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notBruce M Simpson2003-11-141-0/+7
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsBruce M Simpson2003-11-141-0/+65
* fix comments.Hajimu UMEMOTO2003-11-141-5/+3
* - 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