]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Fix LORs between vn_start_write() and vn_lock() in the pNFS server.
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2018-08-16 aeProperly initialize IP version in IPv6 header. This...
2018-08-15 mmacyFix in6_multi double free
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-14 jtlLower the default limits on the IPv6 reassembly queue.
2018-08-14 jtlDrop 0-byte IPv6 fragments.
2018-08-14 jtlImplement a limit on on the number of IPv6 reassembly...
2018-08-14 jtlAdd a limit of the number of fragments per IPv6 packet.
2018-08-14 jtlMake the IPv6 fragment limits be global, rather than...
2018-08-14 jtlImprove IPv6 reassembly performance by hashing fragment...
2018-08-14 tuexenUse a macro to set the assoc state. I missed this in...
2018-08-14 aeRestore ability to send ICMP and ICMPv6 redirects.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-09 luporl[ppc] Fix kernel panic when using BOOTP_NFSROOT
2018-08-08 eadlerfile: update to 5.34
2018-07-31 tuexenAdd a dtrace provider for UDP-Lite.
2018-07-31 mavMFV r336991, r337001:
2018-07-30 tuexenAllow implicit TCP connection setup for TCP/IPv6.
2018-07-30 asomersMake timespecadd(3) and friends public
2018-07-29 mmMFV r336851:
2018-07-24 andrewUse the new VNET_DEFINE_STATIC macro when we are defini...
2018-07-20 tuexenAdd missing dtrace probes for received UDP packets.
2018-07-19 tuexenWhitespace changes due to changes in ident.
2018-07-19 tuexenRevert https://svnweb.freebsd.org/changeset/base/336503
2018-07-19 tuexenWhitespace changes due to change if ident.
2018-07-17 aeMove invoking of callout_stop(&lle->lle_timer) into...
2018-07-15 mmacyacquire inp lock around ip6_pcbopt to fix IPV6_TCLASS...
2018-07-11 cyMFV r324714:
2018-07-04 mmacyfix 335919 - check "last" not "inp" where appropriate
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-03 mmacyudp6_input: validate inpcb before use
2018-07-01 mmacyin6_pcblookup_hash: validate inp for liveness
2018-06-28 aeAdd NULL pointer check.
2018-06-16 aeSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-14 aeAdd NULL check like the rest of code has.
2018-06-14 aeRemove stale comment. in6_ifdetach() can be called...
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 mmacyFix PCBGROUPS build post CK conversion of pcbinfo
2018-06-13 aeRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-12 mmacymechanical CK macro conversion of inpcbinfo lists
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 aeUse m_copyback() function to write delayed checksum...
2018-06-06 aeFix LINT-NOINET build.
2018-06-05 aeRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 aeConstify argument of in6_getscope().
2018-06-05 aeRework IP encapsulation handling code.
2018-05-29 aeRemove empty encap_init() function.
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-24 mmacyCK: update consumers to use CK macros across the board
2018-05-23 mmacyUDP: further performance improvements on tx
2018-05-23 philImport libxo-0.9.0:
2018-05-21 emastePair CURVNET_SET and CURVNET_RESTORE in a block
2018-05-21 emasteRevert r333968, it broke all archs but i386 and amd64
2018-05-21 mmacyin(6)_mcast: Expand out vnet set / restore macro so...
2018-05-20 mmacymake sure vnet is set when freeing
2018-05-20 eadlerMFV: file 5.33
2018-05-20 mmacyip(6)_freemoptions: defer imo destruction to epoch...
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-15 brooksUnwrap some not-so-long lines now that extra tabs been...
2018-05-15 brooksRemove stray tabs in in6_lltable_dump_entry(). NFC.
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 shurdFix LORs in in6?_leave_group()
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-10 gallatinFix a panic in the IPv6 multicast code.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 hselaskyFix for missing network interface address event when...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-06 mmacyr333175 introduced deferred deletion of multicast addre...
2018-05-05 mmacyCurrently in_pcbfree will unconditionally wunlock the...
2018-05-02 tuexenSend an ICMPv6 PacketTooBig message in case of forwadin...
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-04-24 sbrunoRevert r332894 at the request of the submitter.
2018-04-23 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option
2018-04-23 aeicmp6_reflect() sends ICMPv6 message with new IPv6...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-13 brooksRemove support for the Arcnet protocol.
2018-04-13 aeAdd check that mbuf had not multicast layer2 address.
2018-04-11 brooksRemove support for FDDI networks.
2018-04-08 tuexenFix a logical inversion bug.
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-30 brooksDocument and enforce assumptions about struct (in6_...
2018-03-30 brooksRemove a comment that suggests checking that a non...
2018-03-28 brooksRemove infrastructure for token-ring networks.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 jtlThis change adds a flag to the DAD entry to indicate...
2018-03-24 jtlRemove some unneccessary variable sets in IPv6 code...
2018-03-24 philipImport tzdata 2018d
2018-03-23 sbrunoRevert r331379 as the "simple" lock changes have reveal...
2018-03-23 kpnetpfil: Introduce PFIL_FWD flag
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 sbrunoRefactor ip6_getpcbopt() for better locking and memory...
2018-03-22 sbrunoSimple locking fixes in ip_ctloutput, ip6_ctloutput...
next