summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous unlock. This fixes a panic seen when manipulating staticsam2004-01-071-1/+1
* backout the switch to use a zone for vlan tags; this requiressam2004-01-032-29/+6
* switch vlan packet tag allocation to use a private zonesam2004-01-022-6/+29
* Sync with NetBSD:sobomax2003-12-302-15/+14
* Unbreak build of bpf-free kernels.tjr2003-12-291-1/+1
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-2810-138/+83
* Don't truncate the interface name in ifunit(). It's now possible to querygreen2003-12-261-2/+2
* correct bridge_version: replace unexpanded RCS keywords by a fixed stringsam2003-12-241-1/+1
* Declare gre(4) as being of IFT_TUNNEL, Like God Intended.bms2003-12-091-2/+2
* bandaid LOR in rt_setgate; a proper fix requires code refactoringsam2003-12-071-4/+7
* Make the if_broadcastaddr const. All the drivers in the tree whichimp2003-12-071-1/+1
* Remove the call to M_ASSERTVALID from BPF_MTAP; some mbufs passed tosilby2003-11-281-1/+0
* workaround LOR in rt_setgatesam2003-11-251-1/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-204-41/+33
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-202-14/+19
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-182-2/+2
* Introduce ip_fastforward and remove ip_flow.andre2003-11-146-7/+7
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notbms2003-11-141-0/+7
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsbms2003-11-141-0/+65
* fix comments.ume2003-11-141-5/+3
* - vlan_start(): Increment the correct interface statistics member.ru2003-11-121-3/+3
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-122-4/+2
* Remove the m_defrag call from if_loop; testing with m_fragmentsilby2003-11-111-27/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-093-5/+5
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-083-22/+36
* o add a flags parameter to netisr_register that is used to specifysam2003-11-083-41/+50
* 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
OpenPOWER on IntegriCloud