index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_bitwise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+1
2023-06-26
netfilter: nf_tables: limit allowed range via nla_policy
Florian Westphal
1
-1
/
+1
2023-06-07
netfilter: nft_bitwise: fix register tracking
Jeremy Sowden
1
-1
/
+1
2022-11-15
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
1
-2
/
+4
2022-08-09
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
1
-33
/
+33
2022-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
1
-6
/
+7
2022-04-09
netfilter: bitwise: improve error goto labels
Jeremy Sowden
1
-5
/
+6
2022-04-09
netfilter: bitwise: replace hard-coded size with `sizeof` expression
Jeremy Sowden
1
-1
/
+1
2022-03-29
netfilter: bitwise: fix reduce comparisons
Jeremy Sowden
1
-2
/
+2
2022-03-20
netfilter: nft_ct: track register operations
Pablo Neira Ayuso
1
-0
/
+1
2022-03-20
netfilter: nf_tables: cancel tracking for clobbered destination registers
Pablo Neira Ayuso
1
-8
/
+15
2022-01-09
netfilter: nft_bitwise: track register operations
Pablo Neira Ayuso
1
-0
/
+95
2021-01-27
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
1
-7
/
+6
2021-01-27
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
1
-5
/
+5
2020-10-04
netfilter: nf_tables: Implement fast bitwise expression
Phil Sutter
1
-6
/
+135
2020-03-15
netfilter: bitwise: use more descriptive variable-names.
Jeremy Sowden
1
-7
/
+7
2020-01-16
netfilter: bitwise: add support for shifts.
Jeremy Sowden
1
-0
/
+77
2020-01-16
netfilter: bitwise: add NFTA_BITWISE_DATA attribute.
Jeremy Sowden
1
-0
/
+5
2020-01-16
netfilter: bitwise: only offload boolean operations.
Jeremy Sowden
1
-0
/
+3
2020-01-16
netfilter: bitwise: add helper for dumping boolean operations.
Jeremy Sowden
1
-8
/
+21
2020-01-16
netfilter: bitwise: add helper for evaluating boolean operations.
Jeremy Sowden
1
-3
/
+14
2020-01-16
netfilter: bitwise: add helper for initializing boolean operations.
Jeremy Sowden
1
-25
/
+41
2020-01-16
netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.
Jeremy Sowden
1
-0
/
+16
2020-01-16
netfilter: bitwise: replace gotos with returns.
Jeremy Sowden
1
-8
/
+5
2020-01-16
netfilter: bitwise: remove NULL comparisons from attribute checks.
Jeremy Sowden
1
-5
/
+5
2020-01-16
netfilter: nf_tables: white-space fixes.
Jeremy Sowden
1
-2
/
+2
2019-12-09
netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
Pablo Neira Ayuso
1
-2
/
+2
2019-11-04
netfilter: nf_tables_offload: check for register data length mismatches
Pablo Neira Ayuso
1
-2
/
+3
2019-08-14
netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
Nathan Chancellor
1
-2
/
+2
2019-08-13
netfilter: nft_bitwise: add offload support
Pablo Neira Ayuso
1
-0
/
+19
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-18
netfilter: nf_tables: add direct calls for all builtin expressions
Florian Westphal
1
-3
/
+2
2017-05-15
netfilter: nf_tables: revisit chain/object refcounting from elements
Pablo Neira Ayuso
1
-2
/
+2
2017-05-15
netfilter: nf_tables: missing sanitization in data from userspace
Pablo Neira Ayuso
1
-5
/
+14
2016-11-09
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
1
-12
/
+1
2016-09-23
netfilter: nf_tables: validate maximum value of u32 netlink attributes
Laura Garcia Liebana
1
-1
/
+7
2015-04-13
netfilter: nf_tables: support variable sized data in nft_data_init()
Patrick McHardy
1
-2
/
+4
2015-04-13
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
1
-2
/
+2
2015-04-13
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
1
-4
/
+4
2015-04-13
netfilter: nf_tables: convert expressions to u32 register pointers
Patrick McHardy
1
-6
/
+4
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
1
-3
/
+3
2015-04-13
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
1
-3
/
+2
2015-04-13
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
1
-4
/
+0
2015-04-13
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
1
-2
/
+2
2015-04-13
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
1
-3
/
+5
2013-10-14
netfilter: nf_tables: expression ops overloading
Patrick McHardy
1
-6
/
+12
2013-10-14
netfilter: add nftables
Patrick McHardy
1
-0
/
+140