summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-04flowtop: Resolve src host if '-s' option specifiedVadim Kochan1-2/+4
2015-08-04flowtop: Don't hide status bar while dumping flowsVadim Kochan1-15/+12
2015-08-03netsniff-ng: Do not tune socket memory in pcap read-only modeVadim Kochan1-0/+1
2015-08-03man: flowtop: Add notes about enabling traffic accountingVadim Kochan1-2/+18
2015-08-03flowtop: Show counters by directionVadim Kochan1-15/+25
2015-08-03flowtop: Get rid of flushing flows by dumping ipv4/ipv6 tablesVadim Kochan1-30/+122
2015-08-03flowtop: Rename collector_cb -> flow_event_cbVadim Kochan1-3/+3
2015-08-03flowtop: Rename ct_dump -> ct_update, dump_cb -> flow_update_cbVadim Kochan1-8/+8
2015-08-03flowtop: Move filter creating to separate functionVadim Kochan1-16/+18
2015-07-30sock: Avoid setting negative socket memory valuesTobias Klauser1-1/+1
2015-07-30sock: Don't panic() when sysctl_set_int failsTobias Klauser1-1/+2
2015-07-30sysctl: Export procfs base path in sysctl.hTobias Klauser2-6/+7
2015-07-30sysctl: Include limits.h instead of linux/limits.hTobias Klauser1-1/+1
2015-07-27flowtop: Fix missing new connections after flushVadim Kochan1-2/+2
2015-07-27flowtop: Make struct flow_entry member size checks build_bug_on()Tobias Klauser1-3/+3
2015-07-26flowtop: Fix collector stuck while flush IPv6 flowsVadim Kochan1-5/+17
2015-07-26ifpps: Cleanup screen on panicVadim Kochan1-0/+8
2015-07-26ifpps: Fix panic when dev name contains "_"Vadim Kochan1-1/+1
2015-07-26flowtop: Fix bytes counter print for gigabyteVadim Kochan1-1/+1
2015-07-26flowtop: Use prev & next vars in flow_list_find_prev_id(...)Vadim Kochan1-6/+6
2015-07-26flowtop: Change tcp param to 'bool is_tcp' in presenter_get_port(..)Vadim Kochan1-5/+5
2015-07-26flowtop: Use bool as parameter in get_port_inode(..)Vadim Kochan1-1/+1
2015-07-26flowtop: Convert bool in flow_entry_get_extended_is_dns(...)Vadim Kochan1-1/+1
2015-07-23flowtop: Make presenter_flow_wrong_state() return boolTobias Klauser1-8/+6
2015-07-22flowtop: Replace bool lookup tables by switch statementTobias Klauser1-40/+37
2015-07-21netsniff-ng: dissector_sll: Remove NULL check alltogetherTobias Klauser1-10/+2
2015-07-21netsniff-ng: dissector_sll: Fix indentation and typoTobias Klauser1-7/+7
2015-07-21netsniff-ng: dissector_sll: Fix potential NULL dereferenceTobias Klauser1-4/+6
2015-07-21flowtop: Simplify assignment of flow_entry->is_visibleTobias Klauser1-9/+7
2015-07-20dev: device_set_flags: also dump errorDaniel Borkmann1-1/+1
2015-07-20sock: Use sysctl helpers to access /proc/sys/ paramsVadim Kochan3-32/+11
2015-07-20bpf: Use sysctl helpers to enable bpf jit compilerVadim Kochan4-12/+5
2015-07-20sysctl: Add sysctl module with /proc/sys helpersVadim Kochan4-54/+76
2015-07-20Revert "flowtop: Don't init screen until collector is ready"Vadim Kochan2-40/+0
2015-07-20Revert "flowtop: Fix hanging while waiting for collector"Vadim Kochan1-1/+1
2015-07-17flowtop: Indentation fixes for multiline function signaturesTobias Klauser1-3/+3
2015-07-17flowtop, netsniff-ng: Move process name extraction to own functionTobias Klauser5-17/+27
2015-07-17flowtop: Use strncpy instead of strcatTobias Klauser1-4/+2
2015-07-17flowtop: Show flow bytes in human readable formatVadim Kochan1-3/+21
2015-07-17flowtop: Show total numbers of flowsVadim Kochan1-14/+19
2015-07-17flowtop: Add connection traffic accountingVadim Kochan1-26/+202
2015-07-17flowtop: Refactor walking for each flow node by presenterVadim Kochan1-79/+52
2015-07-13flowtop: Fix hanging while waiting for collectorVadim Kochan1-1/+1
2015-07-13flowtop: Fix flows disappearingVadim Kochan1-1/+3
2015-07-13netsniff-ng: minor whitespace formatting fixDaniel Borkmann1-1/+1
2015-07-07flowtop man: Add note about activating netfilter connection trackingVadim Kochan1-2/+11
2015-07-01netsniff-ng: dev: Rename device_ifindex_get to __device_ifindexTobias Klauser3-4/+4
2015-06-30trafgen: Print min packet size in error messageVadim Kochan1-3/+6
2015-06-29docs: add reference to Travis CIDaniel Borkmann1-0/+4
2015-06-29netsniff-ng: nlmsg: Define NTF_* constants if not provided by kernel headersTobias Klauser1-2/+20