]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Drivers may pass runt packets to filter. This is okay.
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-09-11 gallatinAvoid unneeded call to arc4random() in syncache_add()
2019-09-11 rrsWith the recent commit of ktls, we no longer have a
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 tuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-06 cemFix build after r351934
2019-09-06 rrsThis adds in the missing counter initialization which
2019-09-06 impInitialize if_hw_tsomaxsegsize to 0 to appease gcc...
2019-09-06 rrsThis adds the final tweaks to LRO that will now allow me
2019-09-04 tuexenFix the SACK block generation in the base TCP stack...
2019-09-03 tuexenFix two TCP RACK issues:
2019-09-02 tuexenThis patch improves the DSACK handling to conform with...
2019-09-01 tuexenFix initialization of top_fsn.
2019-09-01 tuexenImprove the handling of state cookie parameters in...
2019-08-31 tuexenImprove function definition.
2019-08-31 tuexenImprove the handling of illegal sequence number combina...
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-26 tuexenDon't hold the rs_mtx lock while calling malloc().
2019-08-22 cyMFV r346563:
2019-08-21 rrsFix an issue when TSO and Rack play together. Basically
2019-08-19 markjFix netdump buffering after r348473.
2019-08-13 aeSave ip_ttl value and restore it after checksum calcula...
2019-08-13 rrsPlace back in the dependency on HPTS via module depends...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 thjRename IPPROTO 33 from SEP to DCCP
2019-08-08 tuexenFix a typo.
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 tuexenFix a locking issue in sctp_accept.
2019-08-06 tuexenFix build issues for the userland stack on Raspbian.
2019-08-05 tuexenImprove consistency. No functional change.
2019-08-02 delphijFix !INET build.
2019-08-02 rrsFix one more atomic for i86
2019-08-02 bzIPv6 cleanup: kernel
2019-08-01 rrsOpps use fetchadd_u64 not long to keep old 32 bit platforms
2019-08-01 tuexenFix the reporting of multiple unknown parameters in...
2019-08-01 tuexenWhen responding with an ABORT to an INIT chunk containing a
2019-08-01 rrsThis adds the third step in getting BBR into the tree...
2019-07-31 tuexenSmall cleanup, no functional change intended.
2019-07-31 tuexenConsistently cleanup mbufs in case of other memory...
2019-07-30 asomersMFHead @350426
2019-07-29 tuexenWhen performing after_idle() or post_recovery(), don...
2019-07-29 tuexen* Improve input validation of sysctl parameters for...
2019-07-28 asomersMFHead @r350386
2019-07-23 tuexenAdd a sysctl variable ts_offset_per_conn to change...
2019-07-23 tuexenDon't hold a mutex while calling sbwait. This was found...
2019-07-23 tuexenFix a LOR in SCTP which was found by running syzkaller.
2019-07-22 tuexenWakeup the application when doing PD-API for unordered...
2019-07-16 tuexenFix compilation on platforms using gcc.
2019-07-15 tuexenDon't free read control entries, which are still on...
2019-07-15 tuexenAdd support for MSG_EOR and MSG_EOF in sendmsg() for...
2019-07-15 tuexenFix socket state handling when freeing an SCTP endpoint.
2019-07-14 rrsThis is the second in a number of patches needed to
2019-07-14 tuexenWhen calling sctp_initialize_auth_params(), the inp...
2019-07-12 rrsadd back the comment around the pending DSACK fixes.
2019-07-11 rrsUpdate to jhb's other suggestion, use #error when
2019-07-11 rrsUpdate copyright per JBH's suggestions.. thanks.
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-27 jhbReject attempts to register a TCP stack being unloaded.
2019-06-25 hselaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-21 aeAdd "tcpmss" opcode to match the TCP MSS value.
2019-06-21 kpip_output: pass PFIL_FWD in the slow path
2019-06-20 asomersMFHead @349234
2019-06-19 jtlAdd the ability to limit how much the code will fragmen...
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-11 jhbSort opt_foo.h #includes and add a missing blank line...
2019-06-08 bzFix dpcpu and vnet panics with complex types at the...
2019-06-06 asomersMFHead @348740
2019-06-06 tuexenr347382 added receiver side DSACK support for the TCP...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 bzAfter parts of the locking fixes in r346595, syzkaller...
2019-05-31 markjnetdump: Buffer pages to avoid calling netdump_send...
2019-05-26 tuexenWhen an ACK segment as the third message of the three...
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-21 bzMassively blow up the locking-related KASSERTs used...
2019-05-21 bzSimilarly to r338257,338306 try to fold the two consecutive
2019-05-21 cemAdd two missing eventhandler.h headers
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 tuexenAllow sending on demand SCTP HEARTBEATS only in the...
2019-05-19 tuexenImprove input validation for the IPPROTO_SCTP level...
2019-05-16 markjRevert r347582 for now.
2019-05-14 markjClose some races in multicast socket option handling.
2019-05-13 asomersMFHead @347527
2019-05-10 cemnetdump: Ref the interface we're attached to
2019-05-10 cemnetdump: Fix boot-time configuration typo
2019-05-10 cemnetdump: Don't store sensitive key data we don't need
2019-05-10 glebiusFix regression from r347375: do not panic when sending...
2019-05-10 gallatinBind TCP HPTS (pacer) threads to NUMA domains
2019-05-09 tuexenDon't use C++ style comments.
2019-05-09 tuexenReceiver side DSACK implemenation.
2019-05-09 tuexenPrevent cwnd to collapse down to 1 MSS after exiting...
2019-05-08 glebiusExistense of PCB route caching doesn't allow us to...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 cemList-ify kernel dump device configuration
2019-04-29 mavip multicast debug: fix strings vs defines
next