lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue,  7 Nov 2017 13:16:52 -0800
From:   Dave Taht <dave.taht@...il.com>
To:     netdev@...r.kernel.org
Cc:     Dave Taht <dave.taht@...il.com>
Subject: [PATCH iproute2 0/4] support nsec uapi and add netem slotting feature


This patch series adds support for specifying time in nanoseconds
to tc, updates netem to use such (requires pkt_sched.h from the kernel
patch series to be imported), and lastly adds a new slotting
feature intended to emulate better how LTE and WiFi work.

Dave Taht (4):
  tc: support conversions to or from 64 bit nanosecond-based time
  q_netem: utilize 64 bit nanosecond API for delay and jitter
  q_netem: support delivering packets in delayed time slots
  netem: add documentation for the new slotting feature

 man/man8/tc-netem.8 |  32 +++++++++++++-
 tc/q_netem.c        | 123 +++++++++++++++++++++++++++++++++++++++++-----------
 tc/tc_core.h        |   3 ++
 tc/tc_util.c        |  56 ++++++++++++++++++++++++
 tc/tc_util.h        |   3 ++
 5 files changed, 191 insertions(+), 26 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ