]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Improve the debugging output - use the MAC address rather than various
[FreeBSD/FreeBSD.git] / sys / netinet /
2013-05-13 Xin LIMFV: less v458.
2013-05-12 Mark JohnstonBring back part of r249367 by adding DTrace's temporal...
2013-05-11 Hiroki SatoAdd IFF_MONITOR support to gre(4).
2013-05-11 Gleb SmirnoffRate limit the number of remotely triggered ARP log...
2013-05-10 Michael TuexenHonor the net.inet6.ip6.v6only sysctl variable and...
2013-05-08 Jung-uk KimMFV: r250336
2013-05-06 Andre OppermannBack out r249318, r249320 and r249327 due to a heisenbu...
2013-05-05 Xin LIMFV: Update zlib to 1.2.8.
2013-05-04 Hiroki SatoUse FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node...
2013-04-28 Adrian ChaddCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 Colin PercivalMove IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if...
2013-04-27 Dimitry AndricMerge libc++ trunk r180598. Contains several minor...
2013-04-27 Dimitry AndricMerge libcxxrt c812a07cd2f95c1403baf0bbe0366e7618d1d6d3:
2013-04-26 Gleb SmirnoffAdd const qualifier to the dst parameter of the ifnet...
2013-04-25 Gleb SmirnoffFix couple of mbuf leaks in incoming ARP processing.
2013-04-25 Gleb SmirnoffIntroduce a pointer to const variable gw, which points...
2013-04-24 Martin MatuskaMFV r249857:
2013-04-24 Randall StewartThis fixes the issue with the "randomly changing" default
2013-04-24 Dag-Erling SmørgravMerge updated "no such identity file" patch.
2013-04-23 Andre OppermannWhen doing RFC3042 limited transmit on the first on...
2013-04-21 Oleg BulyzhinPlug static llentry leak (ipv4 & ipv6 were affected).
2013-04-21 Gregory Neil ShapiroMerge sendmail 8.14.7 to HEAD
2013-04-20 Edwin GroothuisMerge of vendor of 249690, tzdata2013c
2013-04-19 Jung-uk KimMerge ACPICA 20130418.
2013-04-17 Gabor Kovesdan- Corrrect mispellings of word useful
2013-04-16 Pedro F. GiffuniDTrace: print() should try to resolve function pointers
2013-04-16 Xin LIFix incomplete printf.
2013-04-16 Xin LIDon't leak lock when returning.
2013-04-15 Xin LIMFV r249496,249498. The most visible change is that...
2013-04-14 Dag-Erling SmørgravSilence "received disconnect" in the common case.
2013-04-12 Pedro F. GiffuniDtrace: resolve const types from fbt and other fixes.
2013-04-12 Dimitry AndricUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 Andrey V. ElsukovReflect removing of the counter_u64_subtract() function...
2013-04-11 Gleb SmirnoffFix tcp_output() so that tcpcb is updated in the same...
2013-04-11 Pedro F. GiffuniDTrace: option for time-ordered output
2013-04-11 Martin MatuskaMFV r249354:
2013-04-10 Gleb SmirnoffFix build.
2013-04-09 Andre OppermannChange certain heavily used network related mutexes...
2013-04-09 Andre OppermannFix a race condition on tcp listen socket teardown...
2013-04-09 Dag-Erling SmørgravRevert local changes and pull in r3828 from upstream.
2013-04-09 Gleb SmirnoffFix VIMAGE build.
2013-04-09 Andrey V. ElsukovUse IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.
2013-04-09 Ed SchoutenImport a new version of NetBSD's mtree.
2013-04-08 Gleb SmirnoffMerge from projects/counters: TCP/IP stats.
2013-04-06 Martin MatuskaMFV r249186:
2013-04-06 Martin MatuskaMFV r249185:
2013-04-06 Martin MatuskaMFV r248660:
2013-04-06 Martin MatuskaMFV r248217:
2013-04-06 Martin MatuskaMFV r242816:
2013-04-05 Dag-Erling SmørgravUpgrade to 1.4.20.
2013-04-05 Dag-Erling SmørgravMinimal subset of the unbound sources.
2013-04-04 Jung-uk KimMerge ACPICA 20130328.
2013-04-02 Simon J. GerratyUpdate to bmake-20130330
2013-04-02 Dag-Erling SmørgravMerge upstream patch to silence spurious "no such ident...
2013-04-01 Pedro F. GiffuniDtrace: enablings on defunct providers prevent provider...
2013-03-31 Michael TuexenAdd a macro for checking for IPv4 link local addresses.
2013-03-29 Ed MasteKeep fwd_tag around for subsequent pcb lookups
2013-03-27 Erwin LansingUpdate to 9.8.4-P2
2013-03-25 Pedro F. GiffuniDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 Pedro F. GiffuniDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 Pedro F. GiffuniDtrace: add optional size argument to tracemem().
2013-03-22 Dag-Erling SmørgravUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 Martin MatuskaMFV r248590,248594:
2013-03-21 Martin MatuskaMerge libzfs_core branch:
2013-03-20 Alexander V. ChernikovAdd ipfw support for setting/matching DiffServ codepoin...
2013-03-19 Martin MatuskaMFV r247580:
2013-03-18 Martin MatuskaMFC @248461
2013-03-17 Gleb SmirnoffIn m_megapullup() instead of reserving some space at...
2013-03-16 Gleb Smirnoff- Replace compat macros with function calls.
2013-03-15 Gleb SmirnoffWe can, and should use M_WAITOK here.
2013-03-15 Gleb SmirnoffUse m_get/m_gethdr instead of compat macros.
2013-03-15 Gleb Smirnoff- Use m_getcl() instead of hand allocating.
2013-03-15 Edwin GroothuisMFV of 248305, tzdata2013b
2013-03-15 Brooks DavisReplace our (un)vis(1) commands with implementations...
2013-03-14 Brooks DavisUpdate to the latest (un)vis(3) sources from NetBSD...
2013-03-14 Martin MatuskaMFV r248266:
2013-03-12 Gleb SmirnoffFunctions m_getm2() and m_get2() have different order...
2013-03-11 Gleb SmirnoffRemove LIBALIAS_LOCK_ASSERT(), including a couple with...
2013-03-09 Martin MatuskaMFC @248093
2013-03-07 Lawrence StewartThe hashmask returned by hashinit() is a valid index...
2013-03-05 Martin MatuskaMFV r247845:
2013-03-05 Martin MatuskaWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 Dag-Erling SmørgravMerge upstream r634:646: correctly parse mixed quoted...
2013-03-04 Baptiste DaroussinImport libyaml as libbsdyml (private brand name)
2013-03-04 Davide Italiano- Make callout(9) tickless, relying on eventtimers...
2013-03-01 Xin LIMFV r247575:
2013-03-01 Martin MatuskaMFV r247316:
2013-02-27 Michael TuexenFix a potential race in returning setting errno when an
2013-02-27 Martin MatuskaMFV 247176, 247178, 247315:
2013-02-26 Xin LIUpdate base system libexpat to 2.1.0.
2013-02-25 Martin MatuskaMFV v242732:
2013-02-23 Martin MatuskaMFV r246653:
2013-02-21 Andrew GallatinFix tcp_lro_rx_ipv4() for drivers that do not set CSUM_...
2013-02-20 Sergey Kandaurovip_savecontrol() style fixes. No functional changes.
2013-02-18 Gregory Neil ShapiroMerge sendmail 8.14.6 errata issue
2013-02-15 Dag-Erling SmørgravUpgrade to 1.6.16
2013-02-15 Jung-uk KimMerge ACPICA 20130214.
2013-02-15 Dag-Erling SmørgravImport LDNS and build it as an internal library.
2013-02-13 Jung-uk KimMerge OpenSSL 1.0.1e.
2013-02-11 Michael TuexenSend the adaptation layer indication only if set by...
next