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
*
datatype: avoid crash in debug mode when printing integers
Florian Westphal
2015-06-30
1
-1
/
+2
*
payload: reorder case in a switch for consistency
Eric Leblond
2015-06-30
1
-3
/
+3
*
payload: fix transport matching with no network layer info in bridge family
Pablo Neira Ayuso
2015-06-30
1
-0
/
+3
*
erec: fix logic when reading from file
Eric Leblond
2015-06-30
1
-0
/
+3
*
erec: fix buffer overflow
Eric Leblond
2015-06-30
1
-5
/
+12
*
netlink: fix use-after-free netlink_events_cache_deltable()
Pablo Neira Ayuso
2015-06-16
1
-2
/
+3
*
parser_bison: allow to use mark as datatype for maps and sets
Pablo Neira Ayuso
2015-06-16
1
-6
/
+10
*
netlink_delinarize: fix merge conflict
Patrick McHardy
2015-06-13
1
-1
/
+1
*
Merge remote-tracking branch 'origin/next-4.1'
Patrick McHardy
2015-06-13
5
-53
/
+240
|
\
|
*
netlink: handle concat expressions in set data
Patrick McHardy
2015-06-02
2
-1
/
+33
|
*
netlink_delinearize: handle relational and lookup concat expressions
Patrick McHardy
2015-06-02
1
-9
/
+104
|
*
netlink_delinearize: introduce register translation helper
Patrick McHardy
2015-06-02
1
-4
/
+13
|
*
netlink: pad constant concat sub-expressions
Patrick McHardy
2015-06-02
2
-9
/
+8
|
*
netlink_linearize: generate concat expressions
Patrick McHardy
2015-06-02
1
-3
/
+11
|
*
netlink_linearize: use NFT_REG32 values internally
Patrick McHardy
2015-06-02
1
-4
/
+39
|
*
netlink: pass expression to register allocation/release functions
Patrick McHardy
2015-06-02
1
-26
/
+28
|
*
eval: prohibit variable sized types in concat expressions
Patrick McHardy
2015-06-02
1
-0
/
+7
|
*
Merge remote-tracking branch 'origin/master' into next-4.1
Patrick McHardy
2015-06-02
4
-97
/
+43
|
|
\
*
|
|
proto: use bitmask_type for comp flags
Pablo Neira Ayuso
2015-06-05
1
-1
/
+1
*
|
|
datatype: default to display bitmask in hexadecimal
Pablo Neira Ayuso
2015-06-05
1
-2
/
+9
*
|
|
netlink_delinearize: restore listing of host byteorder set elements
Pablo Neira
2015-06-05
1
-0
/
+4
*
|
|
Merge branch 'next-4.1'
Pablo Neira Ayuso
2015-06-04
11
-148
/
+564
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
netlink_delinearize: consolidate range printing
Pablo Neira Ayuso
2015-06-02
1
-4
/
+78
|
*
|
netlink_delinearize: add payload_match_expand()
Pablo Neira Ayuso
2015-06-02
1
-32
/
+37
|
*
|
netlink_delinearize: keep pointer to current statement from rule_pp_ctx
Pablo Neira Ayuso
2015-06-02
1
-34
/
+37
|
*
|
netlink_delinearize: pass ctx pointer to stmt_reject_postprocess()
Pablo Neira Ayuso
2015-05-30
1
-9
/
+9
|
|
/
|
*
nftables: add set statemet
Patrick McHardy
2015-04-12
6
-1
/
+139
|
*
setelem: add support for attaching comments to set elements
Patrick McHardy
2015-04-12
3
-0
/
+18
|
*
setelem: add timeout support for set elements
Patrick McHardy
2015-04-12
3
-0
/
+29
|
*
set: add timeout support for sets
Patrick McHardy
2015-04-12
5
-1
/
+51
|
*
expr: add set_elem_expr as container for set element attributes
Patrick McHardy
2015-04-12
7
-30
/
+101
|
*
parser: fix inconsistencies in set expression rules
Patrick McHardy
2015-04-12
1
-13
/
+18
|
*
parser: add a time_spec rule
Patrick McHardy
2015-04-12
1
-0
/
+16
|
*
datatype: seperate time parsing/printing from time_type
Patrick McHardy
2015-04-12
1
-25
/
+41
|
*
datatype: less strict time parsing
Patrick McHardy
2015-04-12
1
-12
/
+0
|
*
datatype: fix parsing of time type
Patrick McHardy
2015-04-12
2
-4
/
+7
*
|
netlink_delinearize: remove obsolete fixme
Patrick McHardy
2015-06-02
1
-3
/
+1
*
|
ct: add maximum helper length value
Patrick McHardy
2015-06-02
1
-1
/
+6
*
|
netlink_linearize: fix range cmp instruction generation
Patrick McHardy
2015-06-02
1
-2
/
+3
*
|
mnl: use new libnftnl batch API
Pablo Neira Ayuso
2015-04-14
1
-91
/
+33
|
/
*
src: restore interface to index cache
Pablo Neira Ayuso
2015-04-11
5
-3
/
+156
*
src: introduce netlink_init_error()
Pablo Neira Ayuso
2015-04-09
1
-4
/
+5
*
monitor: fix missing space after chain name
Arturo Borrero
2015-04-08
1
-1
/
+1
*
parser: remove duplicated grammar for chain policy
Patrick McHardy
2015-03-25
1
-12
/
+7
*
netlink_delinarize: fix payload dependency killing of link layer dependencies
Patrick McHardy
2015-03-25
1
-2
/
+2
*
netlink: fix use after free in netlink_get_table()
Patrick McHardy
2015-03-25
1
-4
/
+4
*
set_elem: convert flag value to inclusive-OR binops during delinearize
Patrick McHardy
2015-03-23
1
-0
/
+4
*
rule: fix chain details align indentations
Arturo Borrero
2015-03-19
1
-1
/
+1
*
netlink: fix crash when adding new non-base chain
Pablo Neira Ayuso
2015-03-18
1
-20
/
+24
*
rule: delete extra space in rule indentation
Arturo Borrero
2015-03-18
1
-2
/
+2
[next]