]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
correct default setting of hw.wi.txerate; it must be -1, not zero,
[FreeBSD/FreeBSD.git] / sys / net /
2003-01-20 samo add BIOCGDLTLIST and BIOCSDLT ioctls to get the data...
2003-01-19 samaccept short WEP keys for backward compatibility
2003-01-19 phkOriginally when DEVFS was added, a global variable...
2003-01-19 samfix ioctl handling for setting wep keys
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 suzsync with KAME to simplify rev 1.28's patch (no functio...
2003-01-15 sam802.11 link layer support. This code implements the...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-06 samdon't reference a pkthdr after M_MOVE_PKTHDR has "remov...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 fennerFix alignment problems -- the embedded v4 address is...
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2002-12-30 schweikhFix typos, mostly s/ an / a / where appropriate and...
2002-12-30 samCorrect mbuf packet header propagation. Previously...
2002-12-28 phkRemove cdevw_add() calls, they are deprecated.
2002-12-28 kbyancRemove useless local variable from raw_input().
2002-12-27 iedowseOops, I misread the purpose of the NULL check in EH_RES...
2002-12-27 iedowseFix a bug introduced by revision 1.59 that would cause...
2002-12-27 hsuLong chain of calls starting with bridge_on(), going...
2002-12-26 hsuDisable radix node locking for sysctl until we fix...
2002-12-25 ruTypo in function name.
2002-12-25 ruI'm not sure what was the problem at the time of revisi...
2002-12-25 hsuRange-check the address family parameter passed in...
2002-12-25 ruRevision 1.67 changes correspond to CSRG revision 8...
2002-12-25 ruIf the caller of rtrequest*(RTM_DELETE, ...) asked...
2002-12-25 ruA month after pst@ has committed his revision 1.8,...
2002-12-24 hsuSMP locking for radix nodes.
2002-12-23 rurn_walktree*() compute the next leaf before applying...
2002-12-22 hsuSMP locking for ifnet list.
2002-12-20 hsuSwap the order of a free and a use of an ifaddr structure.
2002-12-19 bmilekico Untangle the confusion with the malloc flags {M_WAITO...
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-18 rwatsonUnder some circumstances, the loopback interface will...
2002-12-18 hsuSwitch to the conventional reference counting scheme.
2002-12-18 hsuLock up ifaddr reference counts.
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-07 sobomaxMFS: recognize gre packets used in the WCCP protocol.
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-20 luigiMove fw_one_pass from ip_fw2.c to ip_input.c so that...
2002-11-20 luigiBack out some style changes. They are not urgent,
2002-11-19 samcorrect function declarations of stubs used for buildin...
2002-11-17 luigiReplace m_copy() with m_copypacket() where applicable.
2002-11-17 luigiFix function headers, remove 'register' from variable...
2002-11-15 luigiMassive cleanup of the ip_mroute code.
2002-11-15 samBack out rev 1.150; things are more complicated than...
2002-11-15 samif_attach should not sleep; change malloc's M_WAITOK...
2002-11-15 samnetwork interface and link layer changes:
2002-11-14 samtrack changes to ethernet input handling to no longer...
2002-11-14 samo eliminate separate callback interface for h/w tagged...
2002-11-14 samo add if_nvlans member to track the number of vlans...
2002-11-14 samo change input packet handling to eliminate the pointer...
2002-11-14 samgeneral cleanups mostly aimed at improving portability...
2002-11-14 samo add support for multiple link types per interface...
2002-11-14 samo add IF_*bps macros for netbsd compatibility
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-09 alfredFix instances of macros with improperly parenthasized...
2002-11-07 jhbAdd a cast to quiet a warning.
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-25 simokawaDon't check IFF_RUNNING in previous change.
2002-10-23 simokawaDon't send/recieve packets when the interface is down.
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-21 brooksUse if_printf(ifp, "blah") instead of printf("ppp%d...
2002-10-21 brooksUse if_printf(ifp, "blah") instead of printf("vlan...
2002-10-21 brooksUse if_printf(ifp, "blah") instead of printf("sl%d...
2002-10-21 brooksUse if_printf(ifp, "blah") instead of
2002-10-20 rwatsonWhen packets pass in and out of six-to-four (STF) tunne...
2002-10-20 phkWe have mem{cpy,cmp,set} functions in the kernel, don...
2002-10-20 rwatsonWhen a packet is sent via a FDDI interface, perform...
2002-10-20 rwatsonWhen a packet is destined for delivery via an ATM mediu...
2002-10-20 phkDon't us an array[1], it just hides where '&' isn't...
2002-10-17 umelast arg of in6?_gif_output() is not used any more.
2002-10-17 ume- drop too short IPv6 frame
2002-10-17 umes/gifp/ifp/
2002-10-16 alfredde-__P()
2002-10-16 ume- after gif_set_tunnel(), psrc/pdst may be null. set...
2002-10-16 phkBe consistent about functions being static.
2002-10-16 phkFIx misindentation.
2002-10-16 samadd definitions for RIPEMD-160 HMAC and Skipjack encryp...
2002-10-16 samReplace aux mbufs with packet tags:
2002-10-15 umeCorrect the definitions of SADB_* to be compatible...
2002-10-15 ruThis commit was generated by cvs2svn to compensate...
next