summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Merge branch 'man'Daniel Borkmann1-23/+20
2013-06-13mausezahn: man: various updatesJon Schipp1-42/+40
2013-06-12man: mausezahn.8: minor: fix trailing whitespaceDaniel Borkmann1-1/+1
2013-06-12man: improvements to mausezahn.8: CoS (PCP), DEI (CFI)Stephen Wadeley1-1/+2
2013-06-12man: improvements to mausezahn.8: No need to mention CST or STP for BPDUStephen Wadeley1-1/+1
2013-06-12man: improvements to mausezahn.8: 802.1D not 802.1dStephen Wadeley1-1/+1
2013-06-12man: improvements to mausezahn.8, inconsistent use of `` and '' marks.Stephen Wadeley1-32/+32
2013-06-12man: improvements to language for mausezahn.8Stephen Wadeley1-94/+94
2013-06-12man: curvetun.8: minor: fix typo adressDaniel Borkmann1-1/+1
2013-06-12man: improvements to language for flowtop.8Stephen Wadeley1-5/+5
2013-06-12man: improvements to curvetun.8, inconsistent use of `` and '' marks.Stephen Wadeley1-6/+6
2013-06-12man: improvements to language for curvetun.8Stephen Wadeley1-39/+39
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