]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add USB quirk for SPL Crimson Rev 1.
[FreeBSD/FreeBSD.git] / sys / netinet /
2018-12-20 tuexenFix a regression in the TCP handling of received segments.
2018-12-18 cyMFV r342175:
2018-12-15 hirenRevert r331567 CC Cubic: fix underflow for cubic_cwnd()
2018-12-15 brooksFix bugs in plugable CC algorithm and siftr sysctls.
2018-12-11 mjgRemove unused argument to priv_check_cred.
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-05 markjClamp the INPCB port hash tables to IPPORT_MAX + 1...
2018-12-04 aeAdd ability to request listing and deleting only for...
2018-11-30 tuexenLimit option_len for the TCP_CCALGOOPT.
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-22 markjPlug some networking sysctl leaks.
2018-11-22 tuexenA TCP stack is required to check SEG.ACK first, when...
2018-11-22 tuexenEnsure that the TCP RACK stack honours the setting...
2018-11-22 tuexenEnsure that the default RTT stack can make an RTT measu...
2018-11-22 tuexenEnsure that TCP RST-segments announce consistently...
2018-11-21 tuexenImprove two KASSERTs in the TCP RACK stack.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-20 aeMake multiline APPLY_MASK() macro to be function-like.
2018-11-17 bzImprove the comment for arpresolve_full() in if_ether.c.
2018-11-17 bzRetire arpresolve_addr(), which is not used anywhere...
2018-11-16 jtlAdd some additional length checks to the IPv4 fragmenta...
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-10 markjEnsure that IP fragments do not extend beyond IP_MAXPACKET.
2018-11-08 emasteAvoid buffer underwrite in icmp_error
2018-11-07 dimMerge ^/head r340126 through r340212.
2018-11-06 tuexenDon't use a function when neither INET nor INET6 are...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-02 jtlm_pulldown() may reallocate n. Update the oip pointer...
2018-11-01 bzcarpstats are the last virtualised variable in the...
2018-11-01 markjRemove redundant checks for a NULL lbgroup table.
2018-11-01 markjImprove style in in_pcbinslbgrouphash() and related...
2018-11-01 tuexenRemove debug code which slipped in accidently.
2018-11-01 tuexenImprove a comment to refer to the actual sections in...
2018-10-30 bzInitial implementation of draft-ietf-6man-ipv6only...
2018-10-29 markjExpose some netdump configuration parameters through...
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-27 eugenPrevent ip_input() from panicing due to unprotected...
2018-10-27 eugenPrevent multicast code from panicing due to unprotected...
2018-10-26 tuexenAdd initial descriptions for SCTP related MIB variable.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-23 aeAdd the check that current VNET is ready and access...
2018-10-22 jhbA couple of style fixes in recent TCP changes.
2018-10-21 eugenNew sysctl: net.inet.icmp.error_keeptags
2018-10-21 aeInclude <sys/eventhandler.h> to fix the build.
2018-10-21 aeAdd handling for appearing/disappearing of ingress...
2018-10-21 aeAdd handling for appearing/disappearing of ingress...
2018-10-21 aeAdd KPI that can be used by tunneling interfaces to...
2018-10-21 aeAdd IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8...
2018-10-21 aeAdd ifaddr_event_ext event. It is similar to ifaddr_eve...
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-18 tuexenThe handling of RST segments in the SYN-RCVD state...
2018-10-16 jtlIn r338102, the TCP reassembly code was substantially...
2018-10-12 bzIn udp_input() when walking the pcblist we can come...
2018-10-12 bzr217592 moved the check for imo in udp_input() into...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 gjbMFH r338661 through r339253.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-09 jtlThere are three places where we return from a function...
2018-10-08 gjbMFH r339206-r339212, r339215-r339239
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-07 tuexenAvoid truncating unrecognised parameters when reporting...
2018-10-07 tuexenEnsure that the ips_localout counter is incremented for
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-05 thjConvert UDP length to host byte order
2018-10-04 rstoneHold a write lock across udp_notify()
2018-10-01 tuexenMitigate providing a timing signal if the COOKIE or...
2018-10-01 tuexenAfter allocating chunks set the fields in a consistent...
2018-10-01 aeAdd INP_INFO_WUNLOCK_ASSERT() macro and use it instead of
2018-09-30 tuexenPlug mbuf leak in the SCTP input path in an error case.
2018-09-30 tuexenPlug mbuf leaks in the SCTP output path in error cases.
2018-09-30 tuexenFix the handling of ancillary data for SCTP socket...
2018-09-30 tuexenIncrement the corresponding UDP stats counter (udps_opa...
2018-09-29 dimMerge ^/head r338988 through r339014.
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-28 tuexenFix typo in comment.
2018-09-27 dimMerge ^/head r338731 through r338987.
2018-09-26 tuexenWhitespace changes and fixing a typo. No functional...
2018-09-24 emasteCopy libevent sources to contrib
2018-09-23 tuexenRemove the unused parameter 'locked' from the function
2018-09-20 aeAdd new field max_hdrsize to struct encap_config.
2018-09-20 baptImport mandoc 1.14.4
2018-09-18 tuexenRemove unused code.
2018-09-14 dimMerge ^/head r338595 through r338689, and resolve confl...
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-12 tuexenFix TCP Fast Open for the TCP RACK stack.
2018-09-11 dimMerge ^/head r338392 through r338594.
2018-09-10 markjFix synchronization of LB group access.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-07 markjUse ratecheck(9) in in_pcbinslbgrouphash().
2018-09-06 bzThe inp_lle field to struct inpcb, along with two ...
2018-09-06 bzMake tcp_hpts.c compile a LINT kernel with options...
2018-09-06 markjDefine sctp probes only when SCTP is configured.
next