summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Don't panic if there are more than 255 interfaces in the system.ru2004-01-231-1/+2
* Fix definition of IFM_MODE, which should be refrected the change ofonoe2004-01-221-1/+1
* Remove #ifdef for ancient source FreeBSD compat.phk2004-01-211-11/+0
* Don't leak softc's when destroying interfaces.brooks2004-01-211-0/+3
* A network interface driver can support IFCAP_VLAN_MTU only,yar2004-01-181-3/+3
* Add support for FH phy, which will be used by awi driver.onoe2004-01-151-3/+7
* Fix a warning when NATM is not defined. In this case s is not used.harti2004-01-091-0/+2
* 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
OpenPOWER on IntegriCloud