]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2019-06-18  Eric Leblonddoc: address norg comments on eBPF doc 3952/head
2019-06-18  Eloïse Brocasdoc: specify config file in ebpf doc
2019-06-18  Eric Leblondutil-ebpf: fix creation of flow from pinned maps
2019-06-18  Eric Leblondaf-packet: xdp pinned maps need to be read
2019-06-18  Eric Leblondflow-bypass: registration of non periodic check
2019-06-18  Eric Leblondflow-hash: real hash computation for FlowKey
2019-06-18  Eric Leblondutil-ebpf: log bypassed flow maps count
2019-06-18  Eric Leblonddoc: info for new bypass counters
2019-06-18  Eric Leblondbypass: add counter for local captured bypass
2019-06-18  Eric Leblondbypass: flow bypass is not ebpf only
2019-06-18  Eric Leblondutil-ebpf: early exit if no map
2019-06-18  Eric Leblondutil-ebpf: reindex
2019-06-18  Eric Leblondaf-packet: some conditional fields
2019-06-18  Eric Leblonddoc: update bypass stats doc
2019-06-18  Eric Leblondbypass: bytes and pkts counters for local bypass
2019-06-18  Eric Leblondaf-packet: better accounting and error handling
2019-06-18  Eric Leblondutil-ebpf: optimization on flow storage queries
2019-06-18  Eric Leblondutil-ebpf: simplify free function
2019-06-18  Eric Leblondutil-ebpf: set livedev in flow
2019-06-18  Eric Leblondutil-device: introduce bypassed stats sub function
2019-06-18  Eric Leblondflow-manager: move bypass timeout to a inline func
2019-06-18  Eric Leblondutil-ebpf: case is not possible so remove warning
2019-06-18  Eric Leblondbypass: implement iface-bypassed-stat for callback
2019-06-18  Eric Leblondbypass: account callback method in stats
2019-06-18  Eric Leblondbypass: restore interface counter
2019-06-18  Eric Leblondbypass: compress flow keys structure
2019-06-18  Eric Leblondebpf: get rid of hash in map value
2019-06-18  Eric Leblondbypass: new callback stragegy
2019-06-18  Eric Leblondaf-packet: improve error handling for some hw
2019-06-18  Eric Leblondbypass: fix accounting
2019-06-18  Eric Leblondebpf: only display that file is loaded if we do it
2019-06-18  Eric Leblondaf-packet: avoid error flooding when bypass fails
2019-06-18  Eric Leblondutil-ebpf: more useful error message
2019-06-18  Eric Leblondebpf: don't use nexthdr to build hash
2019-06-18  Eric Leblondutil-ebpf: improve code readability
2019-06-18  Eric Leblondutil-ebpf: discard flow if no Flow storage
2019-06-18  Eric Leblonddoc: document flow event_type
2019-06-18  Eric Leblondutil-ebpf: fix ebpf bypass
2019-06-18  Eric Leblondbypass: fix wait time at exit
2019-06-18  Eric Leblondaf-packet: fix use after free on config
2019-06-18  Eric Leblondbypass: allow bypass for packet without flow
2019-06-18  Eric Leblondebpf: fix bypass filter vlan
2019-06-18  Eric Leblonddoc: update ebpf doc following bypass_filter change
2019-06-18  Eric Leblondebpf: complete vlan support for ebpf bypass filter
2019-06-18  Eric Leblonddoc: update for latest xdp_filter.c change
2019-06-18  Eric Leblondbypass: use flow storage for bypass counter
2019-06-18  Eric Leblondebpf: add vlan tracking option to xdp_filter
2019-06-18  Eric Leblondebpf: tls encrypted bypass in xdp_filter
2019-06-18  Eric Leblondebpf: fix UDP bypass in xdp_filter
2019-06-18  Eric Leblondebpf: fix typo in xdp_filter.c comment
2019-06-18  Eric Leblondbypass: generalize iface bypass stats
2019-06-18  Eric Leblondebpf: add comment for some define in XDP filter
2019-06-18  Eric Leblondebpf: remove useless var in xdp_filter
2019-06-18  Eric Leblondutil-ebpf: change flow accounting logic
2019-06-18  Eric Leblondutil-ebpf: better error handling
2019-06-18  Eric Leblondutil-ebpf: better error handling of map unlink
2019-06-18  Eric Leblondutil-ebpf: rename field 'unlink' to avoid confusion
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 Leblondflow-bypass: rename variables
2019-06-18  Eric Leblondflow-hash: doc and code cleaning
2019-06-18  Eric Leblondflow-bypass: clock_gettime error handling
2019-06-18  Eric Leblondutil-ebpf: log level fixes and code cleaning
2019-06-18  Eric Leblondutil-ebpf: init code optimization
2019-06-18  Eric Leblondconfigure: libbpf path
2019-06-18  Eric Leblondebpf: reindent xdp_filter.c
2019-06-18  Eric Leblonddoc: improve ebpf doc
2019-06-18  Eric Leblonddoc: document netronome hardware bypass usage
2019-06-18  Eric Leblondutil-ebpf: fix error reported by coccinelle check
2019-06-18  Eric Leblondaf-packet: add vlan_id in bypass key
2019-06-18  Eric Leblondebpf: fix percpu hash handling
2019-06-18  Eric Leblondflow-bypass: increase bypass timeout
2019-06-18  Eric Leblondflow-bypass: fix timeout of maps bypassed flows
2019-06-18  Eric Leblondutil-ebpf: fix IPv6 deletion loop
2019-06-18  Eric Leblondaf-packet: fix bypass for IPv6
2019-06-18  Eric Leblondutil-ebpf: add message if key deletion fails
2019-06-18  Eric Leblondutil-ebpf: can't delete in place so update algo
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 Leblondutil-ebpf: simplify function declarations
2019-06-18  Eric Leblondutil-ebpf: micro optimization
2019-06-18  Eric Leblondutil-ebpf: create flow from bypassed flows
2019-06-18  Eric Leblondflow-hash: new function to get flow from flowkey
2019-06-18  Eric Leblondebpf: make table iterator generic
2019-06-18  Eric Leblondaf-packet: bypass with init function
2019-06-18  Eric Leblondebpf: fix indentation in xdp_filter
2019-06-18  Eric Leblondutil-ebpf: fix iteration in flow timeout
2019-06-18  Eric Leblondebpf: set number of RSS queues to a power of 2
2019-06-18  Eric Leblonddoc: use github mirror to setup libbpf
2019-06-18  Eric Leblondebpf: implement RSS load balancing in hardware mode
2019-06-18  Eric Leblondebpf: use atomic for counter in hw offload case
2019-06-18  Eric Leblondaf-packet: correctly set up hardware offload
2019-06-18  Eric Leblondebpf: more conditional code for netronome support
2019-06-18  Eric Leblondebpf: remove BPF_LL_OFF in nhoff offset
2019-06-18  Eric Leblondaf-packet: fix loading of ebpf filter
2019-06-18  Eric Leblondebpf: sync header with upstream
2019-06-18  Eric Leblonddoc: typo fixes on ebpf doc
2019-06-18  Eric Leblondaf-packet: fix the start when XDP is pinned
next