]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix bio->bio_blkno format warning.
[FreeBSD/FreeBSD.git] / sys / net /
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-19 brianIt's no longer necessary to ensure that ``gate'' is...
2001-12-19 brianOnly call rt_getifa() if we've either been passed a...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-17 brooksInitalize ifq_maxlen to prevent a harmless warning...
2001-12-14 jdpMake bpf's read timeout feature work more correctly...
2001-12-14 jlemonwhitespace fixes.
2001-12-14 jlemonminor style fix.
2001-12-14 luigiDevice Polling code for -current.
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-14 dgMoved the updating of if_ibytes from ether_demux()...
2001-12-10 obrienUpdate to C99, s/__FUNCTION__/__func__/,
2001-12-07 arr- malloc should be passed M_WAITOK, not M_WAIT (a mbuf...
2001-12-03 brooksDon't pass an interface pointer to VLAN_INPUT{,_TAG...
2001-11-28 brianFix a typo in a comment
2001-11-28 msmithThis commit was generated by cvs2svn to compensate...
2001-11-24 luigiWhitespace change - replace leading spaces with tabs.
2001-11-22 luigiExpand the comment on the layout of softc, arpcom and...
2001-11-22 jlemonIntroduce a syncache, which enables FreeBSD to withstan...
2001-11-21 arr- Utilize the great M_ZERO flag rather than allocating...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-19 greenThis commit was generated by cvs2svn to compensate...
2001-11-18 arr- M_ZERO already sets bif_dlist to zero; there is no...
2001-11-17 dillonGive struct socket structures a ref counting interface...
2001-11-14 jhbRemove ifnet.if_mpsafe for now. If this is needed...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-09 wollmanThis commit was generated by cvs2svn to compensate...
2001-11-08 peterThis commit was generated by cvs2svn to compensate...
2001-11-05 phk3.5 years ago Wollman wrote:
2001-11-04 luigiMFS: sync the ipfw/dummynet/bridge code with the one...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-02 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 obrienThis commit was generated by cvs2svn to compensate...
2001-11-01 luigiRemove an extra splimp() call.
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-31 msmithThis commit was generated by cvs2svn to compensate...
2001-10-27 dillonsc_lasttime and sc_starttime are time_t's, not long's.
2001-10-27 obrienThis commit was generated by cvs2svn to compensate...
2001-10-26 ruThis commit was generated by cvs2svn to compensate...
2001-10-22 ruRemove extra memory region kept by "struct pfil_head...
2001-10-19 mjacobFix this so it compiles cleanly for alpha. Tried to...
2001-10-17 jlemonAdd a SIOCGIFINDEX ioctl, which returns the index of...
2001-10-17 jlemonCleanup ifunit(), so it uses the dev_named() function...
2001-10-17 ruPull post-4.4BSD change to sys/net/route.c from BSD...
2001-10-17 ruBring in latest CSRG revisions to this file:
2001-10-17 ru64-bit fixes from CSRG.
2001-10-17 ruRevision 1.32 corresponded to CSRG revision 8.2.
2001-10-17 ruRevision 1.13 corresponded to CSRG revision 8.4.
2001-10-17 ruRecord the fact that revision 1.39 corresponded to...
2001-10-17 fennerif_index is the highest interface index in the system...
2001-10-17 fennerThe interface index space may be sparsely populated...
2001-10-15 fennerSet the interface speed back to zero, after ether_ifatt...
2001-10-15 ruDon't even attempt to clone host routes.
2001-10-14 fjoebring in ARP support for variable length link level...
2001-10-13 obrienThis commit was generated by cvs2svn to compensate...
2001-10-12 mjacobTraverse the list of network interfaces rather than...
2001-10-11 jlemonFix the ``WARNING: Driver mistake: repeat make_dev...
2001-10-11 jlemonMove device nodes into a /dev/net/ directory, to avoid...
2001-10-11 jlemonSet if_type and if_addrlen before calling if_attach...
2001-10-10 jhbMalloc mutexes pre-zero'd as random garbage (including...
2001-10-08 obrienThis commit was generated by cvs2svn to compensate...
2001-10-06 fenner- Fix typo in "didn't find tag in list" code -- !=...
2001-10-05 dfrAdd ia64 to the list of machines which don't do unalign...
2001-10-05 psMake it so dummynet and bridge can be loaded as modules.
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-04 msmithThis commit was generated by cvs2svn to compensate...
2001-10-02 mjacobDocumentation comment: note that the each NIC's softc...
2001-10-01 jlemonUpdate the hash table when sppp mucks directly with...
2001-09-29 jlemonAdd ability to attach knotes to network devices.
2001-09-29 jlemonIntroduce network device nodes. Network devices will...
2001-09-29 jlemonChange sysctl_iflist() so it has a single point of...
2001-09-29 jlemonUse in_ifaddrhashtbl instead of in_ifaddrhead to look...
2001-09-27 luigiTwo main changes here:
2001-09-26 brooks/home/brooks/ng_gif.message
2001-09-26 brooksUse LIST_ macros instead of TAILQ_ macros to be more...
2001-09-25 brooksMake faith loadable, unloadable, and clonable.
2001-09-21 jhbUse the passed in thread to selrecord() instead of...
2001-09-20 ruUse the current process's credentials rather than socke...
2001-09-19 brooksMake stf a clonable device.
2001-09-18 jlemonSplit HWCSUM into two components: RX and TX, for the...
2001-09-18 jlemonAdd two fields to the ifnet structure indicating what...
2001-09-12 julianKSE Milestone 2
2001-09-10 krisFix some signed/unsigned integer confusion, and add...
2001-09-10 peterRemove/comment tokens after #endif (#endif NETATALK)
2001-09-07 julianPatches from KAME to remove usage of Varargs in existing
2001-09-07 jlemonFix another shortcircuit return() statement that I...
2001-09-07 jlemonFix sense of comparison in space test. Also eliminate...
2001-09-07 msmithThis commit was generated by cvs2svn to compensate...
2001-09-06 jlemonWrap array accesses in macros, which also happen to...
2001-09-06 jlemonCosmetic cleanups and rearrangement for code to come...
2001-09-05 brooksMake vlan(4) loadable, unloadable, and clonable. As...
2001-09-05 mpThis commit was generated by cvs2svn to compensate...
2001-09-05 brooksAdd cloning support for the tap(4) device similar to...
2001-09-03 julianPatches from Keiichi SHIMA <keiichi@iij.ad.jp>
2001-09-02 obrienThis commit was generated by cvs2svn to compensate...
2001-09-02 obrienThis commit was generated by cvs2svn to compensate...
2001-08-31 ruSynch with NetBSD and OpenBSD.
2001-08-29 robertoThis commit was generated by cvs2svn to compensate...
2001-08-26 msmithThis commit was generated by cvs2svn to compensate...
2001-08-25 brianTUNSIFINFO now expects IFF_MULTICAST to be OR'd with...
next