]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
MFV: tcpdump 4.3.0.
[FreeBSD/FreeBSD.git] / sys / netinet /
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-10-02 glebius There is a complex race in in_pcblookup_hash() and...
2012-09-29 glebiuscarp_send_ad() should never return without rescheduling...
2012-09-27 glebiusFix bug in TCP_KEEPCNT setting, which slipped in in...
2012-09-23 tuexenWhitespace change.
2012-09-23 tuexenDeclare a static function as such.
2012-09-22 tuexenFix a bug related to handling Re-config chunks. It...
2012-09-22 tuexenSmall cleanups. No functional change.
2012-09-20 kevloFix typo: s/pakcet/packet
2012-09-14 eadlers/teh/the/g
2012-09-14 tuexenSmall cleanups. No functional change.
2012-09-14 glebiuso Create directory sys/netpfil, where all packet filter...
2012-09-09 tuexenWhitespace changes.
2012-09-08 tuexenWhitespace cleanup.
2012-09-08 glebiusMerge the projects/pf/head branch, that was worked...
2012-09-07 tuexenDon't include a structure containing a flexible array...
2012-09-06 tuexenGet rid of a gcc'ism.
2012-09-05 tuexenUsing %p in a format string requires a void *.
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 tuexenUse the consistenly the size of a variable. This helps...
2012-09-04 tuexenWhitespace change.
2012-09-04 melifaroIntroduce new link-layer PFIL hook V_link_pfil_hook.
2012-09-03 glebiusProvide a sysctl switch that allows to install ARP...
2012-09-02 tuexenFix a typo which results in RTT to be off by a factor...
2012-09-01 eadler Mark the ipfw interface type as not being ether...
2012-08-25 rrsThis small change takes care of a race condition
2012-08-21 npCorrectly handle the case where an inp has already...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-19 rrsThough I disagree, I conceed to jhb & Rui. Note
2012-08-17 rrsOk jhb, lets move the ifa_free() down to the bottom to
2012-08-17 lstewartThe TCP PAWS fix for kernels with fast tick rates ...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 rrsIts never a good idea to double free the same
2012-08-08 andrewImport compiler-rt r160957.
2012-08-07 luigis/lenght/length/ in comments
2012-08-06 luigimove functions outside the SYSBEGIN/SYSEND block
2012-08-06 luigiuse FREE_PKT instead of m_freem to free an mbuf.
2012-08-06 tuexenFix a bug found by dim@:
2012-08-05 trocinyIn tcp timers, check INP_DROPPED flag a little later...
2012-08-05 tuexenFix a refcount issue. The called only decrements is...
2012-08-04 tuexenFix a bug reported by Simon L. B. Nielsen:
2012-08-04 tuexenTesting an interface property should depend on the...
2012-08-02 glebiusFix races between in_lltable_prefix_free(), lla_lookup(),
2012-08-02 luigireplace __unused with a portable construct;
2012-08-01 luigireplace inet_ntoa_r with the more standard inet_ntop().
2012-08-01 luigiadd a cast to avoid a signed/unsigned warning (to be...
2012-08-01 glebiusSome more whitespace cleanup.
2012-07-31 glebiusSome style(9) and whitespace changes.
2012-07-31 luiginobody uses this file except the userspace ipfw code...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-26 tuexenFix the sctp_sockstore union such that userland program...
2012-07-25 bzFix a problem when CARP is enabled on the interface...
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-22 rwatsonUpdate some stale comments regarding tcbinfo locking...
2012-07-18 glebiusPlug a reference leak: before doing 'goto again' we...
2012-07-18 glebiusWhen traversing global in_ifaddr list in the IFP_TO_IA...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-17 tuexenFix a refcount bug when freeing an association.
2012-07-16 glebiusIf ip_output() returns EMSGSIZE to tcp_output(), then...
2012-07-15 tuexenChanges which improve compilation if neither INET nor...
2012-07-15 tuexen#ifdef INET and INET6 consistently. This also fixes...
2012-07-14 tuexenProvide the correct notification type (SCTP_SEND_FAILED...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 tuexenUse case for selecting the address family (as in other...
2012-07-14 tuexenUse case for selecting the address family (as in other...
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-09 tuexenFix a bug introduced in r237715.
2012-07-09 hrsMake ipfw0 logging pseudo-interface clonable. It can...
2012-07-08 melifaroFinally fix lookup (account remaining '\0') and deletion
2012-07-04 tuexenUse consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.
2012-07-04 tuexenUse CSUM_SCTP_IPV6 for IPv6.
2012-07-04 glebiusWhen ip_output()/ip6_output() is supplied a struct...
2012-07-03 tuexenIniitialize a variable.
2012-07-03 trocinyDon't check for ifp != NULL before KASSERT, as ifp...
2012-07-03 trocinyFix RTTVAR scale in net.inet.tcp.hostcache.list sysctl.
2012-07-03 issyl0- Make ipfw's sched rules case insensitive, for user...
2012-07-02 glebiusRemove route caching from IP multicast routing code...
2012-07-02 tuexenMove common code parts to sctp_common_input_processing().
2012-07-02 tuexenRemove dead code (on FreeBSD) as suggested by glebius@.
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-28 tuexenPass the src and dst address of a received packet expli...
2012-06-25 tuexenUnify sctp_input() and sctp6_input().
2012-06-25 tuexenWhitespace cleanup.
2012-06-24 tuexenPass the packet length explicitly around.
2012-06-24 tuexenRemove redundant check.
2012-06-24 tuexenDo packet logging in a consistent way.
2012-06-23 melifaroFix interface matching by ipfw table
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-21 tuexenRemove redundant #ifdef. Reported by gnn@.
2012-06-19 np- Updated TOE support in the kernel.
2012-06-18 tuexenAdd rate limitation for SCTP OOTB responses.
2012-06-18 tuexenCleanup the UDP decapsulation code.
2012-06-14 tuexenPass flowid explicitly through the stack instead of...
2012-06-13 joelmdoc: avoid nested displays. Fixes mandoc warnings.
2012-06-12 tuexenAdd a cmsg of type IP_TOS for UDP/IPv4 sockets to speci...
2012-06-12 tuexenAdd a IP_RECVTOS socket option to receive for received...
next