summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add the kernel side of network interface renaming support.brooks2004-02-041-23/+56
* More macro cleanup. Use the system roundup2() macro instead of makingbrooks2004-02-021-3/+1
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-301-3/+2
* Cleanup malloc() use in if_attach():brooks2004-01-271-22/+20
* Clean up macro usage in if_attach():brooks2004-01-271-2/+2
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-262-0/+17
* (whilespace-only)sobomax2004-01-262-11/+11
* Add a device type for virtual interfaces.harti2004-01-261-1/+3
* Add an ATM sub-type for virtual interfaces.harti2004-01-261-0/+3
* 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
OpenPOWER on IntegriCloud