summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-11docs: readme: add steps to verify a Git releaseDaniel Borkmann1-15/+16
2013-04-11docs: move some of them to the root directoryDaniel Borkmann10-762/+31
2013-04-11man: netsniff-ng: include known bug from docsDaniel Borkmann1-0/+48
2013-04-11netsniff-ng: mlock: only lock current and future pages when rootDaniel Borkmann1-2/+4
2013-04-11trafgen: parser: fix regression on last pkt elementDaniel Borkmann1-2/+7
2013-04-11man: netsniff-ng: Do some wordsmithingTobias Klauser1-5/+5
2013-04-11man: netsniff-ng: Fix typo of 'privileges'Tobias Klauser1-2/+2
2013-04-11man: netsniff-ng: Fix a typoTobias Klauser1-1/+1
2013-04-09pcap_io: introduce init_once helper that is called with priviledgesDaniel Borkmann5-7/+23
2013-04-09trafgen: do not care if device is running yetDaniel Borkmann1-2/+0
2013-04-08man: ifpps: add bugs sectionDaniel Borkmann1-0/+6
2013-04-08man: finish netsniff-ng man pageDaniel Borkmann1-29/+163
2013-04-08man: netsniff-ng: add description paragraph and some optionsDaniel Borkmann1-3/+84
2013-04-08man: netsniff-ng: finish usage examples and add filter examplesDaniel Borkmann1-7/+80
2013-04-08man: start netsniff-ng.8 man pageDaniel Borkmann1-0/+157
2013-04-07man: finish bpfc man pageDaniel Borkmann1-0/+199
2013-04-06man: man page updates for bpfc, curvetunDaniel Borkmann2-0/+317
2013-04-06netsniff-ng: also capture if NIC is currently downDaniel Borkmann1-5/+0
2013-04-05man: add ifpps.8 man pageDaniel Borkmann1-0/+99
2013-03-30make: also credit involved people in mail messageDaniel Borkmann1-0/+4
2013-03-30make: when mrproper, also remove Git tree unrelated filesDaniel Borkmann1-0/+2
2013-03-28ring: purge timer before we unmap tx ring buffersDaniel Borkmann5-4/+44
2013-03-27trafgen: parser: do not enforce whitesapceDaniel Borkmann1-3/+3
2013-03-27trafgen: lexer: return if no needle foundDaniel Borkmann1-4/+5
2013-03-26trafgen: update help descriptionDaniel Borkmann2-1/+2
2013-03-25trafgen: parser: add possibility for negative numbersDaniel Borkmann1-0/+2
2013-03-25trafgen: lexer/parser: fix cpu() selection and whitespacingDaniel Borkmann2-4/+14
2013-03-22trafgen: fix bug in packet schedulingDaniel Borkmann1-16/+22
2013-03-19ring: first unmap, then destroy ring bufferDaniel Borkmann2-8/+6
2013-03-19bpfc: filter: add poff ancillary operationDaniel Borkmann3-1/+14
2013-03-19curvetun: Only close() file descriptor if openTobias Klauser1-3/+3
2013-03-19flowtop: Omit return value in flow_entry_get_sain{4,6}_obj()Tobias Klauser1-10/+6
2013-03-17nacl scripts: include common header and rename build_nacl.shDaniel Borkmann5-15/+24
2013-03-16dissector_fuzz: minor: add header file descriptionDaniel Borkmann1-2/+13
2013-03-16trafgen: add csumicmp for ICMP checksum calculationDaniel Borkmann1-0/+2
2013-03-16bpfc: support different output formatsDaniel Borkmann2-22/+80
2013-03-16docs: AUTHORS: add Peter Stuge for his commitDaniel Borkmann1-0/+1
2013-03-16build: respect PREFIX_STRING on config file locationsDaniel Borkmann5-12/+14
2013-03-16ring: don't care if we cannot active hw timestampingDaniel Borkmann1-13/+8
2013-03-16ifpps: remove state from enum, since never usedDaniel Borkmann1-2/+1
2013-03-16hash: simplify code and fix whitespacingDaniel Borkmann1-4/+30
2013-03-16misc: remove dead/unreachable code from switch statementsDaniel Borkmann3-6/+0
2013-03-16flowtop: rcu: omit rcu_assign_pointerDaniel Borkmann1-4/+3
2013-03-16xutils: check various return valuesDaniel Borkmann1-14/+35
2013-03-16ring: check return value of setsockoptDaniel Borkmann2-4/+14
2013-03-16netsniff-ng: if we cannot get intermediate pcap statistics, panicDaniel Borkmann1-1/+5
2013-03-16netsniff-ng trafgen: check return value of pull_and_flush_ringDaniel Borkmann2-2/+24
2013-03-16astraceroute: fix getnameinfo argumentsDaniel Borkmann1-4/+4
2013-03-16flowtop: close dir handle first before returning backDaniel Borkmann1-0/+1
2013-03-16geoip: reorder statements, so that file handles are closed firstDaniel Borkmann1-4/+3