]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
MFhead @ r304815
[FreeBSD/FreeBSD.git] / sys / netinet /
2016-08-25 ngieMFhead @ r304815
2016-08-25 lstewartPass the number of segments coalesced by LRO up the...
2016-08-24 cyMFV r304732.
2016-08-24 tuexenWhen aborting an association, send the ABORT before...
2016-08-22 rstoneTemporarily disable the optimization from r304436
2016-08-22 tuexenImprove the locking when sending user messages.
2016-08-22 tuexenRemove duplicate code, which is not protected by the...
2016-08-21 bzRemove the kernel optoion for IPSEC_FILTERTUNNEL, which...
2016-08-20 zecPermit disabling net.inet.udp.require_l2_bcast in VIMAG...
2016-08-20 tuexenUnbreak sctp_connectx().
2016-08-18 rstoneFix unlocked access to ifnet address list
2016-08-18 rstoneDon't check for broadcast IPs on non-bcast pkts
2016-08-18 rstoneDon't iterate over the ifnet addr list in ip_output()
2016-08-16 ngieMFhead @ r304232
2016-08-16 rrsA few more wording tweaks as suggested (with some modif...
2016-08-16 rrsHere we update the modular tcp to be able to switch...
2016-08-16 rrsComments describing how to properly use the new lock_ad...
2016-08-16 rrsThis cleans up the timer code in TCP and also makes...
2016-08-16 sephetcp/lro: Make # of LRO entries tunable
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-15 tuexenEnsure that sctp_it_ctl.cur_it does not point to a...
2016-08-14 mmMFV r304060:
2016-08-13 ngieMFhead @ r304061
2016-08-13 aeAdd `stats reset` command implementation to NPTv6 module
2016-08-13 aeAdd ipfw_nat64 module that implements stateless and...
2016-08-13 ngieMFhead @ r304038
2016-08-12 ngieCheckpoint initial integration work
2016-08-11 karelsFix kernel build with TCP_RFC7413 option
2016-08-11 aeRestore "nat global" support.
2016-08-10 tuexenImprove a consistency check to not detect valid cases for
2016-08-09 stevekMove IPv4-specific jail functions to new file netinet...
2016-08-08 tuexenFix the sending of FORWARD-TSN and I-FORWARD-TSN chunks...
2016-08-08 tuexenFix a locking issue found by stress testing with tsctp.
2016-08-07 tuexenConsistently check for unsent data on the stream queues.
2016-08-07 tuexenRemove stream queue entry consistently from wheel.
2016-08-06 tuexenDon't modify a structure without holding a reference...
2016-08-06 tuexenMark an unused parameter as such.
2016-08-06 tuexenFix various bugs in relation to the I-DATA chunk support
2016-08-05 sephetcp/lro: If timestamps mismatch or it's a FIN, force...
2016-08-02 sephetcp/lro: Implement hash table for LRO entries.
2016-08-01 gallatinRework IPV6 TCP path MTU discovery to match IPv4
2016-07-28 gallatinCall tcp_notify() directly to shoot down routes, rather...
2016-07-28 stevekRemove BSD and USL copyright and update license block...
2016-07-27 stevekPrepare for network stack as a module
2016-07-26 brdFix the case for some sysctl descriptions.
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-22 karelsFix per-connection L2 caching in fast path
2016-07-20 tuexenFix a bug in deferred stream reset processing which...
2016-07-19 tuexenUse correct order of conditions to avoid NULL deref.
2016-07-19 tuexennetstat and sockstat expect the IPv6 link local address...
2016-07-19 aeAdd named dynamic states support to ipfw(4).
2016-07-18 aeAdd ipfw_nptv6 module that implements Network Prefix...
2016-07-17 tuexenAdd a constant required by RFC 7496.
2016-07-17 tuexenFix the PR-SCTP behaviour.
2016-07-17 tuexenAdd missing sctps_reasmusrmsgs counter.
2016-07-16 tuexenDeal with a portential memory allocation failure, which...
2016-07-16 tuexenDon't free a data chunk twice.
2016-07-16 tuexenAddress a potential memory leak found a the clang stati...
2016-07-06 jtlThe TCPPCAP debugging feature caches recently-used...
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-30 tuexenThis patch fixes two bugs related to the setting of...
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-26 tuexenThis patch fixes two bugs related to the SCTP message...
2016-06-26 tuexenThis patch fixes a locking bug when a send() call blocks
2016-06-23 bzTry to avoid a 2nd conditional by re-writing the loop...
2016-06-23 npAdd spares to struct ifnet and socket for packet pacing...
2016-06-23 tuexenFix a bug in the handling of non-blocking SCTP 1-to...
2016-06-23 bzIn VNET TCP teardown Do not sleep unconditionally but...
2016-06-23 tuexenDon't consider the socket when processing an incoming...
2016-06-23 bzCheck the V_tcbinfo.ipi_count to hit 0 before doing...
2016-06-23 bzNo longer mark TCP TW zone NO_FREE.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 bzGet closer to a VIMAGE network stack teardown from...
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-09 aeCleanup unneded include "opt_ipfw.h".
2016-06-08 tuexenUse a separate MID counter for ordered und unordered...
2016-06-07 sephenet: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid...
2016-06-06 bzAdd a `show igi_list` command to DDB to debug IGMP...
2016-06-06 bzDestroy the mutex last. In this case it should not...
2016-06-06 gnnAdd missing constants from RFCs 4443 and 6550
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 bzIntroduce a per-VNET flag to enable/disable netisr...
2016-06-03 hselaskyUse insertion sort instead of bubble sort in TCP LRO.
2016-06-03 delphijMFV r301238:
2016-06-03 tuexenGet struct sctp_net_route in-sync with struct route...
2016-06-03 tuexenStore the peers vtag in host byte order in the cookie...
2016-06-02 gnnThis change re-adds L2 caching for TCP and UDP, as...
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 bzThe pr_destroy field does not allow us to run the teard...
2016-05-30 tuexenAdd PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.
2016-05-30 tuexenFix a byte order issue for the scope stored in the...
2016-05-30 sephetcp: Don't prematurely drop receiving-only connections
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 glebiusPlug route reference underleak that happens with FLOWTA...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 truckmanImport Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel...
next