summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann16-168/+198
2013-06-04xutils: break out promisc mode functionsDaniel Borkmann8-23/+36
2013-06-04irq: rename device_bind_irq_to_cpu to device_set_irq_affinityDaniel Borkmann3-4/+4
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann24-40/+27
2013-06-04xio: add ioexact operationsDaniel Borkmann14-74/+70
2013-06-04xio: refactor fopencookie related functionsDaniel Borkmann6-46/+59
2013-06-04rnd: break out prng from xutilsDaniel Borkmann7-46/+58
2013-06-04corking: use bool instead of intDaniel Borkmann2-6/+8
2013-06-04trie: remove useless header commentDaniel Borkmann1-6/+0
2013-06-04cpusched: remove useless header commentDaniel Borkmann1-6/+0
2013-06-04corking: break out udp/tcp cork functionsDaniel Borkmann7-58/+80
2013-06-04xutils: remove unused declarationDaniel Borkmann1-1/+0
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann6-12/+19
2013-06-04xutils: break out string handling and lockingDaniel Borkmann32-95/+149
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann8-62/+88
2013-06-03netsniff-ng: v3: fix packet accounting on --numDaniel Borkmann5-30/+34
2013-06-03irq: break out from xutils and save + restoreDaniel Borkmann8-112/+145
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori4-8/+13