]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Remove LLDB platform support not currently of interest to us
[FreeBSD/FreeBSD.git] / sys / netinet /
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-17 jchRe-introduce padding fields removed with r264321 to...
2014-11-17 melifaroFinish r274175: do control plane MTU tracking.
2014-11-12 glebiusIn preparation of merging projects/sendfile, transform...
2014-11-11 hselaskyFix some minor TSO issues:
2014-11-11 melifaroKill custom in_matroute() radix mathing function removi...
2014-11-10 melifaroRemove kernel handling of ICMP_SOURCEQUENCH.
2014-11-09 melifaroRenove faith(4) and faithd(8) from base. It looks like...
2014-11-08 aeRemove ip6_getdstifaddr() and all functions to work...
2014-11-07 aeOverhaul if_gre(4).
2014-11-07 glebiusRemove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNE...
2014-11-06 melifaroFinish r274118: remove useless fields from struct domain.
2014-11-06 melifaroMake checks for rt_mtu generic:
2014-11-05 melifaroRemove old hack abusing domattach from NFS code.
2014-11-03 hselaskyRestore spares used in "struct tcpcb" and bump "__FreeB...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-11-01 tuexenDon't zero the stats before they are read out.
2014-10-31 aeRemove the check for packets with broadcast source...
2014-10-31 aeFix typo.
2014-10-30 jchFix a race condition in TCP timewait between tcp_tw_2ms...
2014-10-28 hselaskyThe SYSCTL data pointers can come from userspace and...
2014-10-27 hselaskyPreserve limitation of "TCP_CA_NAME_MAX" when matching...
2014-10-27 hselaskyMake assignments to "net.inet.tcp.cc.algorithm" work...
2014-10-26 mjgAvoid dynamic syscall overhead for statically compiled...
2014-10-25 tuexenFix a use of an uninitialized variable by makeing sure
2014-10-24 aeRemove redundant check and m_pullup() call.
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-19 neelIFC @r273206
2014-10-16 tuexenFix the reported streams in a SCTP_STREAM_RESET_EVENT...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 aeOverhaul if_gif(4):
2014-10-14 neelIFC @r273066
2014-10-13 sbrunoHandle small file case with regards to plpmtud blackhol...
2014-10-13 sbrunoCatch ipv6 case when attempting to do PLPMTUD blackhole...
2014-10-13 melifaroFix matching default rule on clear/show commands.
2014-10-12 jchA connection in TIME_WAIT state before calling close...
2014-10-12 rwatsonWhen deciding whether to call m_pullup() even though...
2014-10-11 jhbUpdate ip_divert.ko to depend on version 3 of ipfw.
2014-10-10 neelIFC @r272887
2014-10-10 bryanvAdd context pointer and source address to the UDP tunne...
2014-10-09 bryanvAdd missing UDP multicast receive dtrace probes
2014-10-09 tuexenEnsure that the flags field of sctp_tmit_chunks is...
2014-10-09 melifaroMerge projects/ipfw to HEAD.
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-09 marcelMove the SCTP syscalls to netinet with the rest of...
2014-10-09 bryanvCheck for mbuf copy failure when there are multiple...
2014-10-08 aeWhen tunneling interface is going to insert mbuf into...
2014-10-08 tuexenEnsure that the list of streams sent in a stream reset...
2014-10-08 tuexenEnsure that the number of stream reported in srs_number...
2014-10-08 melifaroAdd IP_FW_DUMP_SOPTCODES sopt to be able to determine
2014-10-07 sbrunoImplement PLPMTUD blackhole detection (RFC 4821), inspi...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-06 hselaskyMinor code styling.
2014-10-05 tuexenRemove unused MC_ALIGN macro as suggested by Robert.
2014-10-05 rwatsonEliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimmin...
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-02 hrsAdd an additional routing table lookup when m->m_pkthdr...
2014-10-01 markjAdd a sysctl, net.inet.icmp.tstamprepl, which can be...
2014-10-01 melifaroRemove lock init from radix.c.
2014-10-01 tuexenThe default for UDPLITE_RECV_CSCOV is zero. RFC 3828...
2014-09-30 tuexenUDPLite requires a checksum. Therefore, discard a recei...
2014-09-30 tuexenIf the checksum coverage field in the UDPLITE header...
2014-09-30 jhbOnly define the full inm_print() if KTR_IGMPV3 is enabl...
2014-09-28 tuexenChecksum coverage values larger than 65535 for UDPLite...
2014-09-27 neelIFC @r272185
2014-09-27 melifaro* Split tcp_signature_compute() into 2 pieces:
2014-09-27 adrianRemove an un-needed bit of pre-processor work - it...
2014-09-26 jmgdrop unnecessary ifdef IPSEC's. This file is only...
2014-09-24 npCatch up with r271119.
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-22 hselaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-21 hrsAdd a change missing in r271916.
2014-09-21 hrs- Virtualize interface cloner for gre(4). This fixes...
2014-09-20 neelIFC @r271887
2014-09-19 glebiusMechanically convert to if_inc_counter().
2014-09-19 glebiusRemove disabled code, that is very unlikely to be ever...
2014-09-17 neelIFC @r271694
2014-09-16 asomersFix source address selection on unbound sockets in...
2014-09-16 tuexenAdd a explict cast to silence a warning when building
2014-09-16 tuexenUse a consistent type for the number of HMAC algorithms.
2014-09-16 tuexenSmall cleanup which addresses a warning regaring the...
2014-09-16 glebiusFreeBSD-SA-14:19.tcp raised attention to the state...
2014-09-16 tuexenMake a type conversion explicit. When compiling this...
2014-09-16 delphijFix Denial of Service in TCP packet processing.
2014-09-16 tuexenThe MTU is handled as a 32-bit entity within the SCTP...
2014-09-16 adrianEnsure the correct software IPv4 hash is done based...
2014-09-15 tuexenChunk IDs are 8 bit entities, not 16 bit.
2014-09-15 hrsUse generic SYSCTL_* macro instead of deprecated SYSCTL...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
next