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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 19 Oct 2012 14:16:04 +0800
From:	Li Yu <raise.sail@...il.com>
To:	Linux Netdev List <netdev@...r.kernel.org>
Subject: [PATCH 0/3] skbtrace v2: A trace infrastructure for networking subsystem

Hi,

  This patch set introduces to the tracing infrastructure for networking
subsystem, they are based on v3.6 source code.

  The changes from last version (v1):

  1. IPv4 mapped IPv6 sockets support, I found many applications use
     this mean to live on double stack environment.
  2. The BPF filter for connection based events, skbtrace constructs
     a temporarily sk_buff to run BPF program.
  3. Add three TCP trace events for RTTM, show active connection
     information, TCP internal timers. and show more states in
     tcp_ca_state event.
  4. Introduce to primary and secondary event support. That is secondary
     event only would be exported after its primary event is triggered.
     This could be used for reduce gathered trace points more, we can
     see this is another kind of trace point filter.
  5. Userland utility modularizaion.
  6. Code refactoring and bug fixes.

  I am going to add some sk_buff based events in next version (v3), so
we will could know such like how a sk_buff pass stack, how long it stay
in stack, how TSO/GSO/SACK/... split/merge them, and so on.

  You can get whole kernel source tree at github:

	https://github.com/Rover-Yu/skbtrace-userland
	https://github.com/Rover-Yu/skbtrace-kernel

  Welcome for suggestions.

  Thanks.

Yu
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ