]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add more #ifdef arch checks to the linuxkpi
[FreeBSD/FreeBSD.git] / sys / netinet /
2017-06-03 tuexenFix the ICMP6 handling for TCP.
2017-06-01 tuexenImprove comments to describe what the code does.
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-30 jtlEnforce the limit on ICMP messages before doing work...
2017-05-26 tuexenUse the SCTP_PCB_FLAGS_ACCEPTING flags to check for...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-24 glebiuso Rearrange struct inpcb fields to optimize the TCP...
2017-05-22 tuexenThe connect() system call should return -1 and set...
2017-05-17 aeSet M_BCAST and M_MCAST flags on mbuf sent via divert...
2017-05-17 emasteRemove register keyword from sys/ and ANSIfy prototypes
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-15 glebiusReduce in_pcbinfo_init() by two params. No users suppl...
2017-05-13 ngieAdd missing braces around MCAST_EXCLUDE check when...
2017-05-10 glebiusThere is no good reason for TCP reassembly zone to...
2017-05-10 sjgMerge bmake-20170510
2017-05-10 eugenipfw nat and natd support multiple aliasing instances...
2017-05-06 baptImport Zstandard 1.2.0
2017-05-04 mmMFV r317781:
2017-04-29 tuexenAllow SCTP to use the hostcache.
2017-04-29 tuexenDon't set the DF-bit on timer based retransmissions.
2017-04-28 tuexenSet the DF bit for responses to out-of-the-blue packets.
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-26 tuexenFix an issue with MTU calculation if an ICMP messaeg...
2017-04-26 tuexenUse consistently uint32_t for mtu values.
2017-04-26 tuexenWhen a SYN-ACK is received in SYN-SENT state, RFC 793...
2017-04-24 npFlush the LRO ctrl as soon as lro_mbufs fills up. ...
2017-04-24 npFrames that are not considered for LRO should not be...
2017-04-24 brooksRemove the NATM framework including the en(4), fatm...
2017-04-21 tuexenRepresent "a syncache overflow hasn't happend yet"...
2017-04-20 tuexenSyncoockies can be used in combination with the syncach...
2017-04-19 npFree lro_hash unconditionally, just like lro_mbuf_data...
2017-04-19 npDo not leak lro_hash on failure to allocate lro_mbuf_data.
2017-04-19 npRemove redundant assignment.
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-14 aeRework r316770 to make it protocol independent and...
2017-04-13 aeClear h/w csum flags on mbuf handled by UDP.
2017-04-12 tuexenThe sysctl variable net.inet.tcp.drop_synfin is not...
2017-04-11 aeMake sysctl identifiers for direct netisr queue unique.
2017-04-10 smhUse estimated RTT for receive buffer auto resizing...
2017-04-05 rstoneRevert the optimization from r304436
2017-04-03 aeAdd O_EXTERNAL_DATA opcode support.
2017-03-31 smhAllow explicitly assigned IPv4 loopback address to...
2017-03-28 mmMFV r316083,316094:
2017-03-27 karelsEnable route and LLE (ndp) caching in TCP/IPv6
2017-03-25 karelsFix reference count leak with L2 caching.
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-24 mmMFV r315875:
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-21 glebiusForce same alignment on struct xinpgen as we have on...
2017-03-21 glebiusHide struct inpcb, struct tcpcb from the userland.
2017-03-20 mmMFV r315633, 315635:
2017-03-14 vangyzenAdd some ntohl() love to r315277
2017-03-14 vangyzenKTR: log IPv4 addresses in hex rather than dotted-quad
2017-03-13 cemalias_proxy.c: Fix accidental error quashing
2017-03-11 aeFix the L2 address printed in the "arp: %s moved from...
2017-03-10 gonzoMerge from vendor branch importing dtc 1.4.3
2017-03-09 glebiusMake inp_lock_assert() depend on INVARIANT_SUPPORT...
2017-03-08 impCopy needed include files from EDK2. This is a minimal...
2017-03-07 manuUpdate our device tree files to a Linux 4.10
2017-03-06 eriThe patch provides the same socket option as Linux...
2017-03-06 desUpgrade to OpenSSH 7.4p1.
2017-03-03 jkimMerge ACPICA 20170303.
2017-03-02 mmMFV r314565,314567,314570:
2017-03-02 desUpgrade to OpenSSH 7.3p1.
2017-03-01 dimMerge ^/head r314420 through r314481.
2017-02-28 impRenumber copyright clause 4
2017-02-23 dimMerge ^/head r314129 through r314177.
2017-02-23 tuexenTCP window updates are only sent if the window can...
2017-02-20 desUpgrade to OpenPAM Radula.
2017-02-19 baptImport mandoc 1.4.1rc2
2017-02-17 dimMerge ^/head r313644 through r313895.
2017-02-16 vangyzenRemove inet_ntoa() from the kernel
2017-02-16 vangyzenUse inet_ntoa_r() instead of inet_ntoa() throughout...
2017-02-14 aeAdd missing check to fix the build with IPSEC_SUPPORT...
2017-02-13 aeRemove IPsec related PCB code from SCTP.
2017-02-13 delphijMFV r313676: libpcap 1.8.1
2017-02-12 eriCommitted without approval from mentor.
2017-02-11 rstoneDon't zero out srtt after excess retransmits
2017-02-11 dimMerge ^/head r313301 through r313643.
2017-02-10 glebiusMove tcp_fields_to_net() static inline into tcp_var...
2017-02-10 eriFix build after r313524
2017-02-10 eriRevert r313527
2017-02-10 eriCorrect missed variable name.
2017-02-10 eriThe patch provides the same socket option as Linux...
2017-02-07 ngieMFhead@r313404
2017-02-07 ngieImprove libnetbsd compatibility with NetBSD
2017-02-07 vangyzenFix garbage IP addresses in UDP log_in_vain messages
2017-02-07 ngieMFhead@r313360
2017-02-06 aeMerge projects/ipsec into head/.
2017-02-05 dimMerge ^/head r313055 through r313300.
2017-02-04 ngieMerge in changes from ^/vendor/NetBSD/tests/dist@r313245
2017-02-04 ngieMFhead@r313243
2017-02-03 pkelseyFix VIMAGE-related bugs in TFO. The autokey callout...
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 dimMerge ^/head r312968 through r313054.
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-02-01 gnnAdd an mbuf to ipinfo_t translator to finish cleanup...
2017-02-01 tuexenEnsure that the variable bail is always initialized...
next