]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
* Add the readline(3) API to libedit. The libedit versions of
[FreeBSD/FreeBSD.git] / sys / netinet /
2011-04-05 David E. O'Brien* Add the readline(3) API to libedit. The libedit...
2011-04-03 Edwin GroothuisMFV of tzdata2011e:
2011-03-31 Andrey V. ElsukovFill up src_port and dst_port variables for SCTP over...
2011-03-31 Andrey V. ElsukovFix malloc types.
2011-03-31 Andrey V. ElsukovFix a memory leak. Memory that is allocated for schedul...
2011-03-30 John BaldwinClamp the initial advertised receive window when respon...
2011-03-29 Martin MatuskaUpgrade of base gcc and libstdc++ to the last GPLv2...
2011-03-28 Weongyo JeongCovers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg...
2011-03-21 Sergey KandaurovReference ifaddr object before unlocking as it can...
2011-03-21 Jeff Roberson - Merge changes to the base system to support OFED...
2011-03-19 Bjoern A. ZeebProperly check for an IPv4 socket after r219579.
2011-03-18 Hajimu UMEMOTOImport openresolv from vendor branch, actually.
2011-03-17 Jung-uk KimMerge ACPICA 20110316.
2011-03-16 Edwin GroothuisMFV of r219685, tzdata2011d
2011-03-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219680
2011-03-12 Bjoern A. ZeebMerge the two identical implementations for local port...
2011-03-12 David SchultzMerge gdtoa-20110304.
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-08 Randall StewartTunes and fixes the new DC-CC to seem to hit the
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-03-01 Randall StewartAdds a new Congestion Control that helps reduce
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-26 Dimitry AndricFix breakage in sys/netinet/sctp_sysctl.c, introduced...
2011-02-26 Randall StewartImprovements to CC modules:
2011-02-24 Michael Tuexen* Fix several bugs where the scaled versions of srtt...
2011-02-24 Michael Tuexen* Cleanup the code computing the retransmission timeout.
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-21 Rebecca CranFix typos - remove duplicate "the".
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-20 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218875
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2011-02-18 Dimitry AndricMerge binutils 2.17.50 to head. This brings a number...
2011-02-18 Michael TuexenBugfix: Get per vnet sysctl variables and statistics...
2011-02-16 Bjoern A. ZeebMfp4 CH=177274,177280,177284-177285,177297,177324-177325
2011-02-16 Sergey KandaurovBump dummynet module version to meet dummynet scheduler...
2011-02-13 Randall StewartFix a bug reported by Jonathan Leighton in his web...
2011-02-13 Michael TuexenFix several bugs related to stream scheduling.
2011-02-13 Daniel EischenOops, revert an accidental local change that got added in
2011-02-13 Daniel EischenAllow the SO_SETFIB socket option to select the default (0)
2011-02-12 Jung-uk KimMerge ACPICA 20110211.
2011-02-10 Michael TuexenRemove addresses from endpoint when there are no associ...
2011-02-07 Michael TuexenFix bugs related to M_FLOWID:
2011-02-07 Randall StewartIf not set (due to some error Michael is working on
2011-02-07 Randall Stewart1) Track when flowid does get set.
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-06 Randall Stewart1) Use same scheme Michael and I discussed for a select...
2011-02-05 Luigi Rizzocorrect the 'output_time' of packets generated by dummynet.
2011-02-05 Michael TuexenAdd support for M_FLOWID.
2011-02-05 Randall Stewart1) Typo correction in comments and one spacing change.
2011-02-04 John BaldwinWhen turning off TCP_NOPUSH, only call tcp_output(...
2011-02-04 Randall Stewart1) Fix cpu mapping per JB's suggestions
2011-02-04 Rebecca CranFix typo (Tuneable -> Tunable).
2011-02-03 Michael TuexenFix several bugs in the stream schedulers.
2011-02-03 Michael TuexenMake sure that changing the ECN sysctl does not affect
2011-02-03 Randall Stewart1) Move per John Baldwin to mp_maxid
2011-02-03 Randall StewartFix the per CPU stats so that:
2011-02-03 Randall StewartAdds an experimental option to create a pool of
2011-02-02 Randall Stewart1) Allow a chunk to track the cwnd it was at when sent.
2011-02-01 Lawrence StewartAlgorithm modules can define their own private congesti...
2011-02-01 Lawrence StewartFix typo in comment: "course" -> "coarse"
2011-02-01 Lawrence StewartImport an implementation of the CAIA-Hamilton-Delay...
2011-02-01 Lawrence StewartImport a clean-room implementation of the Hamilton...
2011-02-01 Lawrence StewartImport a clean-room implementation of the VEGAS congest...
2011-01-31 Randall StewartMore ECN fixes:
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-29 Bjoern A. ZeebRemove duplicate printing of TF_NOPUSH in db_print_tfla...
2011-01-29 Randall StewartFixes to ECN in SCTP.
2011-01-28 Randall StewartKeep track of the real last RTT on each net.
2011-01-28 Randall StewartFix a bug in the way ECN-Echo chunk
2011-01-26 Michael Tuexen* Use 300 ms as the default for RTO_MIN.
2011-01-26 Michael TuexenMake SCTP_MAX_BURST compliant with the latest version of
2011-01-26 Michael TuexenChange infrastructure for SCTP_MAX_BURST to allow compl...
2011-01-26 Daniel EischenPrison check addresses set with multicast interface...
2011-01-25 Andrew ThompsonWhen matching an incoming ARP against a bridge, ensure...
2011-01-24 Lawrence StewartImport the ERTT (Enhanced Round Trip Time) Khelp module...
2011-01-23 Michael TuexenAdd stream scheduling support.
2011-01-23 Lawrence StewartAn sbuf configured with SBUF_AUTOEXTEND will call mallo...
2011-01-23 Michael TuexenRemove unnecessary checking of variable.
2011-01-21 Lawrence StewartSome correctness and robustness fixes related to CUBIC...
2011-01-20 Michael TuexenImprove comments.
2011-01-20 Randall StewartFix it so we align with new socket API draft for
2011-01-19 Michael TuexenCleanup the management of CC functions.
2011-01-19 Randall StewartFix style 9 nit that snuck in when I
2011-01-19 Randall StewartFix a bug where Multicast packets sent from a
2011-01-18 Matthew D FlemingSpecify a CTLTYPE_FOO so that a future sysctl(8) change...
2011-01-16 Michael TuexenAdd support for resource pooling to CMT.
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-13 John BaldwinUse a blocking malloc() to initialize the dummynet...
2011-01-12 Christian S.J. PeronUn-break the build: use the correct format specifier...
2011-01-12 Matthew D Flemingsysctl(9) cleanup checkpoint: amd64 GENERIC builds...
2011-01-12 George V. Neville... Fix several bugs in the ARP code related to improperly...
2011-01-11 Lawrence StewartFixe some whitespace nits that were introduced in r216758.
2011-01-10 Lawrence StewartReset the last_sack_ack SACK hint for TCP input process...
2011-01-08 Daniel EischenMake sure to always do source address selection on
2011-01-07 John BaldwinTrim extra spaces before tabs.
2011-01-07 George V. Neville... Fix a memory leak in ARP queues.
2011-01-07 George V. Neville... Adjust ARP hold queue locking.
2011-01-07 John BaldwinUse a regular taskqueue for dummynet rather than a...
2011-01-02 Michael TuexenBugfix: Make sure that the COMM_UP notificatin is deliv...
next