summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-14sock: Check return value of setsockopt() in set_tcp_nodelay()Tobias Klauser1-2/+5
2013-06-14dissector: icmpv6: Fix yet another possible null pointer dereferenceTobias Klauser1-3/+11
2013-06-13flowtop: Remove unnecessary bug_on() and rework presenter_screen_init()Tobias Klauser1-8/+9
2013-06-13dissector: icmpv6: Fix another possible null pointer dereferenceTobias Klauser1-1/+9
2013-06-13dissector: ip_auth_hdr: Fix possible null pointer dereferenceTobias Klauser1-2/+11
2013-06-13dissector: icmpv6: Fix possible null pointer dereferencesTobias Klauser1-8/+56
2013-06-13dissector: eth: Free allocated record if line is skippedTobias Klauser1-2/+6
2013-06-13oui: Free allocated record if line is skippedTobias Klauser1-2/+6
2013-06-13dissector: eth: Make port file parsing more robustTobias Klauser1-4/+11
2013-06-13oui: minor: Fix commentsTobias Klauser1-1/+2
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