]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Indicate this function decrements the timer as well as testing for expiry.
[FreeBSD/FreeBSD.git] / sys / net /
2012-02-23 thompsaIndicate this function decrements the timer as well...
2012-02-23 kmacyWhen using flowtable llentrys can outlive the interface...
2012-02-23 thompsaNow that network interfaces advertise if they support...
2012-02-23 thompsabstp_input() always consumes the packet so remove the...
2012-02-22 thompsaUsing the flowid in the mbuf assumes the network card...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-14 tijlChange some headers such that lang/gcc* ports no longer...
2012-02-11 bzIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-11 bzBackout changes from r228571. Remove if_data from...
2012-02-08 pluknetg/c last bit of old ipv6 prefix management.
2012-02-08 luigi- change the buffer size from a constant to a
2012-02-07 pjdAllow to set if_bridge(4) sysctls from /boot/loader...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 glebiusFix typo in r231010.
2012-02-05 glebiusBetter comment for ifa_init(), ifa_ref(), ifa_free().
2012-02-05 glebiusIn ifa_init() initialize if_data.ifi_datalen. This...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-26 kmacyA flowtable entry can continue referencing an llentry...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-24 bzReplace random ARIN direct assignment legacy IPs with...
2012-01-14 eadler- Fix trivial typo
2012-01-12 rwatsonClarify throughout the vlan(4) code the difference...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-10 lstewartConsumers of bpfdetach() expect it to remove all bpf_if...
2012-01-09 jhbConvert the per-interface address list lock from a...
2012-01-08 glebiusCopy ifa->if_data to ifam->ifam_data. This was forgotte...
2012-01-08 glebiusMove arprequest() declaration to if_ether.h.
2012-01-06 glebiusSince r228571 CARP is no longer an interface.
2012-01-05 jhbConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-05 jhbAdd new variants of the IF_ADDR_*LOCK*() macros used...
2012-01-05 rwatsonRefine last comment.
2012-01-05 rwatsonAdd comment to the VLAN code about its integration...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 lstewartRevert r228986 until it can be reworked to avoid panici...
2011-12-30 lstewart- Introduce the net.bpf.tscfg sysctl tree and associate...
2011-12-29 yongariUpdate if_obytes and if_omcast after successful transmit.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 glebiusProvide ABI compatibility shim to enable configuring...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 glebiusRestore a feature that was present in 5.x and 6.x,...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-15 glebiusSimplify rtrequest(RTM_ADD): ifa can't be NULL after...
2011-12-09 brooksRemove the unused if_free_type() function.
2011-12-05 luigi1. Fix the handling of link reset while in netmap more.
2011-11-29 lstewartRevert r227778 in preparation for committing reworked...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-28 jhbChange the if_vlan driver to use if_transmit for forwar...
2011-11-28 glebius- Use generic alloc_unr(9) allocator for if_clone,...
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 glebiusImprove logging:
2011-11-21 lstewart- When feed-forward clock support is compiled in, chang...
2011-11-17 luigiBring in support for netmap, a framework for very effic...
2011-11-14 rmhRemove a few bits of FreeBSD 2.x compatibility code.
2011-11-11 brooksIn r191367 the need for if_free_type() was removed...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-03 mlaierFix a use-after-free/redzone issue in the routing code.
2011-10-27 glebiusAdd macro IF_DEQUEUE_ALL(ifq, m), that takes the entire...
2011-10-25 qingliThe host-id/interface-id can have a specific value...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 edAdd missing #includes.
2011-10-18 edGet rid of D_PSEUDO.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-28 bzPass the fibnum where we need filtering of the message...
2011-09-20 kmacyMake KBI changes required for future MFCing of inpcb...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-04 thompsaOn the first loop for generating a bridge MAC address...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-27 bzWhen adding IPv6 fwd support to ipfw in r225044 these...
2011-08-25 attilioFix a deficiency in the selinfo interface:
2011-08-25 qingliWhen the RADIX_MPATH kernel option is enabled, the...
2011-08-08 kevloIn rtinit1(), before rtrequest1_fib() is called, info...
2011-08-01 pluknetAdd missing MODULE_VERSION() definition to protect...
2011-07-17 bzAdd spares to the network stack for FreeBSD-9:
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 mpClear the filter memory area before using it. Leaving...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-08 zecPermit ARP to proceed for IPv4 host routes for which...
2011-07-07 thompsaGrab the rlock before checking if our interface is...
2011-07-03 bzTag mbufs of all incoming frames or packets with the...
2011-07-03 bzRemove extra white space to comply with style for the...
2011-07-03 bzAdd infrastructure to allow all frames/packets received...
2011-06-28 pluknetUpdate ifc_len field of struct ifconf passed for the...
2011-06-21 bzGarbage collect never used global, sysctl, externs.
2011-06-20 bzLeave an extra comment about flowtable and IPv6 support...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-18 bzgre(4) was using a field in the softc to detect possibl...
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 luigiGrab one of the ifcap bits for netmap, and enable print...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
next