]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Merge llvm, clang, compiler-rt, libc++, lld, and lldb release_80 branch
[FreeBSD/FreeBSD.git] / sys / netinet /
2018-11-20 Andrey V. ElsukovMake multiline APPLY_MASK() macro to be function-like.
2018-11-17 Bjoern A. ZeebImprove the comment for arpresolve_full() in if_ether.c.
2018-11-17 Bjoern A. ZeebRetire arpresolve_addr(), which is not used anywhere...
2018-11-16 Jonathan T. LooneyAdd some additional length checks to the IPv4 fragmenta...
2018-11-12 Dimitry AndricMerge ^/head r340235 through r340367.
2018-11-10 Emmanuel VadotUpdate our devicetree to 4.19 for arm and arm64
2018-11-10 Mark JohnstonEnsure that IP fragments do not extend beyond IP_MAXPACKET.
2018-11-08 Ed MasteAvoid buffer underwrite in icmp_error
2018-11-07 Dimitry AndricMerge ^/head r340126 through r340212.
2018-11-06 Michael TuexenDon't use a function when neither INET nor INET6 are...
2018-11-04 Eric van GyzenUpdate expat to 2.2.6
2018-11-04 Dimitry AndricMerge ^/head r339813 through r340125.
2018-11-04 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-11-02 Jung-uk KimMFV: r339981
2018-11-02 Jonathan T. Looneym_pulldown() may reallocate n. Update the oip pointer...
2018-11-01 Dag-Erling SmørgravMerge upstream r4932: turn so-reuseport option off...
2018-11-01 Bjoern A. Zeebcarpstats are the last virtualised variable in the...
2018-11-01 Mark JohnstonRemove redundant checks for a NULL lbgroup table.
2018-11-01 Mark JohnstonImprove style in in_pcbinslbgrouphash() and related...
2018-11-01 Michael TuexenRemove debug code which slipped in accidently.
2018-11-01 Michael TuexenImprove a comment to refer to the actual sections in...
2018-10-30 Bjoern A. ZeebInitial implementation of draft-ietf-6man-ipv6only...
2018-10-29 Mark JohnstonExpose some netdump configuration parameters through...
2018-10-28 Philip PaepsImport tzdata 2018g
2018-10-27 Dimitry AndricMerge ^/head r339670 through r339812.
2018-10-27 Eugene GrosbeinPrevent ip_input() from panicing due to unprotected...
2018-10-27 Eugene GrosbeinPrevent multicast code from panicing due to unprotected...
2018-10-26 Martin MatuskaMFV r339792:
2018-10-26 Michael TuexenAdd initial descriptions for SCTP related MIB variable.
2018-10-25 Martin MatuskaMFV r339750:
2018-10-25 Martin MatuskaMFV r339640,339641,339644:
2018-10-23 Dimitry AndricMerge ^/head r339015 through r339669.
2018-10-23 Andrey V. ElsukovAdd the check that current VNET is ready and access...
2018-10-22 John BaldwinA couple of style fixes in recent TCP changes.
2018-10-21 Eugene GrosbeinNew sysctl: net.inet.icmp.error_keeptags
2018-10-21 Andrey V. ElsukovInclude <sys/eventhandler.h> to fix the build.
2018-10-21 Andrey V. ElsukovAdd handling for appearing/disappearing of ingress...
2018-10-21 Andrey V. ElsukovAdd handling for appearing/disappearing of ingress...
2018-10-21 Andrey V. ElsukovAdd KPI that can be used by tunneling interfaces to...
2018-10-21 Andrey V. ElsukovAdd IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8...
2018-10-21 Andrey V. ElsukovAdd ifaddr_event_ext event. It is similar to ifaddr_eve...
2018-10-20 Philip PaepsImport tzdata 2018f
2018-10-20 Baptiste DaroussinUpdate libdialog to 1.3-20180621
2018-10-18 Michael TuexenThe handling of RST segments in the SYN-RCVD state...
2018-10-16 Jonathan T. LooneyIn r338102, the TCP reassembly code was substantially...
2018-10-16 Jonathan T. LooneyImport CK as of commit 5221ae2f3722a78c7fc41e47069ad949...
2018-10-12 Bjoern A. ZeebIn udp_input() when walking the pcblist we can come...
2018-10-12 Bjoern A. Zeebr217592 moved the check for imo in udp_input() into...
2018-10-10 Dag-Erling SmørgravUpgrade to 1.8.1.
2018-10-10 Dag-Erling SmørgravUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 Jung-uk KimUpdate ACPICA to 20181003.
2018-10-09 John BaldwinUpdate sendmail to work with the OpenSSL 1.1 API.
2018-10-09 John BaldwinUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 Glen BarberMFH r338661 through r339253.
2018-10-09 Ed MasteCopy libevent sources to contrib
2018-10-09 Jonathan T. LooneyThere are three places where we return from a function...
2018-10-08 Glen BarberFix a mismerge from head to projects/openssl111.
2018-10-08 Glen BarberMFH r339206-r339212, r339215-r339239
2018-10-08 Glen BarberMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-07 Michael TuexenAvoid truncating unrecognised parameters when reporting...
2018-10-07 Michael TuexenEnsure that the ips_localout counter is incremented for
2018-10-06 Ed Masteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 Glen BarberMFH r338661 through r339200.
2018-10-05 Tom JonesConvert UDP length to host byte order
2018-10-04 Ryan StoneHold a write lock across udp_notify()
2018-10-01 Michael TuexenMitigate providing a timing signal if the COOKIE or...
2018-10-01 Michael TuexenAfter allocating chunks set the fields in a consistent...
2018-10-01 Andrey V. ElsukovAdd INP_INFO_WUNLOCK_ASSERT() macro and use it instead of
2018-09-30 Michael TuexenPlug mbuf leak in the SCTP input path in an error case.
2018-09-30 Michael TuexenPlug mbuf leaks in the SCTP output path in error cases.
2018-09-30 Michael TuexenFix the handling of ancillary data for SCTP socket...
2018-09-30 Michael TuexenIncrement the corresponding UDP stats counter (udps_opa...
2018-09-29 Dimitry AndricMerge ^/head r338988 through r339014.
2018-09-29 Dimitry AndricAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-28 Michael TuexenFix typo in comment.
2018-09-27 Dimitry AndricMerge ^/head r338731 through r338987.
2018-09-26 Michael TuexenWhitespace changes and fixing a typo. No functional...
2018-09-24 Ed MasteCopy libevent sources to contrib
2018-09-23 Michael TuexenRemove the unused parameter 'locked' from the function
2018-09-21 Alexander MotinMFV r338866: 9700 ZFS resilvered mirror does not balanc...
2018-09-20 Andrey V. ElsukovAdd new field max_hdrsize to struct encap_config.
2018-09-20 Martin MatuskaMFV r338797:
2018-09-20 Baptiste DaroussinImport mandoc 1.14.4
2018-09-18 Michael TuexenRemove unused code.
2018-09-17 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-09-14 Dimitry AndricMerge ^/head r338595 through r338689, and resolve confl...
2018-09-13 Jung-uk KimUpdate OpenSSL to 1.1.1.
2018-09-12 Michael TuexenFix TCP Fast Open for the TCP RACK stack.
2018-09-11 Martin MatuskaMFV r338519:
2018-09-11 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-09-11 Dimitry AndricMerge ^/head r338392 through r338594.
2018-09-10 Mark JohnstonFix synchronization of LB group access.
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.3. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.2. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade to OpenSSH 7.8p1.
2018-09-07 Mark JohnstonUse ratecheck(9) in in_pcbinslbgrouphash().
2018-09-06 Bjoern A. ZeebThe inp_lle field to struct inpcb, along with two ...
2018-09-06 Bjoern A. ZeebMake tcp_hpts.c compile a LINT kernel with options...
2018-09-06 Mark JohnstonDefine sctp probes only when SCTP is configured.
2018-09-05 Mark JohnstonFix style bugs in in_pcblookup_lbgroup().
next