index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
2022-09-01
netfilter: nf_conntrack_irc: Fix forged IP logic
David Leadbeater
2022-08-31
netfilter: nf_tables: clean up hook list when offload flags check fails
Pablo Neira Ayuso
2022-08-31
netfilter: remove nf_conntrack_helper sysctl and modparam toggles
Pablo Neira Ayuso
2022-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-24
netfilter: flowtable: fix stuck flows on cleanup due to pending work
Pablo Neira Ayuso
2022-08-24
netfilter: flowtable: add function to invoke garbage collection immediately
Pablo Neira Ayuso
2022-08-24
netfilter: nf_tables: disallow binding to already bound chain
Pablo Neira Ayuso
2022-08-24
netfilter: nft_tunnel: restrict it to netdev family
Pablo Neira Ayuso
2022-08-24
netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
Pablo Neira Ayuso
2022-08-24
netfilter: nf_tables: do not leave chain stats enabled on error
Pablo Neira Ayuso
2022-08-24
netfilter: nft_payload: do not truncate csum_offset and csum_type
Pablo Neira Ayuso
2022-08-24
netfilter: nft_payload: report ERANGE for too long offset and length
Pablo Neira Ayuso
2022-08-24
netfilter: nf_tables: make table handle allocation per-netns friendly
Pablo Neira Ayuso
2022-08-24
netfilter: nf_tables: disallow updates of implicit chain
Pablo Neira Ayuso
2022-08-23
netfilter: nft_tproxy: restrict to prerouting hook
Florian Westphal
2022-08-23
netfilter: conntrack: work around exceeded receive window
Florian Westphal
2022-08-17
netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y
Geert Uytterhoeven
2022-08-15
netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified
Pablo Neira Ayuso
2022-08-15
netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...
Pablo Neira Ayuso
2022-08-15
netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flags
Pablo Neira Ayuso
2022-08-12
netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flag
Pablo Neira Ayuso
2022-08-11
netfilter: nf_tables: really skip inactive sets when allocating name
Pablo Neira Ayuso
2022-08-11
netfilter: nfnetlink: re-enable conntrack expectation events
Florian Westphal
2022-08-11
netfilter: nf_tables: fix scheduling-while-atomic splat
Florian Westphal
2022-08-11
netfilter: nf_ct_irc: cap packet search space to 4k
Florian Westphal
2022-08-11
netfilter: nf_ct_ftp: prefer skb_linearize
Florian Westphal
2022-08-11
netfilter: nf_ct_h323: cap packet size at 64k
Florian Westphal
2022-08-11
netfilter: nf_ct_sane: remove pseudo skb linearization
Florian Westphal
2022-08-10
netfilter: nf_tables: possible module reference underflow in error path
Pablo Neira Ayuso
2022-08-10
netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...
Pablo Neira Ayuso
2022-08-10
netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...
Pablo Neira Ayuso
2022-08-09
netfilter: nf_tables: fix null deref due to zeroed list head
Florian Westphal
2022-08-09
netfilter: nf_tables: disallow jump to implicit chain from set element
Pablo Neira Ayuso
2022-08-09
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
2022-08-09
netfilter: nf_tables: do not allow RULE_ID to refer to another chain
Thadeu Lima de Souza Cascardo
2022-08-09
netfilter: nf_tables: do not allow CHAIN_ID to refer to another table
Thadeu Lima de Souza Cascardo
2022-08-09
netfilter: nf_tables: do not allow SET_ID to refer to another table
Thadeu Lima de Souza Cascardo
2022-08-09
netfilter: nf_tables: validate variable length element extension
Pablo Neira Ayuso
2022-08-05
netfilter: flowtable: fix incorrect Kconfig dependencies
Pablo Neira Ayuso
2022-08-05
netfilter: nf_tables: fix crash when nf_trace is enabled
Florian Westphal
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-26
netfilter: nft_queue: only allow supported familes and hooks
Florian Westphal
2022-07-26
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
2022-07-26
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-21
net: netfilter: Add kfuncs to set and change CT status
Lorenzo Bianconi
2022-07-21
net: netfilter: Add kfuncs to set and change CT timeout
Kumar Kartikeya Dwivedi
2022-07-21
net: netfilter: Add kfuncs to allocate and insert CT
Lorenzo Bianconi
2022-07-21
net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup
Kumar Kartikeya Dwivedi
[next]