]> git.ipfire.org Git - people/ms/suricata.git/history - src/runmode-af-packet.c
detect: allows <> syntax for uint ranges
[people/ms/suricata.git] / src / runmode-af-packet.c
2021-11-22  Victor Julienaf-packet: only ref mpeer if needed in tpacket v2
2021-11-22  Victor Julienaf-packet: minor output updates
2021-11-22  Victor Julienaf-packet: remove tpacket-v1 support
2021-11-11  Victor Julienaf-packet: minor config parsing cleanup
2021-11-11  Victor Julienaf-packet: remove zero copy flag
2021-09-17  Jason Ishprelude: remove the prelude output
2020-09-03  Joshua Lumbrunmodes: memory leak on runmode single
2020-08-06  Jason Ishplugins: config.h: move into src and rename to autoconf.h
2020-07-11  Shivani Bhardwajsrc: use FatalError whenever possible
2020-06-28  Victor Julienreject: allow configuration of the reject interface
2020-04-25  Shivani Bhardwajaf-packet: change type of cluster_id to uint16_t
2020-04-25  Shivani Bhardwajsrc: remove multiple uses of atoi
2020-04-16  Victor Julienatomics: change SC_ATOMIC_ADD to 'fetch_add'
2020-02-25  Jason Ishunified2: remove deprecated output unified2
2019-10-07  Shivani Bhardwajafp: nicer error message in case of fanout failure
2019-07-09  Victor Julienrunmodes: simply default runmode logic
2019-06-18  Eric Leblondaf-packet: xdp pinned maps need to be read
2019-06-18  Eric Leblondbypass: new callback stragegy
2019-06-18  Eric Leblondebpf: only display that file is loaded if we do it
2019-06-18  Eric Leblondaf-packet: fix use after free on config
2019-06-18  Eric Leblondaf-packet: improve warning message
2019-06-18  Eric Leblondaf-packet: rename option 'no-percpu-hash'
2019-06-18  Eric Leblondaf-packet: warn when XDP is not supported
2019-06-18  Eric Leblondaf-packet: remove question from code
2019-06-18  Eric Leblondaf-packet: fix default in pinned maps name
2019-06-18  Eric Leblondaf-packet: be sure to nullify option if not set
2019-06-18  Eric Leblondaf-packet: bypass with init function
2019-06-18  Eric Leblondaf-packet: correctly set up hardware offload
2019-06-18  Eric Leblondaf-packet: fix loading of ebpf filter
2019-06-18  Eric Leblondaf-packet: fix the start when XDP is pinned
2019-06-18  Eric Leblondaf-packet: implement pinned-maps-name
2019-06-18  Eric Leblondaf-packet: fix build when eBPF not built-in
2019-06-18  Eric Leblondutil-ebpf: implement pinned maps loading
2019-06-18  Eric Leblondutil-ebpf: conditional pinning of maps
2019-06-18  Eric Leblondebpf: change the logic to avoid ktime usage
2019-05-18  Eric Leblondaf-packet: remove rollover reference
2018-02-06  Eric Leblondaf-packet: XDP bypass in IPS mode
2018-02-06  Eric Leblondaf-packet: add support for XDP cpu redirect map
2018-02-06  Eric Leblondaf-packet: code cleaning and comments
2018-02-06  Eric Leblondaf-packet: improve xdp error handling
2018-02-06  Eric Leblondaf-packet: add support for multi iface bypass
2018-02-06  Eric Leblondflow-bypass: add abstraction layer
2018-02-06  Eric Leblondaf-packet: implementation of XDP bypass
2018-02-06  Eric Leblondflow-bypass: only start thread on demand
2018-02-06  Eric Leblondaf-packet: kernel bypass implementation
2018-02-06  Eric Leblondaf-packet: add support for eBPF cluster and filter
2018-01-18  Jason Ishoutput: introduce init return type
2017-10-17  Victor Julienrunmodes: fix 'threads' option parsing
2017-06-06  Eric Leblondaf-packet: warn when tpacket_v3 is used in IPS
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2016-09-22  Victor Julienoffloading: restore settings on exit
2016-09-22  Victor Julienaf-packet: optionally disable offloading
2016-07-06  Victor Julienaf-packet: improve threads selection logic
2016-06-21  Victor Julienaf-packet: minor cleanups
2016-06-21  Victor Julienaf-packet: test if fanout is supported before use
2016-06-20  Victor Julienoffloading: distinguish between csum and the rest
2016-06-20  Victor Julienafpacket: update offloading warning
2016-06-17  Victor Julienafpacket: disable tpacket-v3 by default
2016-06-08  Victor Julienlivedev: shorten devname at registration
2016-06-02  Victor Julienoutput: introduce config and perf output levels
2016-05-31  Victor Julienaf-packet: use better defaults if config is missing
2016-05-20  Eric Leblondaf-packet: make mmap options parsing conditional
2016-05-20  Eric Leblondaf-packet: use mmap capture by default
2016-05-20  Eric Leblondaf-packet: detect availability of tpacket_v3
2016-05-20  Eric Leblondaf-packet: add option to use memory locked mmap
2016-05-20  Eric Leblondaf-packet: configurable tpacket_v3 block timeout
2016-05-20  Eric Leblondaf-packet: configurable tpacket_v3 block size
2016-05-20  Eric Leblondaf-packet: tpacket_v3 implementation
2016-05-09  Jason Ishsources: allow interface definitions to be reordered
2016-05-05  maxtorsUse ConfValIs* for parsing af-packet.checksum-checks.
2016-05-02  Zachary RasmorUpdate threads to use global thread names.
2016-03-09  Eric Leblondaf-packet: don't check GRO LRO on non ethernet
2016-03-09  Eric Leblondaf-packet: disable most code when not built in
2015-12-06  Victor Julienafpacket: suppress output
2015-12-06  Victor Julienafpacket: move zero copy setup to config parsing
2015-12-06  Victor Julienafpacket: on missing cluster settings, set defaults
2015-07-21  Eric Leblondaf-packet: implement rollover option
2015-07-21  Eric Leblondaf-packet: implement new load balancing modes
2015-03-19  Victor Julienrunmodes: remove DetectEngineCtx passing from API
2014-12-05  Victor Julienafpacket: only check offloading once per iface
2014-12-04  Eric Leblondaf-packet: no more threads than RSS queues
2014-12-04  Victor Julienaf-packet: threads: auto, default to workers
2014-12-04  Victor JulienRunmodes: remove 'auto' runmodes
2014-09-22  Victor Julienaf-packet: check pointers before use
2014-09-22  Eric Leblondaf-packet: force suricata in IPS mode when needed
2014-03-03  Eric Leblondrunmode: remove unused variable.
2013-10-25  Eric Leblondaf-packet: init correctly the config structure
2013-06-26  Eric LeblondCoverity 1038106: fix FP out-of-bond access
2013-06-21  Anoop SaldanhaRemove all cuda related code in the engine except for...
2013-01-21  Eric Leblondaf-packet: add support for 'default' interface
2012-11-19  Eric Leblondaf-packet: update runmode copyright date.
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-09-03  Eric Leblondaf-packet: add optional emergency mode
2012-09-03  Eric Leblondaf-packet: fix runmode name in logging function
2012-09-03  Eric Leblondaf-packet: add doxygen comments
2012-09-03  Eric Leblondaf-packet: IPS and TAP feature
2012-09-03  Eric Leblondaf-packet: improve mmaped running mode.
2012-08-28  pi-rhospelling corrections documented in redmine bug#533
2012-07-03  Victor JulienMinor fixes for coverity issues.
2012-06-29  Eric Leblondcleaning: fix warning when building with clang.
next