]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix the ni_txrate calculation.
[FreeBSD/FreeBSD.git] / sys / netinet /
2013-06-21 glebiusFix kmod_*stat_inc() after r249276. The incorrect code...
2013-06-20 aeUse IPSECSTAT_INC() and IPSEC6STAT_INC() macros for...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-07 bmsDisable IGMPv3 link timers on a transition to IGMPv2.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-03 andreAllow drivers to specify a maximum TSO length in bytes...
2013-06-02 tuexenUse LIST_EMPTY when appropriate.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-28 tuexenRemove redundant checks.
2013-05-24 tuexenWithdraw http://svnweb.freebsd.org/changeset/base/250809
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 tuexenInitialize the fibnum for outgoing packets to 0. This...
2013-05-17 tuexenSet errno to ETIMEDOUT if an SCTP association times...
2013-05-17 tuexenDon't send an ABORT chunk with verification 0.
2013-05-13 jimharrisFix typo in net.inet.tcp.minmss sysctl description.
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-11 hrsAdd IFF_MONITOR support to gre(4).
2013-05-11 glebiusRate limit the number of remotely triggered ARP log...
2013-05-10 tuexenHonor the net.inet6.ip6.v6only sysctl variable and...
2013-05-06 andreBack out r249318, r249320 and r249327 due to a heisenbu...
2013-05-04 hrsUse FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 cpercivaMove IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if...
2013-04-26 glebiusAdd const qualifier to the dst parameter of the ifnet...
2013-04-25 glebiusFix couple of mbuf leaks in incoming ARP processing.
2013-04-25 glebiusIntroduce a pointer to const variable gw, which points...
2013-04-24 rrsThis fixes the issue with the "randomly changing" default
2013-04-23 andreWhen doing RFC3042 limited transmit on the first on...
2013-04-21 olegPlug static llentry leak (ipv4 & ipv6 were affected).
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-17 gabor- Corrrect mispellings of word useful
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-16 delphijFix incomplete printf.
2013-04-16 delphijDon't leak lock when returning.
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 aeReflect removing of the counter_u64_subtract() function...
2013-04-11 glebiusFix tcp_output() so that tcpcb is updated in the same...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-10 glebiusFix build.
2013-04-09 andreChange certain heavily used network related mutexes...
2013-04-09 andreFix a race condition on tcp listen socket teardown...
2013-04-09 glebiusFix VIMAGE build.
2013-04-09 aeUse IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 glebiusMerge from projects/counters: TCP/IP stats.
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-31 tuexenAdd a macro for checking for IPv4 link local addresses.
2013-03-29 emasteKeep fwd_tag around for subsequent pcb lookups
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-20 melifaroAdd ipfw support for setting/matching DiffServ codepoin...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-17 attilioMFC
2013-03-17 glebiusIn m_megapullup() instead of reserving some space at...
2013-03-16 glebius- Replace compat macros with function calls.
2013-03-15 glebiusWe can, and should use M_WAITOK here.
2013-03-15 glebiusUse m_get/m_gethdr instead of compat macros.
2013-03-15 glebius- Use m_getcl() instead of hand allocating.
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-13 attilioMFC
2013-03-12 glebiusFunctions m_getm2() and m_get2() have different order...
2013-03-12 attilioMFC
2013-03-11 glebiusRemove LIBALIAS_LOCK_ASSERT(), including a couple with...
2013-03-09 mmMFC @248093
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
2013-03-07 lstewartThe hashmask returned by hashinit() is a valid index...
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 attilioMerge from vmcontention
2013-03-04 attilioMFC
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-03-04 davide- Make callout(9) tickless, relying on eventtimers...
2013-02-28 attilioMFC
2013-02-28 attilioMFC
2013-02-28 attilioMFC
2013-02-27 tuexenFix a potential race in returning setting errno when an
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-21 attilioMFC
2013-02-21 gallatinFix tcp_lro_rx_ipv4() for drivers that do not set CSUM_...
2013-02-21 attilioMFC
next