index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlink: cmp: shift rhs constant if lhs offset doesn't start on byte boundary
Florian Westphal
2015-09-18
1
-0
/
+10
*
nft: fill in doff and fix ihl/version template entries
Florian Westphal
2015-09-18
1
-4
/
+6
*
src: netlink: don't truncate set key lengths
Florian Westphal
2015-09-18
1
-2
/
+2
*
src: netlink_linearize: handle sub-byte lengths
Florian Westphal
2015-09-18
1
-2
/
+44
*
payload: disable payload merge if offsets are not on byte boundary.
Florian Westphal
2015-09-18
1
-0
/
+4
*
nft: allow stacking vlan header on top of ethernet
Florian Westphal
2015-09-18
4
-10
/
+121
*
tests: don't depend on set element order
Florian Westphal
2015-09-18
2
-1
/
+30
*
Bump version to v0.5
v0.5
Pablo Neira Ayuso
2015-09-16
1
-1
/
+1
*
src: use new symbols in libnftnl
Pablo Neira Ayuso
2015-09-16
9
-877
/
+877
*
tests: add concatenations and maps; combine them too
Pablo Neira Ayuso
2015-09-11
8
-0
/
+118
*
evaluate: use existing table object from evaluation context
Pablo Neira Ayuso
2015-09-11
1
-4
/
+18
*
mnl: rework netlink socket receive path for events
Pablo Neira Ayuso
2015-09-07
1
-1
/
+37
*
netlink: flush stdout after each event in monitor mode
Pablo Neira Ayuso
2015-09-07
1
-0
/
+1
*
tests: display error when trying to run tests out of the root directory
Pablo Neira Ayuso
2015-09-07
1
-0
/
+5
*
src: fix build with debug off
Florian Westphal
2015-09-07
1
-1
/
+1
*
tests: add 'awkward' prefix match expression
Florian Westphal
2015-08-23
3
-0
/
+17
*
tests: use the src/nft binary instead of $PATH one
Florian Westphal
2015-08-23
1
-17
/
+18
*
tests: redirect: fix payload display
Pablo Neira Ayuso
2015-08-18
2
-33
/
+33
*
tests: sets: don't include listing in payload tests
Pablo Neira Ayuso
2015-08-18
4
-6
/
+0
*
netlink: don't call netlink_dump_*() from listing functions with --debug=netlink
Pablo Neira Ayuso
2015-08-18
1
-4
/
+0
*
evaluate: display error on unexisting chain when listing
Pablo Neira Ayuso
2015-08-18
1
-1
/
+11
*
src: get rid of EINTR handling for nft_netlink()
Pablo Neira Ayuso
2015-08-18
2
-9
/
+6
*
src: use cache infrastructure for set element objects
Pablo Neira Ayuso
2015-08-18
1
-25
/
+11
*
src: use cache infrastructure for rule objects
Pablo Neira Ayuso
2015-08-18
1
-10
/
+12
*
src: add chain declarations to cache
Pablo Neira Ayuso
2015-08-18
1
-2
/
+18
*
evaluate: add cmd_evaluate_rename()
Pablo Neira Ayuso
2015-08-18
1
-0
/
+22
*
src: use cache infrastructure for chain objects
Pablo Neira Ayuso
2015-08-18
1
-39
/
+16
*
rule: add chain reference counter
Pablo Neira Ayuso
2015-08-18
2
-0
/
+12
*
src: early allocation of the set ID
Pablo Neira Ayuso
2015-08-18
2
-4
/
+4
*
src: add set declaration to cache
Pablo Neira Ayuso
2015-08-18
1
-0
/
+9
*
src: use cache infrastructure for set objects
Pablo Neira Ayuso
2015-08-18
2
-86
/
+79
*
src: add table declaration to cache
Pablo Neira Ayuso
2015-08-18
2
-15
/
+15
*
rule: add reference counter to the table object
Pablo Neira Ayuso
2015-08-18
2
-0
/
+13
*
src: add cmd_evaluate_list()
Pablo Neira Ayuso
2015-08-18
1
-0
/
+23
*
src: add cache infrastructure and use it for table objects
Pablo Neira Ayuso
2015-08-18
5
-28
/
+87
*
Merge branch 'next-4.2'
Pablo Neira Ayuso
2015-08-18
10
-3
/
+123
|
\
|
*
src: add netdev family support
Pablo Neira Ayuso
2015-06-16
10
-4
/
+122
*
|
tests: add two test cases using binop w. payload
Florian Westphal
2015-08-07
3
-0
/
+31
*
|
src: restore nft list tables
Pablo Neira Ayuso
2015-08-03
1
-1
/
+1
*
|
tests: validate generated netlink instructions
Florian Westphal
2015-07-20
65
-5
/
+11259
*
|
netlink_delinearize: meta l4proto range printing broken on 32bit
Pablo Neira Ayuso
2015-07-17
1
-0
/
+3
*
|
tests: meta: use root for uid/gid checks
Florian Westphal
2015-07-16
1
-8
/
+8
*
|
tests: avoid more warnings
Florian Westphal
2015-07-15
5
-11
/
+11
*
|
main: return error to shell on evaluation problems
Pablo Neira Ayuso
2015-07-14
1
-3
/
+5
*
|
configure: fix --enable-debug
Pablo Neira Ayuso
2015-07-14
1
-2
/
+2
*
|
netlink: release table object via table_free() in netlink_get_table()
Pablo Neira Ayuso
2015-07-14
1
-1
/
+1
*
|
rule: add do_list_tables()
Pablo Neira Ayuso
2015-07-14
1
-15
/
+17
*
|
src: set chain->hookstr from delinearization
Pablo Neira Ayuso
2015-07-06
3
-5
/
+6
*
|
rule: missing family when listing of tables
Pablo Neira Ayuso
2015-07-03
1
-1
/
+3
*
|
datatype: avoid crash in debug mode when printing integers
Florian Westphal
2015-06-30
1
-1
/
+2
[next]