summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Don't set d_flags twice. The second setting clobbered D_NOGIANT.bde2004-02-242-4/+2
* Device megapatch 4/6:phk2004-02-214-0/+8
* Device megapatch 2/6:phk2004-02-214-285/+98
* Device megapatch 1/6:phk2004-02-211-3/+1
* Minor beautifications related to style(9) and code consistency.yar2004-02-211-5/+5
* Improve the SIOCSIFCAP handler a bit:yar2004-02-211-1/+5
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-182-7/+24
* Random style fixes and a comment update. No functional changes.des2004-02-161-4/+4
* Return EACCES rather than ENOBUFS if ipfw blocks a packet on thedwmalone2004-02-151-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-132-24/+7
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-2/+4
* 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
OpenPOWER on IntegriCloud