]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Fix typo revealed by using newer binutils
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2014-10-10 Bryan VenteicherAdd context pointer and source address to the UDP tunne...
2014-10-09 Bryan VenteicherAdd missing UDP multicast receive dtrace probes
2014-10-09 Alexander V. ChernikovSync to HEAD@r272825.
2014-10-09 Xin LIMFV r272804:
2014-10-09 Xin LIMFV r272803:
2014-10-09 Xin LIMFV r272802:
2014-10-09 Bryan VenteicherMove the calls to u_tun_func() into udp6_append()
2014-10-08 Baptiste DaroussinImport byacc 20141006
2014-10-07 Michael TuexenFix a bug introduced in
2014-10-06 Baptiste DaroussinImport byacc 20141005 from vendor
2014-10-06 Xin LIMFV r272591:
2014-10-06 Xin LIMFV r272588:
2014-10-06 Xin LIMFV r272585:
2014-10-06 Xin LIMFV r272501:
2014-10-06 Xin LIMFV r272500:
2014-10-04 Alexander V. ChernikovSync to HEAD@r272516.
2014-10-04 Xin LIMFV r272499:
2014-10-04 Xin LIAdd a new sysctl, vfs.zfs.vol.unmap_enabled, which...
2014-10-04 Xin LIDiff reduction with upstream. The code change is not...
2014-10-04 Xin LIMFV r272496:
2014-10-04 Xin LIMFV r272495:
2014-10-04 Xin LIMFV r272494:
2014-10-04 Xin LIMFV r272493:
2014-10-03 Michael TuexenUPD and UDPLite require a checksum. So check for it.
2014-10-02 Enji CooperImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 Jung-uk KimMerge ACPICA 20140926.
2014-10-02 Glen BarberMerge the following revisions from ^/projects/release...
2014-10-02 Michael TuexenCheck for UDP/IPv6 packets that the length in the UDP...
2014-10-02 Michael TuexenFix the checksum computation for UDPLite/IPv6. This...
2014-10-02 Hiroki SatoAdd an additional routing table lookup when m->m_pkthdr...
2014-10-01 Alexander V. ChernikovRemove lock init from radix.c.
2014-10-01 Michael TuexenThe default for UDPLITE_RECV_CSCOV is zero. RFC 3828...
2014-09-30 Michael TuexenIf the checksum coverage field in the UDPLITE header...
2014-09-30 Andrey V. ElsukovRemove redundant call to ipsec_getpolicybyaddr().
2014-09-30 Kevin LoWhen plen != ulen, it should only be checked when this...
2014-09-24 Peter WemmMerge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.
2014-09-24 Enji CooperImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-11 Alan SomersRevisions 264905 and 266860 added a "int fib" argument...
2014-09-11 Andrey V. ElsukovAdd const qualifier to in6_addrhash() function.
2014-09-11 Andrey V. Elsukov* use M_ZERO flag with malloc instead of explicit zeroing.
2014-09-11 Andrey V. ElsukovIntroduce new scope related functions.
2014-09-11 Andrey V. Elsukov* constify argument of in6_addrscope();
2014-09-10 Andrey V. ElsukovAdd additional checks for IPV6_PKTINFO handling (RFC...
2014-09-10 Andrey V. ElsukovMake in6_pcblookup_hash_locked and in6_pcbladdr static.
2014-09-10 Andrey V. ElsukovIntroduce INP6_PCBHASHKEY macro. Replace usage of hardc...
2014-09-09 Andrey V. ElsukovAdd the ability to set `prefer_source' flag to an IPv6...
2014-09-09 Adrian ChaddAdd basic RSS awareness for the UDPv6 send path.
2014-09-09 Adrian ChaddAdd IP_NODEFAULTFLOWID awareness to ip6_output().
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-07 Michael TuexenUse union sctp_sockstore instead of struct sockaddr_sto...
2014-09-05 Alexander V. ChernikovSync to HEAD@r271160.
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-09-01 Andrey V. ElsukovAdd the reverse part to rule #9. Also change its descri...
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-23 Alexander V. ChernikovSync to HEAD@r270409.
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-22 Mark JohnstonAdd some missing checks for unsupported interfaces...
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-15 Kevin LoChange pr_output's prototype to avoid the need for...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-13 Alexander V. ChernikovSync to HEAD@r269943.
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-08 Kevin LoMerge 'struct ip6protosw' and 'struct protosw' into...
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-05 Xin LIMFV r269542:
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-30 Andrey V. ElsukovAdd new rule to source address selection algorithm...
2014-07-29 Gleb SmirnoffGarbage collect couple of unused fields from struct...
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-26 Xin LIMFV r269010:
2014-07-24 Hiroki SatoFix EtherIP. TOS field must be initialized when the...
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-20 Adrian ChaddWhen it's time to do 4-tuple UDP IPv6 hashing, make...
2014-07-19 Baptiste DaroussinMerge libucl 20140718 (fixes a bug in the parser)
2014-07-19 Xin LIReduce lock contention on the z_teardown_lock under...
2014-07-18 Xin LIMFV r268851:
2014-07-18 Xin LIMFV r268850:
2014-07-18 Xin LIMFV r268848:
2014-07-18 Baptiste DaroussinUpdate libucl to the 2014-07-16 snapshot
2014-07-17 Baptiste DaroussinUpdate to byacc 20140715 (only concerns regression...
next