]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only need
[FreeBSD/FreeBSD.git] / sys / netinet /
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-22 oshogbocapsicum: propagate rights on accept(2)
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-21 tuexenFix the handling of unordered fragmented user messages...
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-15 kevloRemove the 4.3BSD compatible macro m_copy(), use m_copy...
2016-09-14 tuexenEnsure that the IPPROTO_TCP level socket options
2016-09-07 dimMFC r305389:
2016-09-05 mmMFV r305420:
2016-09-04 dimWith clang 3.9.0, compiling sys/netinet/igmp.c results...
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-01 sepheMFC 304202
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-30 pfgMFV r302423:
2016-08-29 ngieMFhead @ r305013
2016-08-26 hirenAdjust TCP module fastpath after r304803's cc_ack_recei...
2016-08-26 hirenUpdate TCPS_HAVERCVDFIN() macro to correctly include...
2016-08-26 tuexenFix a bug, where no SACK is sent when receiving a FORWA...
2016-08-26 sepheMFC 303766
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-27 jchMFC r286873:
2016-07-27 jchMFC r271119, r272081:
2016-07-27 jchMFC r273014:
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-18 jchMFC r261242:
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 bdreweryMFC r292384:
2016-06-27 bdreweryMFC r297391:
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...
next