]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Make kqueue(2) work for virtual terminals.
[FreeBSD/FreeBSD.git] / sys / net /
2002-10-16 Alfred Perlsteinde-__P()
2002-10-16 Hajimu UMEMOTO- after gif_set_tunnel(), psrc/pdst may be null. set...
2002-10-16 Poul-Henning KampBe consistent about functions being static.
2002-10-16 Poul-Henning KampFIx misindentation.
2002-10-16 Sam Leffleradd definitions for RIPEMD-160 HMAC and Skipjack encryp...
2002-10-16 Sam LefflerReplace aux mbufs with packet tags:
2002-10-15 Hajimu UMEMOTOCorrect the definitions of SADB_* to be compatible...
2002-10-15 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-14 Crist J. ClarkUnconditionally restore the pointer to the saved Ethern...
2002-10-12 Mark PeekThis commit was generated by cvs2svn to compensate...
2002-10-12 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-10 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-10-06 Maxime HenrionWhen reusing a pointer as a number, at least cast it
2002-10-04 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-10-03 Don LewisIn an SMP environment post-Giant it is no longer safe...
2002-10-02 Maxim SobolevSince bpf is no longer an optional component, remove...
2002-10-02 Mike Barcroftstyle(9):
2002-10-02 Mike BarcroftUse standards visibility conditionals to conditionalize...
2002-10-02 Poul-Henning KampThis commit was generated by cvs2svn to compensate...
2002-10-01 Poul-Henning KampFix some harmless mis-indents.
2002-09-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-30 Murray StokelyThis commit was generated by cvs2svn to compensate...
2002-09-29 Bruce EvansFixed some of the namespace pollution in rev.1.33....
2002-09-28 Poul-Henning KampBe consistent about "static" functions: if the function...
2002-09-28 Poul-Henning KampDon't return(foo(bla)) when foo returns void.
2002-09-27 Poul-Henning KampAdd the "Monitor" interface flag.
2002-09-26 Poul-Henning KampBe a bit more technical:
2002-09-26 Maxim SobolevRevert 1.27, as it breaks IPv6 over IPv4 tunnels.
2002-09-24 Brooks DavisConvert most printf()s to if_printf()s.
2002-09-24 Brooks DavisAdd a new helper function if_printf() modeled on device...
2002-09-23 Alfred Perlsteinuse __packed/__aligned rather than GCC-specific __attri...
2002-09-23 Alfred Perlsteins/__attribute__((__packed__))/__packed/g
2002-09-22 Jake BurkholderMoved netisr code from kern/kern_intr.c to net/netisr...
2002-09-21 Robert WatsonInsert a missing call to MAC protection check for deliv...
2002-09-20 Hajimu UMEMOTOmistakenly set IFF_UP by SIOCSIFPHYADDR.
2002-09-18 Poul-Henning KampOptimize the way we call BPF a tiny bit: If we chop...
2002-09-18 Poul-Henning KampUse m_length() instead of home-rolled.
2002-09-18 Poul-Henning KampUse m_length() instead of home-rolled versions.
2002-09-17 Hajimu UMEMOTO- increment interface output counter. sync w/ netbsd...
2002-09-17 Maxim SobolevRemove __RCSID().
2002-09-17 Hajimu UMEMOTO- reject SIOCSIFADDR if embedded address is in private...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 Bruce EvansInclude include "opt_atalk.h" so that the NETATALK...
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-15 Bruce EvansInclude <sys/systm.h> instead of depending on namespace...
2002-09-13 Maxim SobolevRestore original behaviour of recursion preventer.
2002-09-12 David E. O'BrienFix the GENERIC build. Don't refer to the non-existant...
2002-09-12 Luigi RizzoMake bridging and layer2-ipfw obey net.inet.ip.fw.one_pass.
2002-09-09 Maxim SobolevSince from now on encap_input() also catches IPPROTO_MO...
2002-09-09 Maxim SobolevPrevent namespace pollution in use-land by putting...
2002-09-07 Maxim SobolevRemove #include <netinet/ip.h>.
2002-09-06 Maxim SobolevInclude <netinet/ip.h> to unbreak kdump. I don't know...
2002-09-06 Maxim SobolevReduce namespace pollution by staticizing everything...
2002-09-06 Maxim SobolevAdd a new gre(4) driver, which could be used to create...
2002-09-06 Maxim SobolevAdd more ethernet types and move AppleTalk types into...
2002-09-05 Maxim SobolevMake recursion prevention variable per-instance and...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-30 Maxim SobolevFix a silly typo in user-setable promisc mode code.
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-28 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-08-28 Maxim SobolevAdd IFF_POLLING into the list of flags which are protec...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-08-22 Archie CobbsReplace (ab)uses of "NULL" where "0" is really meant.
2002-08-19 Brooks DavisFix a couple of bogus return values in previous commit.
2002-08-19 Juli MallettClean up a comment talking about C strings, which are...
2002-08-19 Maxim SobolevImplement user-setable promiscuous mode (a new `promisc...
2002-08-18 Maxim SobolevIncrease size of ifnet.if_flags from 16 bits (short...
2002-08-15 Robert WatsonMove mac.h include to match the MAC tree location....
2002-08-14 Robert WatsonMove to nested include of _label.h instead of mac.h...
2002-08-12 Robert WatsonCorrect error handling during MAC transmission check...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-09 Brooks DavisMake ppp(4) devices clonable and unloadable.
2002-08-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-04 Luigi RizzoExtend the interface to ether_input(): a NULL eh pointe...
2002-08-01 Robert WatsonIntroduce support for Mandatory Access Control and...
2002-08-01 Robert WatsonIntroduce support for Mandatory Access Control and...
2002-08-01 Robert WatsonIntroduce support for Mandatory Access Control and...
2002-07-31 Robert WatsonIntroduce support for Mandatory Access Control and...
next