]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Reuse kern_proc_vmmap_resident() for procfs_map resident count.
[FreeBSD/FreeBSD.git] / sys / netinet /
2017-12-26 Michael TuexenWhite cleanups.
2017-12-26 Michael TuexenClearify CID 1008197.
2017-12-26 Michael TuexenClearify issue reported in CID 1008198.
2017-12-26 Michael TuexenFix CID 1008428.
2017-12-26 Michael TuexenFix CID 1008936.
2017-12-26 Michael TuexenAllow the first (and second) argument of sn_calloc...
2017-12-26 Michael TuexenWhen adding support for sending SCTP packets containing...
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Andrey V. ElsukovFix mbuf leak when TCPMD5_OUTPUT() method returns error.
2017-12-13 Michael TuexenCleaup, no functional change.
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-07 Gleb SmirnoffSeparate out send buffer autoscaling code into function...
2017-12-07 Michael TuexenRetire SCTP_WITH_NO_CSUM option.
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Pedro F. Giffunisys: general adoption of SPDX licensing ID tags.
2017-11-26 Michael TuexenAdd to ipfw support for sending an SCTP packet containi...
2017-11-24 Michael TuexenFix SPDX line as suggested by pfg
2017-11-24 Hans Petter SelaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-24 Michael TuexenUnbreak compilation when using SCTP_DETAILED_STR_STATS...
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-24 Michael TuexenAdd SPDX line.
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-22 Mark JohnstonUse the right variable for the IP header parameter...
2017-11-20 Pedro F. Giffunisys: further adoption of SPDX licensing ID tags.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-15 Michael TuexenFix the handling of ERROR chunks which a lot of error...
2017-11-15 Hans Petter SelaskyMerge ^/head r325663 through r325841.
2017-11-14 Michael TuexenSimply the code and use the full buffer for contigous...
2017-11-13 Gleb SmirnoffStyle r320614: don't initialize at declaration, new...
2017-11-12 Michael TuexenCleanup the handling of control chunks. While there...
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-10 Jung-uk KimMFV: r325668
2017-11-10 Hans Petter SelaskyMerge ^/head r325505 through r325662.
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-07 Konstantin BelousovUse hardware timestamps to report packet timestamps...
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
2017-11-05 Enji CooperFix paths for cross-built versions of lib/libclang_rt...
2017-11-05 Michael TuexenFix an accounting bug where data was counted twice...
2017-11-04 Enji CooperMFhead@r325383
2017-11-03 Michael TuexenAllow the setting of the MTU for future paths using...
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-11-01 Michael TuexenFix the reporting of the MTU for SCTP sockets when...
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-30 Enji CooperMFhead@r325119
2017-10-28 Philip PaepsImport tzdata 2017c
2017-10-27 Michael TuexenFix parsing error when processing cmsg in SCTP send...
2017-10-27 Andriy GaponMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-26 Enji CooperMFhead@r325004
2017-10-25 Michael TuexenFix a bug reported by Felix Weinrank using the libfuzze...
2017-10-24 Michael TuexenFix a bug in handling special ABORT chunks.
2017-10-24 Michael TuexenFix a locking issue found by running AFL on the userlan...
2017-10-22 Mark JohnstonMFV r323105 (partial): 8300 fix man page issues found...
2017-10-21 Enji CooperMFhead@r324837
2017-10-21 Emmanuel Vadotdts: Update our device tree sources file fomr Linux...
2017-10-19 Alexander MotinRelax per-ifnet cif_vrs list double locking in carp(4).
2017-10-18 Michael TuexenFix a signed/unsigned warning.
2017-10-18 Michael TuexenAbort an SCTP association, when a DATA chunk is followe...
2017-10-18 Michael TuexenRevert change which got in accidently.
2017-10-18 Michael TuexenFix a bug introduced in r324638.
2017-10-15 Michael TuexenFix the handling of parital and too short chunks.
2017-10-14 Michael TuexenCode cleanup, not functional change.
2017-10-11 Gleb SmirnoffDeclare more TCP globals in tcp_var.h, so that alternat...
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-10 Enji CooperMFhead@r324482
2017-10-06 Gleb SmirnoffDeclare pmtud_blackhole global variables in tcp_timer...
2017-10-06 Baptiste DaroussinImport mandoc 1.14.3
2017-10-06 Baptiste DaroussinImport 1.14.3
2017-10-06 Andriy GaponMFV r322235: 8067 zdb should be able to dump literal...
2017-10-06 Andriy GaponMFV r316934: 7340 receive manual origin should override...
2017-10-06 Andriy GaponMFV r316933: 5142 libzfs support raidz root pool (loade...
2017-10-06 Andriy GaponMFV r316931: 6268 zfs diff confused by moving a file...
2017-10-06 Andriy GaponMFV r316877: 7571 non-present readonly numeric ZFS...
2017-10-06 Andriy GaponMFV r316864: 6392 zdb: introduce -V for verbatim import
2017-10-06 Andriy GaponMFV r316862: 6410 teach zdb to perform object lookups...
2017-10-05 Michael TuexenEnsure that the accept ABORT chunks with the T-bit...
2017-10-02 Alan SomersMFV r319743: 8108 zdb -l fails to read labels 2 and 3
2017-10-02 Alan SomersMFV r316863: 3871 fix issues introduced by 3604
2017-10-02 Alan SomersMFV r316861: 6866 zdb -l should return non-zero if...
2017-10-02 Alan SomersMFC r316858 7280 Allow changing global libzpool variabl...
2017-10-02 Andriy GaponMFV r323913: 8600 ZFS channel programs - snapshot
2017-10-02 Andriy GaponMFV r323912: 8592 ZFS channel programs - rollback
2017-10-02 Andriy GaponMFV r323795: 8604 Avoid unnecessary work search in...
2017-10-02 Julien CharbonForgotten bits in r324179: Include sys/syslog.h if...
2017-10-01 Patrick KelseyThe soisconnected() call removed from syncache_socket...
2017-10-01 Julien CharbonFix an infinite loop in tcp_tw_2msl_scan() when an...
2017-10-01 Andriy GaponMFV r323794: 8605 zfs channel programs: zfs.exists...
2017-10-01 Andriy GaponMFV r323531: 8521 nvlist memory leak in get_clones_stat...
next