summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-12ioops: mark failure path as unlikelyDaniel Borkmann1-9/+8
2013-06-12ioops: misc: add dup{,2}_or_die to ioopsDaniel Borkmann6-17/+26
2013-06-12netsniff-ng: walk_t3_block: prevent fd from double closeDaniel Borkmann1-4/+4
2013-06-12flowtop: set bug if screen is NULLDaniel Borkmann1-0/+2
2013-06-12cpus: let it always return an unsigned int and bail out on errorDaniel Borkmann1-4/+16
2013-06-12stun: close socket before returning in error caseDaniel Borkmann1-2/+5
2013-06-12keypair: add missing include fileDaniel Borkmann1-0/+1
2013-06-12stun: memset saddr before bindingDaniel Borkmann1-1/+2
2013-06-11man: astraceroute: minor: remove two trailing whitespacesDaniel Borkmann1-2/+2
2013-06-11man: improvements to astraceroute.8, inconsistent use of and ''Stephen Wadeley1-7/+7
2013-06-11man: improvements to language for astraceroute.8Stephen Wadeley1-28/+30
2013-06-11keypair: do selftest before generating and verifying keypairDaniel Borkmann1-0/+4
2013-06-11curve: move selftest to own fileDaniel Borkmann5-79/+87
2013-06-11irq: do not process non-existant irq number of loDaniel Borkmann1-0/+2
2013-06-11taia: minor: add comment about windowDaniel Borkmann1-1/+1
2013-06-11oui: Make parsing of oui.conf more robustTobias Klauser1-4/+10
2013-06-10taia: minor: small cleanup and commentDaniel Borkmann1-1/+4
2013-06-10ifpps: Remove unused 'forks' member from struct ifstatTobias Klauser1-4/+1
2013-06-09ifpps: minor: fix ncurses alignmentDaniel Borkmann1-3/+3
2013-06-09ifpps: Rename cpu number parameter to stats_top()Tobias Klauser1-2/+2
2013-06-09man: ifpps: Reword a few sentences or make them shorterTobias Klauser1-6/+6
2013-06-09ifpps: Report more detailed memory stats and number of total processesTobias Klauser1-10/+88
2013-06-09ifpps: Don't calculate diff for stats values not used for relative valuesTobias Klauser1-4/+0
2013-06-09ifpps: Don't diff tx_bytes twiceTobias Klauser1-1/+0
2013-06-09ifpps: Don't re-initialize stats value index counter in CSV modeTobias Klauser1-1/+1
2013-06-09mausezahn: man: fixed typo and minor sentence editsJon Schipp1-13/+12
2013-06-08bpfc: also allow to load skb len into XDaniel Borkmann1-0/+2
2013-06-06ifpps: Also display min hitter for IRQsTobias Klauser1-23/+50
2013-06-06ifpps: Always display the least heavy hitter CPUTobias Klauser2-19/+44
2013-06-04zsh: add zsh completion function for mausezahnHideo Hattori1-0/+67
2013-06-04curve: also really remove taia functions from hereDaniel Borkmann1-43/+3
2013-06-04taia: move taia evaluation out of curve.Daniel Borkmann4-1/+36
2013-06-04curve: move taia related functions into own headerDaniel Borkmann2-139/+160
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann3-98/+107
2013-06-04ioops: fix build error by renaming 'len' variableDaniel Borkmann1-2/+2
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann5-0/+90
2013-06-04ioops: Add {read,write}_blob_or_die for reading/writing binary blobsDaniel Borkmann2-0/+25
2013-06-04rnd: add gen_key_bytes to generate key from good entropy sourceDaniel Borkmann3-19/+33
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann6-34/+26
2013-06-04misc: cleanup header commentsDaniel Borkmann19-115/+12
2013-06-04tstamping: add header file for packet timestampingDaniel Borkmann3-11/+9
2013-06-04rnd: move entropy source definition to rndDaniel Borkmann3-10/+11
2013-06-04stun: add header fileDaniel Borkmann3-10/+8
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann46-154/+53
2013-06-04timer: add time management functionsDaniel Borkmann8-12/+26
2013-06-04sig: add signal handling functionsDaniel Borkmann16-30/+52
2013-06-04link: add link management functionsDaniel Borkmann12-166/+192
2013-06-04sock: add socket management functionsDaniel Borkmann19-186/+209
2013-06-04proc: move out process specific management functionsDaniel Borkmann8-79/+80
2013-06-04privs: move drop_privileges out of xutilsDaniel Borkmann8-15/+31