summaryrefslogtreecommitdiff
path: root/netsniff-ng.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19netsniff-ng: poll: don't panic on EINTRDaniel Borkmann1-4/+8
2013-08-12netsniff-ng: Check return value of poll()Tobias Klauser1-3/+7
2013-08-09dev: Integrate `promisc' module into `dev' moduleTobias Klauser1-5/+5
2013-08-09netsniff-ng: Fix compiler warningTobias Klauser1-1/+1
2013-08-09mac80211.c: Remove or mark unused function parametersTobias Klauser1-2/+2
2013-07-13pcap_io: Remove unused parameter sll from pcap_pkthdr_to_tpacket_hdr()Tobias Klauser1-3/+2
2013-07-13sparse: netsniff-ng, trafgen: fix remaining time(0) warningsDaniel Borkmann1-2/+2
2013-07-12bpf_comp: pass NEED_TCPDUMP_LIKE_FILTER through gccDaniel Borkmann1-2/+0
2013-07-11netsniff-ng: fix recognition of -U command line optionDaniel Borkmann1-1/+1
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-0/+2
2013-07-09all: show git id in --version informationDaniel Borkmann1-2/+4
2013-07-03netsniff-ng: ctx: init and destruct methods for ctxDaniel Borkmann1-18/+33
2013-07-03pcap: invoke dev->type to pcap linktype mapperDaniel Borkmann1-1/+2
2013-06-25netsniff-ng: tpacketv3: 'fix' packet accounting outputDaniel Borkmann1-2/+2
2013-06-14netsniff-ng: Report if HW timestamping is enabledTobias Klauser1-1/+3
2013-06-12ioops: misc: add dup{,2}_or_die to ioopsDaniel Borkmann1-4/+4
2013-06-12netsniff-ng: walk_t3_block: prevent fd from double closeDaniel Borkmann1-4/+4
2013-06-04tstamping: add header file for packet timestampingDaniel Borkmann1-2/+1
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04timer: add time management functionsDaniel Borkmann1-0/+1
2013-06-04sig: add signal handling functionsDaniel Borkmann1-0/+1
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+1
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-2/+3
2013-06-04privs: move drop_privileges out of xutilsDaniel Borkmann1-0/+1
2013-06-04xutils: break out promisc mode functionsDaniel Borkmann1-0/+1
2013-06-04irq: rename device_bind_irq_to_cpu to device_set_irq_affinityDaniel Borkmann1-2/+2
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann1-1/+1
2013-06-04xio: add ioexact operationsDaniel Borkmann1-4/+1
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+2
2013-06-03netsniff-ng: v3: fix packet accounting on --numDaniel Borkmann1-7/+8
2013-06-03irq: break out from xutils and save + restoreDaniel Borkmann1-1/+2
2013-05-31netsniff-ng: minor: update help descriptionDaniel Borkmann1-3/+3
2013-05-31netsniff-ng: enable jumbo frames on default in tpacket_v3Daniel Borkmann1-4/+4
2013-05-31ring: netsniff-ng: migrate capture only to TPACKET_V3Daniel Borkmann1-75/+79
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann1-4/+4
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann1-2/+2
2013-05-30netsniff-ng: Add __maybe_unused attribute to timer functionsTobias Klauser1-3/+2
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-17netsniff-ng: Add __noreturn attribute to exiting functionsTobias Klauser1-2/+2
2013-05-15man: trafgen: Minor fixesTobias Klauser1-1/+1
2013-05-13ring: break out timestamping since not directly relatedDaniel Borkmann1-0/+2
2013-04-23netsniff-ng: remove set_sockopt_hwtimestamp callDaniel Borkmann1-1/+0
2013-04-11netsniff-ng: mlock: only lock current and future pages when rootDaniel Borkmann1-2/+4
2013-04-09pcap_io: introduce init_once helper that is called with priviledgesDaniel Borkmann1-0/+9
2013-04-06netsniff-ng: also capture if NIC is currently downDaniel Borkmann1-5/+0
2013-03-28ring: purge timer before we unmap tx ring buffersDaniel Borkmann1-0/+19
2013-03-16netsniff-ng: if we cannot get intermediate pcap statistics, panicDaniel Borkmann1-1/+5
2013-03-16netsniff-ng trafgen: check return value of pull_and_flush_ringDaniel Borkmann1-1/+12
2013-03-16netsniff-ng: do not leak file descriptors on exitDaniel Borkmann1-9/+6
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+1369