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
path:
root
/
trafgen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-01
trafgen: Replace variable length arrays
Tobias Klauser
1
-6
/
+9
2014-08-21
trafgen: minor fix to help text for option "--no-sock-mem"
Jesper Dangaard Brouer
1
-1
/
+1
2014-08-21
trafgen: add option to not adjust system socket mem during testrun
Jesper Dangaard Brouer
1
-3
/
+10
2014-05-09
ring: Merge common ring_{rx,tx} initialization into own function
Tobias Klauser
1
-11
/
+2
2014-05-09
trafgen: Remove unnecessary initialization of ct.reserve_size
Tobias Klauser
1
-1
/
+0
2014-04-30
ring: Consistently use size_t to specify ring size
Tobias Klauser
1
-2
/
+4
2014-04-30
trafgen: Don't expose -k/--kernel-pull anymore and warn if it still used
Tobias Klauser
1
-3
/
+3
2014-04-30
trafgen: Use strtoul() instead of strtol() for unsigned long
Tobias Klauser
1
-1
/
+1
2014-04-27
trafgen: performance regression at 10G due to smaller ring buffer size
Jesper Dangaard Brouer
1
-1
/
+1
2014-03-26
trafgen: keep a small initial ring buffer size to reduce cache-misses
Daniel Borkmann
1
-0
/
+3
2014-03-26
trafgen: remove timer-based trigger model
Daniel Borkmann
1
-43
/
+10
2014-02-22
trafgen: Exit gracefully for all possible termination signals
Tobias Klauser
1
-0
/
+4
2014-02-02
trafgen: Don't modify optarg/argv
Tobias Klauser
1
-1
/
+0
2013-12-12
trafgen: take advantage of PACKET_QDISC_BYPASS sock option
Jesper Dangaard Brouer
1
-2
/
+11
2013-12-11
trafgen: speedup TX only path by avoiding kernel packet_rcv() call
Jesper Dangaard Brouer
1
-1
/
+1
2013-11-25
trafgen: inherit netsniff-ng's -H -Q options
Daniel Borkmann
1
-3
/
+21
2013-11-18
trafgen: don't bother about device going down, just continue sending
Daniel Borkmann
1
-2
/
+2
2013-10-15
trafgen: set interpacket gap in time units (s/ms/us/ns)
Jon Schipp
1
-11
/
+39
2013-09-23
trafgen: remove inner loop
Daniel Borkmann
1
-31
/
+31
2013-09-12
trafgen: combine likely conditions
Daniel Borkmann
1
-2
/
+2
2013-08-12
trafgen: Fix compiler warnings
Tobias Klauser
1
-17
/
+21
2013-08-09
mac80211.c: Remove or mark unused function parameters
Tobias Klauser
1
-1
/
+1
2013-08-02
trafgen: Remove unused local variable in apply_*() functions.
Tobias Klauser
1
-25
/
+22
2013-07-13
trafgen: switch for skipping cpu time statistics on exit
Daniel Borkmann
1
-3
/
+8
2013-07-13
sparse: netsniff-ng, trafgen: fix remaining time(0) warnings
Daniel Borkmann
1
-1
/
+1
2013-07-13
trafgen: setup_shared_var: fix reamainders
Daniel Borkmann
1
-4
/
+3
2013-07-13
trafgen: sparse: make seed static
Daniel Borkmann
1
-4
/
+4
2013-07-13
trafgen: setup_shared_var: fix couple of things
Daniel Borkmann
1
-5
/
+6
2013-07-09
all: show git id in --version information
Daniel Borkmann
1
-2
/
+4
2013-06-15
trafgen: fix checksumming in trafgen example config
Daniel Borkmann
1
-1
/
+1
2013-06-15
trafgen: check offsets for all kind of csums
Daniel Borkmann
1
-2
/
+5
2013-06-15
trafgen: fix -n1 bug for packet scheduling
Daniel Borkmann
1
-2
/
+2
2013-06-04
xutils: eliminate xutils, move rest to epoll2
Daniel Borkmann
1
-1
/
+2
2013-06-04
timer: add time management functions
Daniel Borkmann
1
-0
/
+1
2013-06-04
sig: add signal handling functions
Daniel Borkmann
1
-0
/
+1
2013-06-04
sock: add socket management functions
Daniel Borkmann
1
-0
/
+1
2013-06-04
proc: move out process specific management functions
Daniel Borkmann
1
-0
/
+1
2013-06-04
privs: move drop_privileges out of xutils
Daniel Borkmann
1
-0
/
+1
2013-06-04
xio: rename xio to ioops and reduce its includes
Daniel Borkmann
1
-1
/
+1
2013-06-04
xio: add ioexact operations
Daniel Borkmann
1
-5
/
+1
2013-06-04
cpus: break out cpu related functions from xutils
Daniel Borkmann
1
-0
/
+1
2013-06-04
xutils: break out string handling and locking
Daniel Borkmann
1
-0
/
+2
2013-06-03
irq: break out from xutils and save + restore
Daniel Borkmann
1
-0
/
+2
2013-05-31
ring: setup frame structure for v2/v3 in a generic way
Daniel Borkmann
1
-1
/
+1
2013-05-23
make: include build name
Daniel Borkmann
1
-1
/
+1
2013-05-21
trafgen: Remove unnecessary reinitialization of icmp packet
Tobias Klauser
1
-2
/
+0
2013-05-17
trafgen: Add __noreturn attribute previously missed
Tobias Klauser
1
-1
/
+1
2013-05-17
trafgen: Add __noreturn attribute to exiting functions
Tobias Klauser
1
-2
/
+2
2013-05-15
man: trafgen: Minor fixes
Tobias Klauser
1
-1
/
+1
2013-04-09
trafgen: do not care if device is running yet
Daniel Borkmann
1
-2
/
+0
[next]