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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: add set optimization options
Arturo Borrero
2014-09-29
4
-0
/
+77
*
parser: rearrange monitor/export rules
Patrick McHardy
2014-09-24
1
-12
/
+11
*
queue: clean up queue statement
Patrick McHardy
2014-09-24
6
-70
/
+74
*
expr: make range_low()/range_high() usable outside of segtree
Patrick McHardy
2014-09-24
2
-40
/
+40
*
mnl: consistency checks across several netlink dumps
Pablo Neira Ayuso
2014-09-19
3
-0
/
+57
*
parser: compact log level grammar
Patrick McHardy
2014-09-17
1
-32
/
+8
*
src: fix 'describe' command when passing wrong expressions
Pablo Neira Ayuso
2014-09-17
3
-8
/
+23
*
parser: simplify monitor command parsing
Patrick McHardy
2014-09-17
2
-145
/
+39
*
src: add specific byteorder to the struct proto_hdr_template
Alvaro Neira Ayuso
2014-09-17
3
-5
/
+14
*
netlink: include file and line in netlink ABI errors
Arturo Borrero
2014-09-16
1
-2
/
+3
*
log: netlink_linearize: don't set level if user didn't specify
Pablo Neira Ayuso
2014-09-12
1
-1
/
+4
*
include: refresh include/linux/nf_tables.h cached copy
Pablo Neira Ayuso
2014-09-11
2
-2
/
+2
*
src: add `flush ruleset'
Arturo Borrero
2014-09-09
4
-5
/
+50
*
Fix typo in chain hook parsing
Yanchuan Nian
2014-09-09
1
-1
/
+1
*
src: Add devgroup support in meta expresion
Ana Rey
2014-09-03
3
-0
/
+12
*
src: meta: Fix the size of cpu attribute
Ana Rey
2014-09-03
1
-1
/
+1
*
src: Add support for cpu in meta expresion
Ana Rey
2014-08-24
3
-0
/
+6
*
src: Add support for pkttype in meta expresion
Ana Rey
2014-08-24
3
-0
/
+58
*
payload: use proto_unknown for raw protocol header
Yuxuan Shui
2014-08-20
1
-0
/
+1
*
src: don't return error in netlink_linearize_rule()
Pablo Neira Ayuso
2014-08-19
2
-12
/
+9
*
verdict type: handle verdict flags and encoded additional information
Patrick McHardy
2014-08-19
1
-10
/
+13
*
proto: fix byteorder of ETH_P_* values
Patrick McHardy
2014-08-19
1
-12
/
+12
*
datatype: take endianess into account in symbolic_constant_print()
Patrick McHardy
2014-08-19
1
-1
/
+7
*
payload: take endianess into account when updating the payload context
Patrick McHardy
2014-08-19
1
-1
/
+8
*
linealize: generate unary expression with the appropiate operation
Alvaro Neira
2014-08-19
1
-1
/
+1
*
Fix memory leak in nft get operation
Yanchuan Nian
2014-08-14
1
-6
/
+11
*
src: add level option to the log statement
Pablo Neira Ayuso
2014-07-25
6
-19
/
+136
*
mnl: fix crashes when using sets with many elements
Pablo Neira Ayuso
2014-07-25
1
-11
/
+32
*
mnl: introduce NFT_NLMSG_MAXSIZE
Pablo Neira Ayuso
2014-07-25
1
-5
/
+13
*
main: propagate error to shell
Pablo Neira Ayuso
2014-07-25
1
-0
/
+2
*
src: rework batching logic to fix possible use of uninitialized pages
Pablo Neira Ayuso
2014-07-22
3
-49
/
+60
*
mnl: add nft_nlmsg_batch_current() helper
Pablo Neira Ayuso
2014-07-22
1
-13
/
+18
*
mnl: add nft_batch_continue() helper
Pablo Neira Ayuso
2014-07-22
1
-28
/
+17
*
netlink: monitor: fix how rules with intervals are printed
Arturo Borrero
2014-07-21
1
-0
/
+7
*
netlink: monitor: add a helper function to handle sets referenced by a rule
Arturo Borrero
2014-07-21
1
-31
/
+44
*
mnl: check for NLM_F_DUMP_INTR when dumping object lists
Pablo Neira Ayuso
2014-07-14
3
-33
/
+81
*
mnl: immediately return on errors in mnl_nft_ruleset_dump()
Pablo Neira Ayuso
2014-07-14
1
-23
/
+24
*
proto: initialize result expression in ethertype_parse()
Pablo Neira Ayuso
2014-07-14
1
-0
/
+1
*
evaluate: fix concat expressions as map arguments
Patrick McHardy
2014-07-10
1
-0
/
+1
*
netlink: check and handle errors from netlink_delinearize_set()
Patrick McHardy
2014-07-10
1
-2
/
+11
*
netlink: Correct initial value of bytes counter in nftables rule
Yanchuan Nian
2014-06-25
1
-1
/
+1
*
src: revert broken reject icmp code support
Pablo Neira Ayuso
2014-06-20
6
-84
/
+4
*
reject: add ICMP code parameter for indicating the type of error
Álvaro Neira Ayuso
2014-06-16
6
-6
/
+73
*
reject: Use protocol context for indicating the reject type
Álvaro Neira Ayuso
2014-06-16
2
-0
/
+13
*
queue: More compact syntax
Álvaro Neira Ayuso
2014-06-11
5
-42
/
+52
*
cli: fix nft -i command crashes when try to input multi line command
Guruswamy Basavaiah
2014-06-10
1
-2
/
+6
*
src: change type of chain.priority from unsigned int to int
Hendrik Schwartke
2014-06-10
2
-5
/
+5
*
netlink: Allow to invert the ranges
Álvaro Neira Ayuso
2014-06-05
1
-6
/
+39
*
payload: Update the context only in equality relations
Álvaro Neira Ayuso
2014-06-05
1
-1
/
+2
*
scanner: Add udplite token
Álvaro Neira Ayuso
2014-05-28
1
-0
/
+1
[next]