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
/
datatype.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce boolean datatype and boolean expression
Phil Sutter
2017-03-10
1
-0
/
+19
*
src: rename set_keytype_alloc() to set_datatype_alloc()
Pablo Neira Ayuso
2017-02-28
1
-3
/
+3
*
datatype: add DTYPE_F_CLONE flag
Pablo Neira Ayuso
2017-02-25
1
-2
/
+3
*
evaluate: store byteorder for set keys
Pablo Neira Ayuso
2017-02-25
1
-5
/
+43
*
datatype: Replace getaddrinfo() by internal lookup table
Elise Lennion
2017-02-06
1
-8
/
+10
*
src: Always print range expressions numerically
Elise Lennion
2017-02-05
1
-1
/
+7
*
datatype: printf format warnings on 32-bit build
Duncan Roe
2017-01-03
1
-1
/
+1
*
expression: Show the base which pre-defined constants are displayed
Elise Lennion
2016-12-20
1
-0
/
+4
*
datatype: Display pre-defined inet_service values in decimal base
Elise Lennion
2016-12-11
1
-2
/
+5
*
datatype: Display pre-defined inet_service values in host byte order
Elise Lennion
2016-12-10
1
-4
/
+22
*
datatype: honor -nn option from inet_service_type_print()
Pablo Neira Ayuso
2016-11-30
1
-0
/
+4
*
datatype: Replace getnameinfo() by internal lookup table
Elise Lennion
2016-11-30
1
-13
/
+2
*
datatype: ll: use big endian byte ordering
Florian Westphal
2016-09-09
1
-3
/
+4
*
src: quote user-defined strings when used from rule selectors
Pablo Neira Ayuso
2016-08-18
1
-4
/
+8
*
datatype: time_type should send milliseconds to userspace
Pablo Neira Ayuso
2016-07-09
1
-1
/
+2
*
src: datatype: Modify symbol table for icmpv6 packet types
Shivani Bhardwaj
2016-01-31
1
-5
/
+7
*
src: add burst parameter to limit
Pablo Neira Ayuso
2015-09-23
1
-2
/
+2
*
src: add per-bytes limit
Pablo Neira Ayuso
2015-09-23
1
-0
/
+55
*
datatype: avoid crash in debug mode when printing integers
Florian Westphal
2015-06-30
1
-1
/
+2
*
Merge remote-tracking branch 'origin/next-4.1'
Patrick McHardy
2015-06-13
1
-2
/
+3
|
\
|
*
netlink: handle concat expressions in set data
Patrick McHardy
2015-06-02
1
-1
/
+1
|
*
netlink: pad constant concat sub-expressions
Patrick McHardy
2015-06-02
1
-1
/
+2
*
|
datatype: default to display bitmask in hexadecimal
Pablo Neira Ayuso
2015-06-05
1
-2
/
+9
|
/
*
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
1
-4
/
+0
*
concat: add concat subtype lookup/id helpers
Patrick McHardy
2015-01-11
1
-2
/
+2
*
datatype: use mpz_set_str instead of gmp_sscanf
Steven Barth
2015-01-07
1
-3
/
+1
*
datatype: change concat_type_alloc() to construct type from id
Patrick McHardy
2014-12-16
1
-9
/
+12
*
datatype: add define for maximum number of bits and mask of datatype id
Patrick McHardy
2014-12-16
1
-1
/
+2
*
datatype: add new subtypes field to account number of concat data types
Patrick McHardy
2014-12-16
1
-3
/
+5
*
datatype: generate name for concat types
Patrick McHardy
2014-12-16
1
-1
/
+7
*
datatype: missing byteorder in string_type
Pablo Neira Ayuso
2014-12-15
1
-0
/
+1
*
datatype: print datatype name in datatype_print() BUG message
Patrick McHardy
2014-12-11
1
-1
/
+2
*
dtype: fix memory leak in concat_type_destroy()
Patrick McHardy
2014-12-11
1
-1
/
+3
*
dtype: remove unnecessary icmp* parse/print functions
Patrick McHardy
2014-12-10
1
-39
/
+3
*
payload: fix endianess issue in payload_expr_pctx_update()
Pablo Neira Ayuso
2014-12-05
1
-2
/
+2
*
datatype: fix name of icmp* code
Eric Leblond
2014-12-03
1
-3
/
+3
*
datatype: relax datatype check in integer_type_parse()
Pablo Neira Ayuso
2014-11-30
1
-2
/
+0
*
datatype: fix crash when using basetype instead of symbolic constants
Pablo Neira Ayuso
2014-11-28
1
-13
/
+20
*
nft: don't resolve hostnames by default
Arturo Borrero
2014-11-06
1
-2
/
+2
*
nft: complete reject support
Alvaro Neira
2014-10-09
1
-0
/
+105
*
datatype: Enhance symbolic_constant_parse()
Alvaro Neira
2014-10-09
1
-20
/
+10
*
verdict type: handle verdict flags and encoded additional information
Patrick McHardy
2014-08-19
1
-10
/
+13
*
datatype: take endianess into account in symbolic_constant_print()
Patrick McHardy
2014-08-19
1
-1
/
+7
*
datatypes: rename some types for more consistency
Patrick McHardy
2014-04-14
1
-5
/
+5
*
expression: fix constant expression allocation on big endian
Arturo Borrero Gonzalez
2014-04-12
1
-1
/
+1
*
datatype: don't leak file ptr on error
Florian Westphal
2014-03-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into next-3.14
Patrick McHardy
2014-01-20
1
-16
/
+118
|
\
|
*
datatype: add time type parser and adapt output
Pablo Neira Ayuso
2014-01-17
1
-16
/
+118
[next]