Age | Commit message (Expand) | Author | Files | Lines |
2013-04-09 | trafgen: do not care if device is running yet | Daniel Borkmann | 1 | -2/+0 |
2013-04-08 | man: ifpps: add bugs section | Daniel Borkmann | 1 | -0/+6 |
2013-04-08 | man: finish netsniff-ng man page | Daniel Borkmann | 1 | -29/+163 |
2013-04-08 | man: netsniff-ng: add description paragraph and some options | Daniel Borkmann | 1 | -3/+84 |
2013-04-08 | man: netsniff-ng: finish usage examples and add filter examples | Daniel Borkmann | 1 | -7/+80 |
2013-04-08 | man: start netsniff-ng.8 man page | Daniel Borkmann | 1 | -0/+157 |
2013-04-07 | man: finish bpfc man page | Daniel Borkmann | 1 | -0/+199 |
2013-04-06 | man: man page updates for bpfc, curvetun | Daniel Borkmann | 2 | -0/+317 |
2013-04-06 | netsniff-ng: also capture if NIC is currently down | Daniel Borkmann | 1 | -5/+0 |
2013-04-05 | man: add ifpps.8 man page | Daniel Borkmann | 1 | -0/+99 |
2013-03-30 | make: also credit involved people in mail message | Daniel Borkmann | 1 | -0/+4 |
2013-03-30 | make: when mrproper, also remove Git tree unrelated files | Daniel Borkmann | 1 | -0/+2 |
2013-03-28 | ring: purge timer before we unmap tx ring buffers | Daniel Borkmann | 5 | -4/+44 |
2013-03-27 | trafgen: parser: do not enforce whitesapce | Daniel Borkmann | 1 | -3/+3 |
2013-03-27 | trafgen: lexer: return if no needle found | Daniel Borkmann | 1 | -4/+5 |
2013-03-26 | trafgen: update help description | Daniel Borkmann | 2 | -1/+2 |
2013-03-25 | trafgen: parser: add possibility for negative numbers | Daniel Borkmann | 1 | -0/+2 |
2013-03-25 | trafgen: lexer/parser: fix cpu() selection and whitespacing | Daniel Borkmann | 2 | -4/+14 |
2013-03-22 | trafgen: fix bug in packet scheduling | Daniel Borkmann | 1 | -16/+22 |
2013-03-19 | ring: first unmap, then destroy ring buffer | Daniel Borkmann | 2 | -8/+6 |
2013-03-19 | bpfc: filter: add poff ancillary operation | Daniel Borkmann | 3 | -1/+14 |
2013-03-19 | curvetun: Only close() file descriptor if open | Tobias Klauser | 1 | -3/+3 |
2013-03-19 | flowtop: Omit return value in flow_entry_get_sain{4,6}_obj() | Tobias Klauser | 1 | -10/+6 |
2013-03-17 | nacl scripts: include common header and rename build_nacl.sh | Daniel Borkmann | 5 | -15/+24 |
2013-03-16 | dissector_fuzz: minor: add header file description | Daniel Borkmann | 1 | -2/+13 |
2013-03-16 | trafgen: add csumicmp for ICMP checksum calculation | Daniel Borkmann | 1 | -0/+2 |
2013-03-16 | bpfc: support different output formats | Daniel Borkmann | 2 | -22/+80 |
2013-03-16 | docs: AUTHORS: add Peter Stuge for his commit | Daniel Borkmann | 1 | -0/+1 |
2013-03-16 | build: respect PREFIX_STRING on config file locations | Daniel Borkmann | 5 | -12/+14 |
2013-03-16 | ring: don't care if we cannot active hw timestamping | Daniel Borkmann | 1 | -13/+8 |
2013-03-16 | ifpps: remove state from enum, since never used | Daniel Borkmann | 1 | -2/+1 |
2013-03-16 | hash: simplify code and fix whitespacing | Daniel Borkmann | 1 | -4/+30 |
2013-03-16 | misc: remove dead/unreachable code from switch statements | Daniel Borkmann | 3 | -6/+0 |
2013-03-16 | flowtop: rcu: omit rcu_assign_pointer | Daniel Borkmann | 1 | -4/+3 |
2013-03-16 | xutils: check various return values | Daniel Borkmann | 1 | -14/+35 |
2013-03-16 | ring: check return value of setsockopt | Daniel Borkmann | 2 | -4/+14 |
2013-03-16 | netsniff-ng: if we cannot get intermediate pcap statistics, panic | Daniel Borkmann | 1 | -1/+5 |
2013-03-16 | netsniff-ng trafgen: check return value of pull_and_flush_ring | Daniel Borkmann | 2 | -2/+24 |
2013-03-16 | astraceroute: fix getnameinfo arguments | Daniel Borkmann | 1 | -4/+4 |
2013-03-16 | flowtop: close dir handle first before returning back | Daniel Borkmann | 1 | -0/+1 |
2013-03-16 | geoip: reorder statements, so that file handles are closed first | Daniel Borkmann | 1 | -4/+3 |
2013-03-16 | netsniff-ng: do not leak file descriptors on exit | Daniel Borkmann | 1 | -9/+6 |
2013-03-16 | geoip: make sure we null-terminate after read | Daniel Borkmann | 1 | -0/+2 |
2013-03-16 | docs: update git mirror urls | Daniel Borkmann | 1 | -2/+2 |
2013-03-15 | build: minor: do announcement before tagging | Daniel Borkmann | 1 | -1/+1 |
2013-03-15 | build: get latest release tag via git-describe | Daniel Borkmann | 1 | -1/+1 |
2013-03-15 | docs: add initial workflow document | Daniel Borkmann | 1 | -0/+64 |
2013-03-15 | build: add make release target | Daniel Borkmann | 2 | -1/+23 |
2013-03-15 | build: Find libncurses by using pkg-config | Daniel Borkmann | 3 | -2/+4 |
2013-03-15 | netsniff-ng trafgen: Find libnl-3.0 and libnl-genl-3.0 using pkg-config | Peter Stuge | 3 | -6/+6 |