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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
src: netlink: Subscribe nft monitor and nft monitor trace to respective groups.
Varsha Rao
2017-08-02
1
-16
/
+20
*
mnl: Consolidate mnl_batch_talk() parameters
Phil Sutter
2017-08-02
1
-1
/
+1
*
monitor: Print NEWGEN events
Phil Sutter
2017-07-24
1
-0
/
+42
*
monitor: Fix printing of range elements in named sets
Arturo Borrero Gonzalez
2017-07-19
1
-0
/
+68
*
segtree: Introduce flag for half-open range elements
Phil Sutter
2017-07-19
1
-21
/
+34
*
src: netlink: Remove variable nf_mon_sock.
Varsha Rao
2017-07-19
1
-15
/
+14
*
src: Allow passing the parent set to set_expr_alloc()
Phil Sutter
2017-07-17
1
-5
/
+3
*
monitor: add debug messages
Arturo Borrero Gonzalez
2017-07-17
1
-0
/
+39
*
include: Pass nf_sock where needed as parameter
Pablo Neira Ayuso
2017-07-17
1
-29
/
+31
*
rename struct ct to ct_helper
Florian Westphal
2017-07-16
1
-7
/
+7
*
src: Pass stateless, numeric, ip2name and handle variables as structure members.
Varsha Rao
2017-06-18
1
-19
/
+23
*
src: remove global nftnl_batch structure in mnl layer
Pablo Neira Ayuso
2017-05-29
1
-18
/
+21
*
netlink: add size description for constant sets
Pablo Neira Ayuso
2017-05-26
1
-0
/
+2
*
expression: print sets and maps in pretty format
Arturo Borrero Gonzalez
2017-05-15
1
-0
/
+2
*
src: add initial ct helper support
Florian Westphal
2017-03-16
1
-0
/
+16
*
netlink: BUG when object type is unknown
Florian Westphal
2017-03-08
1
-0
/
+3
*
netlink: use nftnl_udata_put_u32()/nftnl_udata_get_u32()
Pablo Neira Ayuso
2017-03-06
1
-6
/
+8
*
src: store byteorder for set data
Pablo Neira Ayuso
2017-02-28
1
-1
/
+15
*
netlink: rework NFTNL_SET_USERDATA to accomodate new attributes
Pablo Neira Ayuso
2017-02-28
1
-32
/
+18
*
src: rename set_keytype_alloc() to set_datatype_alloc()
Pablo Neira Ayuso
2017-02-28
1
-1
/
+1
*
netlink: store set byteorder in NFTA_SET_USERDATA
Pablo Neira Ayuso
2017-02-25
1
-1
/
+59
*
src: Allow reset single stateful object
Elise Lennion
2017-01-27
1
-4
/
+5
*
netlink: don't bail out on dump errors
Pablo Neira Ayuso
2017-01-23
1
-15
/
+5
*
src: sort set elements in netlink_get_setelems()
Elise Lennion
2017-01-10
1
-0
/
+4
*
src: support for stateful object monitoring
Pablo Neira Ayuso
2017-01-03
1
-0
/
+134
*
src: add support for stateful object maps
Pablo Neira Ayuso
2017-01-03
1
-8
/
+32
*
src: reset internal stateful objects
Pablo Neira Ayuso
2017-01-03
1
-1
/
+23
*
src: add/create/delete stateful objects
Pablo Neira Ayuso
2017-01-03
1
-0
/
+95
*
src: listing of stateful objects
Pablo Neira Ayuso
2017-01-03
1
-0
/
+67
*
src: remove SET_F_* flag definitions
Pablo Neira Ayuso
2017-01-03
1
-4
/
+4
*
mnl: add mnl_nft_setelem_batch_flush() and use it from netlink_flush_setelems()
Pablo Neira Ayuso
2016-12-20
1
-1
/
+13
*
src: add support to flush sets
Pablo Neira Ayuso
2016-12-05
1
-1
/
+8
*
netlink: fix monitor trace crash with netdev family
Florian Westphal
2016-10-21
1
-2
/
+5
*
src: create element command
Pablo Neira Ayuso
2016-08-25
1
-7
/
+8
*
src: add create set command
Pablo Neira Ayuso
2016-08-24
1
-7
/
+10
*
src: use new definitions from libnftnl
Pablo Neira Ayuso
2016-06-15
1
-2
/
+2
*
set_elem: Use libnftnl/udata to store set element comment
Carlos Falgueras García
2016-05-30
1
-4
/
+46
*
src: add flow statement
Patrick McHardy
2016-05-13
1
-0
/
+6
*
src: declare interval_map_decompose() from header file
Pablo Neira Ayuso
2016-05-13
1
-2
/
+0
*
netlink: several function constifications
Pablo Neira Ayuso
2016-05-13
1
-10
/
+10
*
nft monitor [ trace ]
Patrick McHardy
2016-04-24
1
-1
/
+278
*
src: store parser location for handle and position specifiers
Pablo Neira Ayuso
2016-03-30
1
-7
/
+7
*
netlink: fix up indentation damage
Patrick McHardy
2015-11-27
1
-59
/
+43
*
rule: move comment out of handle
Patrick McHardy
2015-11-15
1
-3
/
+0
*
src: Add command "replace" for rules
Carlos Falgueras García
2015-11-02
1
-0
/
+18
*
src: netlink: don't truncate set key lengths
Florian Westphal
2015-09-18
1
-2
/
+2
*
src: use new symbols in libnftnl
Pablo Neira Ayuso
2015-09-16
1
-356
/
+356
*
netlink: flush stdout after each event in monitor mode
Pablo Neira Ayuso
2015-09-07
1
-0
/
+1
*
netlink: don't call netlink_dump_*() from listing functions with --debug=netlink
Pablo Neira Ayuso
2015-08-18
1
-4
/
+0
*
src: early allocation of the set ID
Pablo Neira Ayuso
2015-08-18
1
-4
/
+0
[prev]
[next]