summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nft: support listing expressions that use non-byte header fieldsFlorian Westphal2015-09-184-13/+159
* tests: add tests for ip version/hdrlength/tcp doffFlorian Westphal2015-09-187-0/+78
* netlink: cmp: shift rhs constant if lhs offset doesn't start on byte boundaryFlorian Westphal2015-09-181-0/+10
* nft: fill in doff and fix ihl/version template entriesFlorian Westphal2015-09-181-4/+6
* src: netlink: don't truncate set key lengthsFlorian Westphal2015-09-181-2/+2
* src: netlink_linearize: handle sub-byte lengthsFlorian Westphal2015-09-181-2/+44
* payload: disable payload merge if offsets are not on byte boundary.Florian Westphal2015-09-181-0/+4
* nft: allow stacking vlan header on top of ethernetFlorian Westphal2015-09-184-10/+121
* tests: don't depend on set element orderFlorian Westphal2015-09-182-1/+30
* Bump version to v0.5v0.5Pablo Neira Ayuso2015-09-161-1/+1
* src: use new symbols in libnftnlPablo Neira Ayuso2015-09-169-877/+877
* tests: add concatenations and maps; combine them tooPablo Neira Ayuso2015-09-118-0/+118
* evaluate: use existing table object from evaluation contextPablo Neira Ayuso2015-09-111-4/+18
* mnl: rework netlink socket receive path for eventsPablo Neira Ayuso2015-09-071-1/+37
* netlink: flush stdout after each event in monitor modePablo Neira Ayuso2015-09-071-0/+1
* tests: display error when trying to run tests out of the root directoryPablo Neira Ayuso2015-09-071-0/+5
* src: fix build with debug offFlorian Westphal2015-09-071-1/+1
* tests: add 'awkward' prefix match expressionFlorian Westphal2015-08-233-0/+17
* tests: use the src/nft binary instead of $PATH oneFlorian Westphal2015-08-231-17/+18
* tests: redirect: fix payload displayPablo Neira Ayuso2015-08-182-33/+33
* tests: sets: don't include listing in payload testsPablo Neira Ayuso2015-08-184-6/+0
* netlink: don't call netlink_dump_*() from listing functions with --debug=netlinkPablo Neira Ayuso2015-08-181-4/+0
* evaluate: display error on unexisting chain when listingPablo Neira Ayuso2015-08-181-1/+11
* src: get rid of EINTR handling for nft_netlink()Pablo Neira Ayuso2015-08-182-9/+6
* src: use cache infrastructure for set element objectsPablo Neira Ayuso2015-08-181-25/+11
* src: use cache infrastructure for rule objectsPablo Neira Ayuso2015-08-181-10/+12
* src: add chain declarations to cachePablo Neira Ayuso2015-08-181-2/+18
* evaluate: add cmd_evaluate_rename()Pablo Neira Ayuso2015-08-181-0/+22
* src: use cache infrastructure for chain objectsPablo Neira Ayuso2015-08-181-39/+16
* rule: add chain reference counterPablo Neira Ayuso2015-08-182-0/+12
* src: early allocation of the set IDPablo Neira Ayuso2015-08-182-4/+4
* src: add set declaration to cachePablo Neira Ayuso2015-08-181-0/+9
* src: use cache infrastructure for set objectsPablo Neira Ayuso2015-08-182-86/+79
* src: add table declaration to cachePablo Neira Ayuso2015-08-182-15/+15
* rule: add reference counter to the table objectPablo Neira Ayuso2015-08-182-0/+13
* src: add cmd_evaluate_list()Pablo Neira Ayuso2015-08-181-0/+23
* src: add cache infrastructure and use it for table objectsPablo Neira Ayuso2015-08-185-28/+87
* Merge branch 'next-4.2'Pablo Neira Ayuso2015-08-1810-3/+123
|\
| * src: add netdev family supportPablo Neira Ayuso2015-06-1610-4/+122
* | tests: add two test cases using binop w. payloadFlorian Westphal2015-08-073-0/+31
* | src: restore nft list tablesPablo Neira Ayuso2015-08-031-1/+1
* | tests: validate generated netlink instructionsFlorian Westphal2015-07-2065-5/+11259
* | netlink_delinearize: meta l4proto range printing broken on 32bitPablo Neira Ayuso2015-07-171-0/+3
* | tests: meta: use root for uid/gid checksFlorian Westphal2015-07-161-8/+8
* | tests: avoid more warningsFlorian Westphal2015-07-155-11/+11
* | main: return error to shell on evaluation problemsPablo Neira Ayuso2015-07-141-3/+5
* | configure: fix --enable-debugPablo Neira Ayuso2015-07-141-2/+2
* | netlink: release table object via table_free() in netlink_get_table()Pablo Neira Ayuso2015-07-141-1/+1
* | rule: add do_list_tables()Pablo Neira Ayuso2015-07-141-15/+17
* | src: set chain->hookstr from delinearizationPablo Neira Ayuso2015-07-063-5/+6