index
:
netsniff-ng.git
coverity_scan
gh-actions
master
A high-performance Linux networking toolkit
Daniel Borkmann, Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-07
flowtop: Remove tprintf.o from object dependencies
Tobias Klauser
1
-1
/
+0
2015-08-06
zsh: netsniff-ng: Add completetion for --cooked
Tobias Klauser
1
-0
/
+1
2015-08-06
flowtop: Show counters in same color as their direction
Vadim Kochan
1
-20
/
+22
2015-08-06
build: travis: Switch from legacy to container based travis builds
Tobias Klauser
1
-3
/
+13
2015-08-05
build: curvetun: link against sysctl.o
Tobias Geerinckx-Rice
1
-0
/
+1
2015-08-04
flowtop: Do not insert DNS flows into list
Vadim Kochan
1
-9
/
+20
2015-08-04
flowtop: Resolve src host if '-s' option specified
Vadim Kochan
1
-2
/
+4
2015-08-04
flowtop: Don't hide status bar while dumping flows
Vadim Kochan
1
-15
/
+12
2015-08-03
netsniff-ng: Do not tune socket memory in pcap read-only mode
Vadim Kochan
1
-0
/
+1
2015-08-03
man: flowtop: Add notes about enabling traffic accounting
Vadim Kochan
1
-2
/
+18
2015-08-03
flowtop: Show counters by direction
Vadim Kochan
1
-15
/
+25
2015-08-03
flowtop: Get rid of flushing flows by dumping ipv4/ipv6 tables
Vadim Kochan
1
-30
/
+122
2015-08-03
flowtop: Rename collector_cb -> flow_event_cb
Vadim Kochan
1
-3
/
+3
2015-08-03
flowtop: Rename ct_dump -> ct_update, dump_cb -> flow_update_cb
Vadim Kochan
1
-8
/
+8
2015-08-03
flowtop: Move filter creating to separate function
Vadim Kochan
1
-16
/
+18
2015-07-30
sock: Avoid setting negative socket memory values
Tobias Klauser
1
-1
/
+1
2015-07-30
sock: Don't panic() when sysctl_set_int fails
Tobias Klauser
1
-1
/
+2
2015-07-30
sysctl: Export procfs base path in sysctl.h
Tobias Klauser
2
-6
/
+7
2015-07-30
sysctl: Include limits.h instead of linux/limits.h
Tobias Klauser
1
-1
/
+1
2015-07-27
flowtop: Fix missing new connections after flush
Vadim Kochan
1
-2
/
+2
2015-07-27
flowtop: Make struct flow_entry member size checks build_bug_on()
Tobias Klauser
1
-3
/
+3
2015-07-26
flowtop: Fix collector stuck while flush IPv6 flows
Vadim Kochan
1
-5
/
+17
2015-07-26
ifpps: Cleanup screen on panic
Vadim Kochan
1
-0
/
+8
2015-07-26
ifpps: Fix panic when dev name contains "_"
Vadim Kochan
1
-1
/
+1
2015-07-26
flowtop: Fix bytes counter print for gigabyte
Vadim Kochan
1
-1
/
+1
2015-07-26
flowtop: Use prev & next vars in flow_list_find_prev_id(...)
Vadim Kochan
1
-6
/
+6
2015-07-26
flowtop: Change tcp param to 'bool is_tcp' in presenter_get_port(..)
Vadim Kochan
1
-5
/
+5
2015-07-26
flowtop: Use bool as parameter in get_port_inode(..)
Vadim Kochan
1
-1
/
+1
2015-07-26
flowtop: Convert bool in flow_entry_get_extended_is_dns(...)
Vadim Kochan
1
-1
/
+1
2015-07-23
flowtop: Make presenter_flow_wrong_state() return bool
Tobias Klauser
1
-8
/
+6
2015-07-22
flowtop: Replace bool lookup tables by switch statement
Tobias Klauser
1
-40
/
+37
2015-07-21
netsniff-ng: dissector_sll: Remove NULL check alltogether
Tobias Klauser
1
-10
/
+2
2015-07-21
netsniff-ng: dissector_sll: Fix indentation and typo
Tobias Klauser
1
-7
/
+7
2015-07-21
netsniff-ng: dissector_sll: Fix potential NULL dereference
Tobias Klauser
1
-4
/
+6
2015-07-21
flowtop: Simplify assignment of flow_entry->is_visible
Tobias Klauser
1
-9
/
+7
2015-07-20
dev: device_set_flags: also dump error
Daniel Borkmann
1
-1
/
+1
2015-07-20
sock: Use sysctl helpers to access /proc/sys/ params
Vadim Kochan
3
-32
/
+11
2015-07-20
bpf: Use sysctl helpers to enable bpf jit compiler
Vadim Kochan
4
-12
/
+5
2015-07-20
sysctl: Add sysctl module with /proc/sys helpers
Vadim Kochan
4
-54
/
+76
2015-07-20
Revert "flowtop: Don't init screen until collector is ready"
Vadim Kochan
2
-40
/
+0
2015-07-20
Revert "flowtop: Fix hanging while waiting for collector"
Vadim Kochan
1
-1
/
+1
2015-07-17
flowtop: Indentation fixes for multiline function signatures
Tobias Klauser
1
-3
/
+3
2015-07-17
flowtop, netsniff-ng: Move process name extraction to own function
Tobias Klauser
5
-17
/
+27
2015-07-17
flowtop: Use strncpy instead of strcat
Tobias Klauser
1
-4
/
+2
2015-07-17
flowtop: Show flow bytes in human readable format
Vadim Kochan
1
-3
/
+21
2015-07-17
flowtop: Show total numbers of flows
Vadim Kochan
1
-14
/
+19
2015-07-17
flowtop: Add connection traffic accounting
Vadim Kochan
1
-26
/
+202
2015-07-17
flowtop: Refactor walking for each flow node by presenter
Vadim Kochan
1
-79
/
+52
2015-07-13
flowtop: Fix hanging while waiting for collector
Vadim Kochan
1
-1
/
+1
2015-07-13
flowtop: Fix flows disappearing
Vadim Kochan
1
-1
/
+3
[prev]
[next]