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