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
/
netlink_delinearize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: store parser location for handle and position specifiers
Pablo Neira Ayuso
2016-03-30
1
-2
/
+2
*
src: Add support for masquerade port selection
Shivani Bhardwaj
2016-03-03
1
-2
/
+27
*
netlink_delinearize: handle extension header templates with odd sizes
Florian Westphal
2016-03-02
1
-4
/
+8
*
netlink_delinearize: prepare binop_postprocess for exthdr demux
Florian Westphal
2016-03-02
1
-8
/
+7
*
exthdr: remove implicit dependencies
Florian Westphal
2016-03-02
1
-3
/
+10
*
netlink_delinearize: prune implicit binop before payload_match_postprocess()
Pablo Neira Ayuso
2016-02-01
1
-3
/
+2
*
src: annotate follow up dependency just after killing another
Pablo Neira Ayuso
2016-01-31
1
-18
/
+27
*
src: add fwd statement for netdev
Pablo Neira Ayuso
2016-01-31
1
-0
/
+29
*
netlink_delinearize: only remove protocol if equal cmp is used
Florian Westphal
2016-01-27
1
-0
/
+1
*
netlink: do binop postprocessing also for map lookups
Florian Westphal
2016-01-26
1
-0
/
+20
*
netlink: move binop postprocess to extra function
Florian Westphal
2016-01-26
1
-28
/
+35
*
src: support limit rate over value
Pablo Neira Ayuso
2016-01-14
1
-0
/
+1
*
netlink: only drop mask if it matches left known-size operand
Florian Westphal
2016-01-04
1
-3
/
+5
*
netlink: don't handle lhs zero-length expression as concat type
Florian Westphal
2016-01-04
1
-1
/
+1
*
ct: add support for directional keys
Florian Westphal
2016-01-04
1
-3
/
+18
*
netlink_delinearize: add previous statement to rule_pp_ctx
Pablo Neira Ayuso
2015-12-18
1
-13
/
+17
*
netlink_delinearize: postprocess expression before range merge
Pablo Neira Ayuso
2015-12-14
1
-3
/
+3
*
src: fix sub-byte protocol header definitions
Pablo Neira Ayuso
2015-12-14
1
-13
/
+10
*
netlink_delinearize: fix use-after-free
Pablo Neira Ayuso
2015-11-28
1
-3
/
+3
*
netlink: fix up indentation damage
Patrick McHardy
2015-11-27
1
-10
/
+6
*
payload: add payload statement
Patrick McHardy
2015-11-25
1
-3
/
+43
*
rule: move comment out of handle
Patrick McHardy
2015-11-15
1
-8
/
+8
*
src: add interface wildcard matching
Pablo Neira Ayuso
2015-11-02
1
-22
/
+93
*
src: add dup statement support
Pablo Neira Ayuso
2015-09-30
1
-0
/
+53
*
src: add burst parameter to limit
Pablo Neira Ayuso
2015-09-23
1
-0
/
+1
*
src: add per-bytes limit
Pablo Neira Ayuso
2015-09-23
1
-0
/
+1
*
vlan: make != tests work
Florian Westphal
2015-09-18
1
-0
/
+1
*
nft: support listing expressions that use non-byte header fields
Florian Westphal
2015-09-18
1
-10
/
+70
*
nft: allow stacking vlan header on top of ethernet
Florian Westphal
2015-09-18
1
-9
/
+38
*
src: use new symbols in libnftnl
Pablo Neira Ayuso
2015-09-16
1
-117
/
+117
*
netlink_delinearize: meta l4proto range printing broken on 32bit
Pablo Neira Ayuso
2015-07-17
1
-0
/
+3
*
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
1
-13
/
+117
|
\
|
*
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
|
*
Merge remote-tracking branch 'origin/master' into next-4.1
Patrick McHardy
2015-06-02
1
-3
/
+1
|
|
\
*
|
|
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
1
-66
/
+189
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
1
-0
/
+38
|
*
expr: add set_elem_expr as container for set element attributes
Patrick McHardy
2015-04-12
1
-0
/
+3
*
|
netlink_delinearize: remove obsolete fixme
Patrick McHardy
2015-06-02
1
-3
/
+1
|
/
*
netlink_delinarize: fix payload dependency killing of link layer dependencies
Patrick McHardy
2015-03-25
1
-2
/
+2
*
netlink_delinearize: add register parsing helper function
Patrick McHardy
2015-01-11
1
-20
/
+26
*
netlink_delinearize: cleanup hard to read code
Patrick McHardy
2015-01-11
1
-60
/
+79
*
netlink_delinearize: rename netlink_parse_*_sreg/dreg functions
Patrick McHardy
2015-01-11
1
-8
/
+8
*
netlink_delinearize: fix error handling for invalid registers
Patrick McHardy
2015-01-10
1
-1
/
+4
[next]