]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add set of codec IDs.
[FreeBSD/FreeBSD.git] / sys / netinet /
2010-06-08 rrs2 Bugs:
2010-06-07 rrsThis fixes a BUG in the handling of the cum-ack calcula...
2010-06-07 rrsOpps... my bad.. we don't need a SOCK_UNLOCK() after
2010-06-07 rrsFix so we call socantrcvmore_locked so we
2010-06-06 rrs1) Optimize the cleanup and don't always depend on
2010-06-06 rrsOk, yet another bug in killing off all the hundreds
2010-06-06 rrs1) Further enhance the INVARIANT lock validation (no...
2010-06-06 rrsFix a bug in the sctp_inpcb_free. Basically if the...
2010-06-06 rrsFix a bug in sctp_abort_assoc(). DON'T call the sctp_in...
2010-06-06 rrsHopefully this fixes a LOR by making
2010-06-06 rrsBruce's fix for some return's in
2010-06-05 rrsPurge out a Windows def that somehow slipped
2010-06-05 rrsSpacing issues
2010-06-05 rrsThis change does the following:
2010-06-05 rrsUse the proper increment macro when increasing the
2010-06-05 rrsThis does two changes:
2010-06-05 rrsThis fixes a bug in the close up of a socket that
2010-06-02 zecVirtualize the IPv4 multicast routing code.
2010-05-25 qingliThis patch fixes the problem where proxy ARP entries...
2010-05-16 rrsThis adds back the Iterator to the sctp
2010-05-12 rrsFix an old long time bug in generating a
2010-05-12 rrsMore PR-SCTP bugs:
2010-05-12 tuexenGet rid of unused constants.
2010-05-12 rrsThis fixes PR-SCTP issues:
2010-05-11 rrsThis fixes a bug with the one-2-one model socket when a
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-04-29 bzMFP4: @176978-176982, 176984, 176990-176994, 177441
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-27 bzEnhance the historic behaviour of raw sockets and jails...
2010-04-27 bmsFix a regression where DVMRP diagnostic traffic, such...
2010-04-25 tuexenSending a FWDTSN chunk should not affect the retran...
2010-04-25 tuexenUndo my lastest fix since that wasn't one at all.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-23 tuexen* Fix compilation when using SCTP_AUDITING_ENABLED.
2010-04-21 bzAvoid memory access after free. Use the (shortend...
2010-04-20 tuexenUpdate highest_tsn variables when sliding mapping arrays.
2010-04-20 tuexenReally print the nr_mapping array when it should be...
2010-04-19 luigiwhitespace fixes (trailing whitespace, bad indentation
2010-04-19 kenDon't clear other flags (e.g. CSUM_TCP) when setting...
2010-04-19 tuexenGet delayed SACK working again.
2010-04-17 tuexenFix a bug where SACKs are not sent when they should.
2010-04-11 bzPlug reference leaks in the link-layer code ("new-arp...
2010-04-10 bzTry to help with a virtualized dummynet after r206428.
2010-04-10 rpauloHonor the CE bit even when the CWR bit is set.
2010-04-10 bmsFix a few issues related to the legacy 4.4 BSD multicas...
2010-04-09 luigiThis commit enables partial operation of dummynet with...
2010-04-09 luigino need to pass an argument to dn_compat_calc_size()
2010-04-07 luigiHopefully fix the recent breakage in rule deletion.
2010-04-06 tuexenFix a off-by-one bug in zeroing out the mapping arrays.
2010-04-03 tuexenUse also SCTP/IPv6 checksum offloading in special cases.
2010-04-03 tuexen* Fix some race condition in SACK/NR-SACK processing.
2010-03-31 delphijAdd definition of IPv6 mobility header's protocol numbe...
2010-03-31 luigifix bug in previous commit related to rule deletion
2010-03-29 luigiremove a leftover debugging message
2010-03-29 luigiFix handling of set manipulations.
2010-03-24 rrsAdds the option of keeping per-cpu statistics in SCTP...
2010-03-24 rrslagging file I forgot to commit with my nr-sack fixes...
2010-03-24 rrsFix for NR-Sack code. The code was NOT working properly...
2010-03-24 luigiHonor ip.fw.one_pass when a packet comes out of a pipe...
2010-03-23 rrsFixes a bug where SACKs in the face of
2010-03-22 kmacy- boot-time size the ipv4 flowtable and the maximum...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-21 luigiAdd a priority-based packet scheduler.
2010-03-21 luigino need for ipfw_flush_tables(), we just need ipfw_dest...
2010-03-21 luigirevise documentation
2010-03-20 kmacy- spread tcp timer callout load evenly across cpus...
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-17 bzAdd pcb reference counting to the pcblist sysctl handle...
2010-03-15 luigismall fixes to estimate the buffer size when requesting...
2010-03-15 luigi+ implement (two lines) the kernel side of 'lookup...
2010-03-14 rwatsonAbstract out initialization of most aspects of struct...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-12 rrsThe proper fix for the delayed SCTP checksum is to
2010-03-12 kmacy- restructure flowtable to support ipv6
2010-03-11 luigiimplement listing of a subset of pipes/queues/schedulers.
2010-03-10 luigifix handling of commands issued by RELENG_7 version...
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-09 qingliOne of the advantages of enabling ECMP (a.k.a RADIX_MPA...
2010-03-08 luigicosmetic changes and C++ compatibility
2010-03-08 luigidon't use C++ keywords as variable names
2010-03-08 luigido not report an error unnecessarily
2010-03-07 bzDestroy TCP UMA zones (empty or not) upon network stack...
2010-03-07 bzNot only flush the ipfw tables when unloading ipfw...
2010-03-07 rwatsonLocking the tcbinfo structure should not be necessary...
2010-03-07 rwatsonAdd comment in tcp_discardcb() talking about how we...
2010-03-07 rwatsonMake udp_set_kernel_tunneling() less forgiving when...
2010-03-06 rwatsonRemove unnecessary locking of divcbinfo lock from div_o...
2010-03-06 rwatsonAdd a comment to tcp_usr_accept() to indicate why it...
2010-03-06 bzDestroy UDP UMA zones (empty or not) upon network stack...
2010-03-06 rwatsonWrap use of rw_try_upgrade() on pcbinfo with macro...
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-05 luigiplug a memory leak on pipe's reconfiguration
2010-03-05 luigifix a memory leak when deleting RED queues
2010-03-04 luigiportability fixes
2010-03-04 luigidon't use keywords as variable names.
2010-03-04 luigiuse callout_drain() (outside the lock) when unloading...
2010-03-04 luigiimprove compatibility with RELENG_7.2
2010-03-04 desIFH@204581
next