Age | Commit message (Expand) | Author | Files | Lines |
2013-05-31 | man: ifpps: Mention CPU limit in first section and remove BUGS section | Tobias Klauser | 1 | -7/+2 |
2013-05-30 | ring: setup_{rx,tx}_ring_layout: use bool for jumbo_support | Daniel Borkmann | 4 | -4/+4 |
2013-05-30 | ring: prepare setup_rx_ring_layout for support in v2/v3 | Daniel Borkmann | 6 | -11/+28 |
2013-05-30 | ring: add necessary structures and helper functions for v3 | Daniel Borkmann | 2 | -1/+15 |
2013-05-30 | ring: move poll related fallback define to built_in.h | Daniel Borkmann | 2 | -10/+12 |
2013-05-30 | ring: minor: remove define since only used once | Daniel Borkmann | 1 | -3/+1 |
2013-05-30 | ring: add set_sockopt_tpacket_v3 and refactor others | Daniel Borkmann | 1 | -4/+12 |
2013-05-30 | Merge branch 'master' of github.com:borkmann/netsniff-ng | Daniel Borkmann | 3 | -18/+30 |
2013-05-30 | man: manpage hyphen fixes, take three | Kartik Mistry | 1 | -7/+7 |
2013-05-30 | man: manpage hyphen fixes, take two | Kartik Mistry | 3 | -108/+109 |
2013-05-30 | ifpps: Allow to select number of top hitter CPUs by command line option | Tobias Klauser | 2 | -15/+28 |
2013-05-30 | netsniff-ng: Add __maybe_unused attribute to timer functions | Tobias Klauser | 1 | -3/+2 |
2013-05-30 | ring: set_sockopt_tpacket: rename to set_sockopt_tpacket_v2 | Daniel Borkmann | 3 | -3/+3 |
2013-05-30 | ifpps: Allocate cpu dependent stats in one place | Tobias Klauser | 1 | -15/+9 |
2013-05-30 | ring: remove fanout related bits | Daniel Borkmann | 1 | -20/+0 |
2013-05-30 | man: manpages hyphen and spelling mistakes | Kartik Mistry | 7 | -48/+48 |
2013-05-30 | misc: Fixed spelling mistakes | Kartik Mistry | 3 | -6/+6 |
2013-05-29 | conf: oui: run oui-update.py script over config file | Daniel Borkmann | 1 | -175/+519 |
2013-05-29 | docs: minor: fix whitespacing in copying file | Daniel Borkmann | 1 | -2/+2 |
2013-05-29 | docs: move sponsor names into authors | Daniel Borkmann | 2 | -14/+7 |
2013-05-29 | make: add DISTRO=1 for compilation on distributions | Daniel Borkmann | 1 | -6/+9 |
2013-05-29 | make: allow to append CFLAGS in addition to overwrite | Daniel Borkmann | 1 | -19/+14 |
2013-05-29 | ifpps: fix segfault in terminal mode | Daniel Borkmann | 1 | -0/+7 |
2013-05-29 | ifpps: Properly zero out allocated stats | Tobias Klauser | 1 | -1/+1 |
2013-05-29 | ifpps: support mq devices in /proc/interrupts | Daniel Borkmann | 1 | -2/+7 |
2013-05-29 | ifpps: also show total number of cpus | Daniel Borkmann | 1 | -2/+2 |
2013-05-29 | ifpps: remove unused function snr_to_str | Daniel Borkmann | 1 | -16/+0 |
2013-05-27 | ifpps: Use strtoul() to convert unsigned value | Tobias Klauser | 1 | -1/+1 |
2013-05-27 | ifpps: minor: minor output formatting adaption | Daniel Borkmann | 1 | -2/+2 |
2013-05-27 | man: ifpps: document ifpps behaviour when CPU > 10 | Daniel Borkmann | 1 | -0/+5 |
2013-05-27 | ifpps: fix bug_on trigger when parsing irq number | Daniel Borkmann | 1 | -10/+18 |
2013-05-27 | ifpps: beautify output with > 10 cpus | Daniel Borkmann | 1 | -15/+26 |
2013-05-27 | ifpps: Add myself to the copyright holders in --version/--help | Tobias Klauser | 1 | -0/+2 |
2013-05-27 | ifpps: Don't assume a maximum of 32 CPUs | Tobias Klauser | 2 | -34/+158 |
2013-05-27 | docs: readme: just shortly also mention JIT disassembler | Daniel Borkmann | 1 | -1/+1 |
2013-05-27 | bpf: add minimal BPF JIT emitted image disassembler | Daniel Borkmann | 1 | -0/+207 |
2013-05-27 | man: mausezahn: initial formatting and fixups | Daniel Borkmann | 1 | -295/+304 |
2013-05-27 | man: minor: trafgen: add .PPs and modify BUGS section | Daniel Borkmann | 1 | -81/+82 |
2013-05-27 | man: minor: flowtop: add .PPs | Daniel Borkmann | 1 | -34/+34 |
2013-05-27 | man: minor: astraceroute: add .PPs | Daniel Borkmann | 1 | -49/+49 |
2013-05-26 | man: netsniff-ng: Reword a few sentences | Tobias Klauser | 1 | -14/+13 |
2013-05-26 | mausezahn: show long version on cli | Daniel Borkmann | 1 | -1/+1 |
2013-05-26 | make: minor cleanups in Makefile | Daniel Borkmann | 1 | -6/+14 |
2013-05-26 | man: netsniff-ng: add note about multithreading | Daniel Borkmann | 1 | -0/+9 |
2013-05-25 | ifpps: Convert mem_free/mem_total members of struct ifstat to uint64_t | Tobias Klauser | 1 | -3/+4 |
2013-05-24 | man: curvetun: grammer, spelling, and other minor corrections | Jon Schipp | 1 | -17/+15 |
2013-05-24 | make: add HARDENING build option | Daniel Borkmann | 1 | -8/+17 |
2013-05-24 | make: minor update in cflags | Daniel Borkmann | 1 | -4/+5 |
2013-05-24 | misc: fix some minor compile warnings all over | Daniel Borkmann | 4 | -7/+8 |
2013-05-23 | man: trafgen: corrections and various edits to manual page | Jon Schipp | 1 | -16/+16 |