]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Make also the features of the association 64-bit.
[FreeBSD/FreeBSD.git] / sys / netinet /
2013-08-22 tuexenMake also the features of the association 64-bit.
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-22 delphijFix an integer overflow in computing the size of a...
2013-08-19 andreReorder the mbuf defines to make more sense and group...
2013-08-19 andreAdd m_clrprotoflags() to clear protocol specific mbuf...
2013-08-19 andreMove the SCTP specific definition of M_NOTIFICATION...
2013-08-19 andreMove the global M_SKIP_FIREWALL mbuf flags to a protoco...
2013-08-19 andreMove ip_reassemble()'s use of the global M_FRAG mbuf...
2013-08-19 andreRemove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG taggin...
2013-08-15 markjSpecify SDT probe argument types in the probe definitio...
2013-08-14 tuexenDon't send uninitialized memory (two instances of 4...
2013-08-13 trocinyVirtualize carp(4) variables to have per vnet control.
2013-08-12 tuexenMake the features a 64-bit value instead of 32-bit.
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-01 tuexenMicro-optimization suggested in
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-23 aeRemove the large part of struct ipsecstat. Only few...
2013-07-20 tuexenAllow the code to be compiled without warnings for...
2013-07-19 tuexenGet the code compiling without INET and INET6 being...
2013-07-16 andreFree the non-fatal "timestamp missing" debug string...
2013-07-12 trocinyA complete duplication of binding should be allowed...
2013-07-12 andreUnbreak VIMAGE by correctly naming the vnet pointer...
2013-07-11 andreImprove SYN cookies by encoding the MSS, WSCALE (window...
2013-07-10 andreExtend debug logging of TCP timestamp related specification
2013-07-09 tuexenUse IPSECSTAT_INC() and IPSEC6STAT_INC() macros for...
2013-07-09 aeMigrate struct carpstats to PCPU counters.
2013-07-09 aeMigrate structs in6_ifstat and icmp6_ifstat to PCPU...
2013-07-09 aeMigrate structs ip6stat, icmp6stat and rip6stat to...
2013-07-09 aeMigrate structs arpstat, icmpstat, mrtstat, pimstat...
2013-07-09 aeUse new macros to implement ipstat and tcpstat using...
2013-07-09 aePrepare network statistics structures for migration...
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-05 tuexenFix a bug were only 2048 streams where usable even...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 tuexenWhen processing an incoming ABORT, SHUTDOWN_COMPLETE...
2013-07-04 trocinyIn r227207, to fix the issue with possible NULL inp_soc...
2013-07-03 tuexenCode cleanups.
2013-07-03 npCatch up with r238990. LLE_DELETED does not clobber...
2013-07-02 hrsFix a panic when leaving MC group in a kernel with...
2013-07-02 lstewartImport an implementation of the CAIA Delay-Gradient...
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
next