index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_bitwise.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2023-06-26
1
-1
/
+1
|
\
|
*
netfilter: nf_tables: limit allowed range via nla_policy
Florian Westphal
2023-06-26
1
-1
/
+1
*
|
netfilter: nft_bitwise: fix register tracking
Jeremy Sowden
2023-06-07
1
-1
/
+1
|
/
*
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
2022-11-15
1
-2
/
+4
*
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
2022-08-09
1
-33
/
+33
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-04-11
1
-6
/
+7
|
\
|
*
netfilter: bitwise: improve error goto labels
Jeremy Sowden
2022-04-09
1
-5
/
+6
|
*
netfilter: bitwise: replace hard-coded size with `sizeof` expression
Jeremy Sowden
2022-04-09
1
-1
/
+1
*
|
netfilter: bitwise: fix reduce comparisons
Jeremy Sowden
2022-03-29
1
-2
/
+2
|
/
*
netfilter: nft_ct: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+1
*
netfilter: nf_tables: cancel tracking for clobbered destination registers
Pablo Neira Ayuso
2022-03-20
1
-8
/
+15
*
netfilter: nft_bitwise: track register operations
Pablo Neira Ayuso
2022-01-09
1
-0
/
+95
*
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
2021-01-27
1
-7
/
+6
*
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
2021-01-27
1
-5
/
+5
*
netfilter: nf_tables: Implement fast bitwise expression
Phil Sutter
2020-10-04
1
-6
/
+135
*
netfilter: bitwise: use more descriptive variable-names.
Jeremy Sowden
2020-03-15
1
-7
/
+7
*
netfilter: bitwise: add support for shifts.
Jeremy Sowden
2020-01-16
1
-0
/
+77
*
netfilter: bitwise: add NFTA_BITWISE_DATA attribute.
Jeremy Sowden
2020-01-16
1
-0
/
+5
*
netfilter: bitwise: only offload boolean operations.
Jeremy Sowden
2020-01-16
1
-0
/
+3
*
netfilter: bitwise: add helper for dumping boolean operations.
Jeremy Sowden
2020-01-16
1
-8
/
+21
*
netfilter: bitwise: add helper for evaluating boolean operations.
Jeremy Sowden
2020-01-16
1
-3
/
+14
*
netfilter: bitwise: add helper for initializing boolean operations.
Jeremy Sowden
2020-01-16
1
-25
/
+41
*
netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute.
Jeremy Sowden
2020-01-16
1
-0
/
+16
*
netfilter: bitwise: replace gotos with returns.
Jeremy Sowden
2020-01-16
1
-8
/
+5
*
netfilter: bitwise: remove NULL comparisons from attribute checks.
Jeremy Sowden
2020-01-16
1
-5
/
+5
*
netfilter: nf_tables: white-space fixes.
Jeremy Sowden
2020-01-16
1
-2
/
+2
*
netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
Pablo Neira Ayuso
2019-12-09
1
-2
/
+2
*
netfilter: nf_tables_offload: check for register data length mismatches
Pablo Neira Ayuso
2019-11-04
1
-2
/
+3
*
netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
Nathan Chancellor
2019-08-14
1
-2
/
+2
*
netfilter: nft_bitwise: add offload support
Pablo Neira Ayuso
2019-08-13
1
-0
/
+19
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
netfilter: nf_tables: add direct calls for all builtin expressions
Florian Westphal
2019-01-18
1
-3
/
+2
*
netfilter: nf_tables: revisit chain/object refcounting from elements
Pablo Neira Ayuso
2017-05-15
1
-2
/
+2
*
netfilter: nf_tables: missing sanitization in data from userspace
Pablo Neira Ayuso
2017-05-15
1
-5
/
+14
*
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
2016-11-09
1
-12
/
+1
*
netfilter: nf_tables: validate maximum value of u32 netlink attributes
Laura Garcia Liebana
2016-09-23
1
-1
/
+7
*
netfilter: nf_tables: support variable sized data in nft_data_init()
Patrick McHardy
2015-04-13
1
-2
/
+4
*
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
2015-04-13
1
-2
/
+2
*
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
1
-4
/
+4
*
netfilter: nf_tables: convert expressions to u32 register pointers
Patrick McHardy
2015-04-13
1
-6
/
+4
*
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
1
-3
/
+3
*
netfilter: nf_tables: introduce nft_validate_register_load()
Patrick McHardy
2015-04-13
1
-3
/
+2
*
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
2015-04-13
1
-4
/
+0
*
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-2
/
+2
*
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-3
/
+5
*
netfilter: nf_tables: expression ops overloading
Patrick McHardy
2013-10-14
1
-6
/
+12
*
netfilter: add nftables
Patrick McHardy
2013-10-14
1
-0
/
+140