summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-04xutils: break out promisc mode functionsDaniel Borkmann8-23/+36
2013-06-04irq: rename device_bind_irq_to_cpu to device_set_irq_affinityDaniel Borkmann3-4/+4
2013-06-04xio: rename xio to ioops and reduce its includesDaniel Borkmann24-40/+27
2013-06-04xio: add ioexact operationsDaniel Borkmann14-74/+70
2013-06-04xio: refactor fopencookie related functionsDaniel Borkmann6-46/+59
2013-06-04rnd: break out prng from xutilsDaniel Borkmann7-46/+58
2013-06-04corking: use bool instead of intDaniel Borkmann2-6/+8
2013-06-04trie: remove useless header commentDaniel Borkmann1-6/+0
2013-06-04cpusched: remove useless header commentDaniel Borkmann1-6/+0
2013-06-04corking: break out udp/tcp cork functionsDaniel Borkmann7-58/+80
2013-06-04xutils: remove unused declarationDaniel Borkmann1-1/+0
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann6-12/+19
2013-06-04xutils: break out string handling and lockingDaniel Borkmann32-95/+149
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann8-62/+88
2013-06-03netsniff-ng: v3: fix packet accounting on --numDaniel Borkmann5-30/+34
2013-06-03irq: break out from xutils and save + restoreDaniel Borkmann8-112/+145
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori4-8/+13
2013-06-02ifpps: Rename variable containing top number of CPUsTobias Klauser1-8/+8
2013-05-31netsniff-ng: minor: update help descriptionDaniel Borkmann1-3/+3
2013-05-31man: netsniff-ng: update man page to document when -J is neededDaniel Borkmann1-13/+16
2013-05-31netsniff-ng: enable jumbo frames on default in tpacket_v3Daniel Borkmann1-4/+4
2013-05-31ring_rx: if v3, free it in kernel space during closeDaniel Borkmann1-2/+7
2013-05-31ring: netsniff-ng: migrate capture only to TPACKET_V3Daniel Borkmann7-128/+176
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann8-18/+30
2013-05-31ring: move duplicate/generic code parts from rx/tx into ring.cDaniel Borkmann7-72/+85
2013-05-31ring: fix wrong error message text in __get_sockopt_tpacketDaniel Borkmann1-1/+1
2013-05-31ring: implement setup of tpacket v3 ringDaniel Borkmann3-3/+30
2013-05-31man: ifpps: Mention CPU limit in first section and remove BUGS sectionTobias Klauser1-7/+2
2013-05-30ring: setup_{rx,tx}_ring_layout: use bool for jumbo_supportDaniel Borkmann4-4/+4
2013-05-30ring: prepare setup_rx_ring_layout for support in v2/v3Daniel Borkmann6-11/+28
2013-05-30ring: add necessary structures and helper functions for v3Daniel Borkmann2-1/+15
2013-05-30ring: move poll related fallback define to built_in.hDaniel Borkmann2-10/+12
2013-05-30ring: minor: remove define since only used onceDaniel Borkmann1-3/+1
2013-05-30ring: add set_sockopt_tpacket_v3 and refactor othersDaniel Borkmann1-4/+12
2013-05-30Merge branch 'master' of github.com:borkmann/netsniff-ngDaniel Borkmann3-18/+30
2013-05-30man: manpage hyphen fixes, take threeKartik Mistry1-7/+7
2013-05-30man: manpage hyphen fixes, take twoKartik Mistry3-108/+109
2013-05-30ifpps: Allow to select number of top hitter CPUs by command line optionTobias Klauser2-15/+28
2013-05-30netsniff-ng: Add __maybe_unused attribute to timer functionsTobias Klauser1-3/+2
2013-05-30ring: set_sockopt_tpacket: rename to set_sockopt_tpacket_v2Daniel Borkmann3-3/+3
2013-05-30ifpps: Allocate cpu dependent stats in one placeTobias Klauser1-15/+9
2013-05-30ring: remove fanout related bitsDaniel Borkmann1-20/+0
2013-05-30man: manpages hyphen and spelling mistakesKartik Mistry7-48/+48
2013-05-30misc: Fixed spelling mistakesKartik Mistry3-6/+6
2013-05-29conf: oui: run oui-update.py script over config fileDaniel Borkmann1-175/+519
2013-05-29docs: minor: fix whitespacing in copying fileDaniel Borkmann1-2/+2
2013-05-29docs: move sponsor names into authorsDaniel Borkmann2-14/+7
2013-05-29make: add DISTRO=1 for compilation on distributionsDaniel Borkmann1-6/+9
2013-05-29make: allow to append CFLAGS in addition to overwriteDaniel Borkmann1-19/+14
2013-05-29ifpps: fix segfault in terminal modeDaniel Borkmann1-0/+7