]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
This commit was generated by cvs2svn to compensate for changes in r126258,
[FreeBSD/FreeBSD.git] / sys / net /
2004-02-26 Max LaierThis commit was generated by cvs2svn to compensate...
2004-02-25 Bruce M SimpsonSync HEAD sources to vendor branch import of routed...
2004-02-25 Max LaierRe-remove MT_TAGs. The problems with dummynet have...
2004-02-25 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-24 Bruce EvansDon't set d_flags twice. The second setting clobbered...
2004-02-21 Poul-Henning KampDevice megapatch 4/6:
2004-02-21 Poul-Henning KampDevice megapatch 2/6:
2004-02-21 Poul-Henning KampDevice megapatch 1/6:
2004-02-21 Yaroslav TykhiyMinor beautifications related to style(9) and code...
2004-02-21 Yaroslav TykhiyImprove the SIOCSIFCAP handler a bit:
2004-02-18 Max LaierBackout MT_TAG removal (i.e. bring back MT_TAGs) for...
2004-02-16 Dag-Erling SmørgravRandom style fixes and a comment update. No functional...
2004-02-15 David MaloneReturn EACCES rather than ENOBUFS if ipfw blocks a...
2004-02-14 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2004-02-13 Max LaierThis set of changes eliminates the use of MT_TAG "pseud...
2004-02-13 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2004-02-11 Bruce M SimpsonInitial import of RFC 2385 (TCP-MD5) digest support.
2004-02-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-02-08 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2004-02-05 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2004-02-04 Brooks DavisAdd the kernel side of network interface renaming support.
2004-02-02 Brooks DavisMore macro cleanup. Use the system roundup2() macro...
2004-01-30 Maxim SobolevRemove NetBSD'isms (add FreeBSD'isms?), which makes...
2004-01-27 Brooks DavisCleanup malloc() use in if_attach():
2004-01-27 Brooks DavisClean up macro usage in if_attach():
2004-01-26 Maxim SobolevAdd support for WCCPv2. It should be enablem manually...
2004-01-26 Maxim Sobolev(whilespace-only)
2004-01-26 Hartmut BrandtAdd a device type for virtual interfaces.
2004-01-26 Hartmut BrandtAdd an ATM sub-type for virtual interfaces.
2004-01-23 Ruslan ErmilovDon't panic if there are more than 255 interfaces in...
2004-01-23 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2004-01-22 Atsushi OnoeFix definition of IFM_MODE, which should be refrected...
2004-01-21 Poul-Henning KampRemove #ifdef for ancient source FreeBSD compat.
2004-01-21 Brooks DavisDon't leak softc's when destroying interfaces.
2004-01-21 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2004-01-19 David SchultzThis commit was generated by cvs2svn to compensate...
2004-01-18 Yaroslav TykhiyA network interface driver can support IFCAP_VLAN_MTU...
2004-01-15 Atsushi OnoeAdd support for FH phy, which will be used by awi driver.
2004-01-14 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-01-13 Bill FennerThis commit was generated by cvs2svn to compensate...
2004-01-13 Bill FennerThis commit was generated by cvs2svn to compensate...
2004-01-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-01-09 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-01-09 Hartmut BrandtFix a warning when NATM is not defined. In this case...
2004-01-09 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2004-01-07 Sam LefflerRemove extraneous unlock. This fixes a panic seen...
2004-01-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2004-01-04 Nate LawsonThis commit was generated by cvs2svn to compensate...
2004-01-03 Sam Lefflerbackout the switch to use a zone for vlan tags; this...
2004-01-02 Sam Lefflerswitch vlan packet tag allocation to use a private...
2003-12-30 Maxim SobolevSync with NetBSD:
2003-12-29 Tim J. RobbinsUnbreak build of bpf-free kernels.
2003-12-28 Sam Lefflero eliminate widespread on-stack mbuf use for bpf by...
2003-12-26 Brian FeldmanDon't truncate the interface name in ifunit(). It...
2003-12-24 Sam Lefflercorrect bridge_version: replace unexpanded RCS keywords...
2003-12-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-12-09 Bruce M SimpsonDeclare gre(4) as being of IFT_TUNNEL, Like God Intended.
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-09 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-12-07 Sam Lefflerbandaid LOR in rt_setgate; a proper fix requires code...
2003-12-07 Warner LoshMake the if_broadcastaddr const. All the drivers in...
2003-12-07 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-12-02 Brooks DavisThis commit was generated by cvs2svn to compensate...
2003-11-29 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-11-28 Doug BartonThis commit was generated by cvs2svn to compensate...
2003-11-28 Mike SilbersackRemove the call to M_ASSERTVALID from BPF_MTAP; some...
2003-11-25 Sam Lefflerworkaround LOR in rt_setgate
2003-11-21 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-11-20 Andre OppermannIntroduce tcp_hostcache and remove the tcp specific...
2003-11-20 Andre OppermannRemove RTF_PRCLONING from routing table and adjust...
2003-11-20 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2003-11-18 Robert WatsonIntroduce a MAC label reference in 'struct inpcb',...
2003-11-14 Andre OppermannIntroduce ip_fastforward and remove ip_flow.
2003-11-14 Bruce M SimpsonFix a bug whereby the physical endpoints of a gre(4...
2003-11-14 Bruce M SimpsonAdd a sysctl MIB, NET_RT_IFMALIST, to retrieve multicas...
2003-11-14 Hajimu UMEMOTOfix comments.
2003-11-12 Ruslan Ermilov- vlan_start(): Increment the correct interface statist...
2003-11-12 Robert WatsonModify the MAC Framework so that instead of embedding...
2003-11-11 Mike SilbersackRemove the m_defrag call from if_loop; testing with...
2003-11-10 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-09 Seigo Tanimura- Implement selwakeuppri() which allows raising the...
2003-11-08 Sam Lefflerreplace explicit changes to rt_refcnt by RT_ADDREF...
2003-11-08 Sam Lefflero add a flags parameter to netisr_register that is...
2003-11-07 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-07 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-07 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-07 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2003-11-05 Sam Lefflero make debug_mpsafenet globally visible
2003-11-05 Nate LawsonThis commit was generated by cvs2svn to compensate...
2003-11-04 Hajimu UMEMOTO- update comments to refrect recent BSDs.
2003-11-03 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2003-11-03 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-03 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2003-11-01 Sam LefflerThis commit was generated by cvs2svn to compensate...
2003-10-31 Brooks DavisReplace the if_name and if_unit members of struct ifnet...
next