Age | Commit message (Expand) | Author |
2023-12-06 | netfilter: nf_tables: fix 'exist' matching on bigendian arches | Florian Westphal |
2023-09-06 | netfilter: nftables: exthdr: fix 4-byte stack OOB write | Florian Westphal |
2023-08-30 | netfilter: nft_exthdr: Fix non-linear header modification | Xiao Liang |
2023-06-26 | netfilter: nf_tables: limit allowed range via nla_policy | Florian Westphal |
2023-05-18 | netfilter: nft_exthdr: add boolean DCCP option matching | Jeremy Sowden |
2022-11-17 | sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.h | Xin Long |
2022-11-15 | netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters | Phil Sutter |
2022-07-11 | netfilter: nf_tables: use correct integer types | Florian Westphal |
2022-03-20 | netfilter: nft_exthdr: add reduce support | Florian Westphal |
2022-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-04 | netfilter: exthdr: add support for tcp option removal | Florian Westphal |
2022-02-04 | netfilter: nft_payload: don't allow th access for fragments | Florian Westphal |
2021-12-08 | netfilter: nft_exthdr: break evaluation if setting TCP option fails | Pablo Neira Ayuso |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-16 | netfilter: nft_extdhr: Drop pointless check of tprot_set | Phil Sutter |
2021-06-16 | netfilter: nft_exthdr: Search chunks in SCTP packets only | Phil Sutter |
2021-06-16 | netfilter: nft_exthdr: check for IPv6 packet before further processing | Pablo Neira Ayuso |
2021-06-09 | netfilter: nft_exthdr: Fix for unsafe packet data read | Phil Sutter |
2021-05-29 | netfilter: nf_tables: add and use nft_thoff helper | Florian Westphal |
2021-05-28 | netfilter: nft_exthdr: Support SCTP chunks | Phil Sutter |
2021-01-27 | netfilter: nftables: add nft_parse_register_store() and use it | Pablo Neira Ayuso |
2021-01-27 | netfilter: nftables: add nft_parse_register_load() and use it | Pablo Neira Ayuso |
2020-08-10 | netfilter: nf_tables: nft_exthdr: the presence return value should be little-... | Stephen Suryaputra |
2020-03-30 | netfilter: nft_exthdr: fix endianness of tcp option cast | Sergey Marinkevich |
2019-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-21 | netfilter: nf_tables: add support for matching IPv4 options | Stephen Suryaputra |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-31 | netfilter: nf_tables: prefer skb_ensure_writable | Florian Westphal |
2018-04-27 | netfilter: nf_tables: merge exthdr expression into nft core | Florian Westphal |
2017-12-11 | netfilter: exthdr: add missign attributes to policy | Florian Westphal |
2017-08-28 | netfilter: fix a few (harmless) sparse warnings | Florian Westphal |
2017-08-19 | netfilter: exthdr: tcp option set support | Florian Westphal |
2017-08-19 | netfilter: exthdr: split netlink dump function | Florian Westphal |
2017-08-19 | netfilter: exthdr: factor out tcp option access | Florian Westphal |
2017-04-07 | netfilter: Remove exceptional & on function name | Arushi Singhal |
2017-03-06 | netfilter: nft_exthdr: Allow checking TCP option presence, too | Phil Sutter |
2017-02-08 | netfilter: nft_exthdr: add TCP option matching | Manuel Messner |
2017-02-08 | netfilter: nft_exthdr: Add support for existence check | Phil Sutter |
2016-10-17 | netfilter: nft_exthdr: fix error handling in nft_exthdr_init() | Dan Carpenter |
2016-09-23 | netfilter: nf_tables: validate maximum value of u32 netlink attributes | Laura Garcia Liebana |
2016-08-10 | netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributes | Laura Garcia Liebana |
2015-04-13 | netfilter: nf_tables: switch registers to 32 bit addressing | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: add register parsing/dumping helpers | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: convert expressions to u32 register pointers | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: get rid of NFT_REG_VERDICT usage | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: kill nft_validate_output_register() | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: rename nft_validate_data_load() | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: validate len in nft_validate_data_load() | Patrick McHardy |
2013-12-20 | netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offset | Daniel Borkmann |