]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2015-09-11  Pablo Neira... evaluate: use existing table object from evaluation...
2015-09-07  Pablo Neira... mnl: rework netlink socket receive path for events
2015-09-07  Pablo Neira... netlink: flush stdout after each event in monitor mode
2015-09-07  Pablo Neira... tests: display error when trying to run tests out of...
2015-09-07  Florian Westphalsrc: fix build with debug off
2015-08-23  Florian Westphaltests: add 'awkward' prefix match expression
2015-08-23  Florian Westphaltests: use the src/nft binary instead of $PATH one
2015-08-18  Pablo Neira... tests: redirect: fix payload display
2015-08-18  Pablo Neira... tests: sets: don't include listing in payload tests
2015-08-17  Pablo Neira... netlink: don't call netlink_dump_*() from listing funct...
2015-08-17  Pablo Neira... evaluate: display error on unexisting chain when listing
2015-08-17  Pablo Neira... src: get rid of EINTR handling for nft_netlink()
2015-08-17  Pablo Neira... src: use cache infrastructure for set element objects
2015-08-17  Pablo Neira... src: use cache infrastructure for rule objects
2015-08-17  Pablo Neira... src: add chain declarations to cache
2015-08-17  Pablo Neira... evaluate: add cmd_evaluate_rename()
2015-08-17  Pablo Neira... src: use cache infrastructure for chain objects
2015-08-17  Pablo Neira... rule: add chain reference counter
2015-08-17  Pablo Neira... src: early allocation of the set ID
2015-08-17  Pablo Neira... src: add set declaration to cache
2015-08-17  Pablo Neira... src: use cache infrastructure for set objects
2015-08-17  Pablo Neira... src: add table declaration to cache
2015-08-17  Pablo Neira... rule: add reference counter to the table object
2015-08-17  Pablo Neira... src: add cmd_evaluate_list()
2015-08-17  Pablo Neira... src: add cache infrastructure and use it for table...
2015-08-17  Pablo Neira... Merge branch 'next-4.2'
2015-08-07  Florian Westphaltests: add two test cases using binop w. payload
2015-08-03  Pablo Neira... src: restore nft list tables
2015-07-20  Florian Westphaltests: validate generated netlink instructions
2015-07-17  Pablo Neira... netlink_delinearize: meta l4proto range printing broken...
2015-07-16  Florian Westphaltests: meta: use root for uid/gid checks
2015-07-15  Florian Westphaltests: avoid more warnings
2015-07-14  Pablo Neira... main: return error to shell on evaluation problems
2015-07-14  Pablo Neira... configure: fix --enable-debug
2015-07-14  Pablo Neira... netlink: release table object via table_free() in netli...
2015-07-14  Pablo Neira... rule: add do_list_tables()
2015-07-06  Pablo Neira... src: set chain->hookstr from delinearization
2015-07-03  Pablo Neira... rule: missing family when listing of tables
2015-06-30  Florian Westphaldatatype: avoid crash in debug mode when printing integers
2015-06-29  Eric Leblondpayload: reorder case in a switch for consistency
2015-06-29  Pablo Neira... payload: fix transport matching with no network layer...
2015-06-29  Eric Leblonderec: fix logic when reading from file
2015-06-29  Eric Leblonderec: fix buffer overflow
2015-06-16  Pablo Neira... src: add netdev family support
2015-06-16  Pablo Neira... netlink: fix use-after-free netlink_events_cache_deltable()
2015-06-16  Pablo Neira... parser_bison: allow to use mark as datatype for maps...
2015-06-13  Pablo Neira... tests: regression: ip6: reduce warning noise
2015-06-13  Patrick McHardynetlink_delinarize: fix merge conflict
2015-06-13  Patrick McHardyMerge remote-tracking branch 'origin/next-4.1'
2015-06-05  Pablo Neira... proto: use bitmask_type for comp flags
2015-06-05  Pablo Neira... datatype: default to display bitmask in hexadecimal
2015-06-05  Pablo Neiranetlink_delinearize: restore listing of host byteorder...
2015-06-04  Pablo Neira... Merge branch 'next-4.1'
2015-06-02  Pablo Neira... tests: regression: fix NAT tests
2015-06-02  Pablo Neira... tests: regression: fix warnings related to range listing
2015-06-02  Pablo Neira... tests: regression: reduce code duplication a bit on...
2015-06-02  Pablo Neira... netlink_delinearize: consolidate range printing
2015-06-02  Pablo Neira... netlink_delinearize: add payload_match_expand()
2015-06-02  Pablo Neira... netlink_delinearize: keep pointer to current statement...
2015-06-02  Patrick McHardynetlink: handle concat expressions in set data
2015-06-02  Patrick McHardynetlink_delinearize: handle relational and lookup conca...
2015-06-02  Patrick McHardynetlink_delinearize: introduce register translation...
2015-06-02  Patrick McHardynetlink: pad constant concat sub-expressions
2015-06-02  Patrick McHardynetlink_linearize: generate concat expressions
2015-06-02  Patrick McHardynetlink_linearize: use NFT_REG32 values internally
2015-06-02  Patrick McHardynetlink: pass expression to register allocation/release...
2015-06-02  Patrick McHardyheaders: sync headers for new register values
2015-06-02  Patrick McHardyeval: prohibit variable sized types in concat expressions
2015-06-02  Patrick McHardyMerge remote-tracking branch 'origin/master' into next-4.1
2015-06-02  Patrick McHardynetlink_delinearize: remove obsolete fixme
2015-06-02  Patrick McHardyct: add maximum helper length value
2015-06-02  Patrick McHardynetlink_linearize: fix range cmp instruction generation
2015-05-30  Pablo Neira... netlink_delinearize: pass ctx pointer to stmt_reject_po...
2015-04-14  Pablo Neira... mnl: use new libnftnl batch API
2015-04-12  Patrick McHardynftables: add set statemet
2015-04-12  Patrick McHardysetelem: add support for attaching comments to set...
2015-04-12  Patrick McHardysetelem: add timeout support for set elements
2015-04-12  Patrick McHardyset: add timeout support for sets
2015-04-12  Patrick McHardyexpr: add set_elem_expr as container for set element...
2015-04-12  Patrick McHardyparser: fix inconsistencies in set expression rules
2015-04-12  Patrick McHardyparser: add a time_spec rule
2015-04-12  Patrick McHardydatatype: seperate time parsing/printing from time_type
2015-04-12  Patrick McHardydatatype: less strict time parsing
2015-04-12  Patrick McHardydatatype: fix parsing of time type
2015-04-11  Pablo Neira... src: restore interface to index cache
2015-04-09  Pablo Neira... src: introduce netlink_init_error()
2015-04-08  Arturo Borreromonitor: fix missing space after chain name
2015-03-25  Patrick McHardyparser: remove duplicated grammar for chain policy
2015-03-25  Patrick McHardynetlink_delinarize: fix payload dependency killing...
2015-03-25  Patrick McHardynetlink: fix use after free in netlink_get_table()
2015-03-25  Patrick McHardynft-test: don't use colors if output is not a tty
2015-03-23  Patrick McHardyset_elem: convert flag value to inclusive-OR binops...
2015-03-19  Arturo Borrerorule: fix chain details align indentations
2015-03-18  Pablo Neira... tests: regression: fix bogus warnings in any/mark.t
2015-03-18  Pablo Neira... tests: regression: masquerade is only allowed from...
2015-03-18  Arturo Borrerotests: regression: consider policy in base chain
2015-03-18  Pablo Neira... netlink: fix crash when adding new non-base chain
2015-03-18  Arturo Borrerorule: delete extra space in rule indentation
2015-03-17  Pablo Neira... evaluate: missing break; in str2hooknum()
2015-03-17  Pablo Neira... src: allow to specify the default policy for base chains
next