]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/if.c
allocate ipv6 flows from the ipv6 flow zone
[FreeBSD/FreeBSD.git] / sys / net / if.c
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-03 sobomaxAdd new tunable 'net.link.ifqmaxlen' to set default...
2010-04-29 bzMFP4: @176978-176982, 176984, 176990-176994, 177441
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-14 delphijWhen an underlying ioctl(2) handler returns an error...
2010-04-11 bzIn if_detach_internal() we cannot hold the af_data...
2010-04-11 bzIn if_detach_internal() only try to do the detach run...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-02-28 rajMerge DTC-d75b33af.
2010-02-24 bzUse the DB_SHOW_ALL_COMMAND() macro to register the...
2010-02-20 bzStart to implement ifnet DDB support:
2010-02-20 bzEnhance a panic string to contain more useful debugging...
2010-01-27 delphijRevised revision 199201 (add interface description...
2010-01-24 syrinxWhile flushing the multicast filter of an interface...
2010-01-18 thompsaDeclare a new EVENTHANDLER called iflladdr_event which...
2010-01-06 impMerge from head at r201628.
2009-12-31 brooksThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-29 jhbChange vlan interfaces to cope more usefully with the...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-30 jhbRemove if_timer/if_watchdog now that they are no longer...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 delphijRevert revision 199201 for now as it has introduced...
2009-11-12 gonzoMFC @199204
2009-11-11 delphijAdd interface description capability as inspired by...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-02 gonzo- MFC
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-25 desSync with head
2009-09-20 qingliA wrong variable is used when setting up the interface
2009-09-17 desMerge from head
2009-09-17 desMerge from head up to r188941 (last revision before...
2009-09-15 qingliSelf pointing routes are installed for configured inter...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 gonzo- MFC from head@196987
2009-08-26 rwatsonAdd IFNET_HOLD reserved pointer value for the ifindex...
2009-08-25 rwatsonBreak out allocation of new ifindex values from if_allo...
2009-08-24 rwatsonMake if_grow static -- it's not used outside of if...
2009-08-24 zecWhen moving ifnets from one vnet to another, and the...
2009-08-23 rwatsonRework global locks for interface list and index manage...
2009-08-14 zecAppease VNET_DEBUG - in if_vmove we temporarily switch...
2009-08-04 gonzo- MFC @196061
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-26 bzMake the in-kernel logic for the SIOCSIFVNET, SIOCSIFRV...
2009-07-23 rwatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-19 rwatsonNormalize field naming for struct vnet, fix two debuggi...
2009-07-19 rwatsonReimplement and/or implement vnet list locking by repla...
2009-07-17 jamieRemove the interim vimage containers, struct vimage...
2009-07-16 rwatsonRemove unused VNET_SET() and related macros; only VNET_...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-03 gonzo- MFC
2009-06-29 brooksRemove support for the /dev/net/* per-interface devices...
2009-06-27 rwatsonRemove unnecessary include of kdb.h that snuck in durin...
2009-06-26 rwatsonDefine four wrapper functions for interface address...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-24 rwatsonIn if_setlladdr(), use IF_ADDR_LOCK() and ifaddr refere...
2009-06-23 rwatsonModify most routines returning 'struct ifaddr *' to...
2009-06-23 bzRemove duplicate #include <net/route.h> from the middle...
2009-06-22 bzMove virtualization of routing related variables into...
2009-06-22 rwatsonAdd a new function, ifa_ifwithaddr_check(), which rathe...
2009-06-22 bzAfter the update to fxp(4) in r194573 we should no...
2009-06-21 rwatsonClean up common ifaddr management:
2009-06-21 rdivackySwitch cmd argument to u_long. This matches what if_eth...
2009-06-15 samr193336 moved ifq_detach to if_free which broke if_allo...
2009-06-15 jamieManage vnets via the jail system. If a jail is given...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-12 gonzo- Merge from HEAD
2009-06-11 bzcarp(4) allows people to share a set of IP addresses...
2009-06-10 kibAdapt vfs kqfilter to the shared vnode lock used by...
2009-06-08 bzAfter r193232 rt_tables in vnet.h are no longer indirec...
2009-06-08 zecIntroduce an infrastructure for dismantling vnet instances.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 rwatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-03 jkimResync with head.
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 sammove ifq_detach from if_detach to if_free; this permits...
2009-06-01 bzConvert the two dimensional array to be malloced and...
2009-05-31 zecIntroduce an interm userland-kernel API for creating...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-26 gonzoMerge from HEAD
2009-05-22 zecSet ifp->if_afdata_initialized to 0 while holding IF_AF...
2009-05-22 zecIntroduce the if_vmove() function, which will be used...
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-06 gonzoMerge from HEAD
2009-05-05 zecChange the curvnet variable from a global const struct...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
next