index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_conntrack_standalone.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-24
netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrack
Eric Dumazet
1
-0
/
+3
2025-08-07
netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()
Dan Carpenter
1
-3
/
+3
2025-07-25
netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalid
Lance Yang
1
-1
/
+25
2025-07-03
netfilter: conntrack: remove DCCP protocol support
Pablo Neira Ayuso
1
-92
/
+0
2025-05-05
netfilter: nf_conntrack: speed up reads from nf_conntrack proc file
Florian Westphal
1
-35
/
+53
2025-03-12
netfilter: conntrack: Bound nf_conntrack sysctl writes
Nicolas Bouchinet
1
-3
/
+9
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
1
-2
/
+2
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-5
/
+4
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-06-19
netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core
Jianguo Wu
1
-15
/
+0
2024-05-03
netfilter: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-5
/
+1
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2023-08-15
netfilter: Update to register_net_sysctl_sz
Joel Granados
1
-1
/
+3
2023-05-10
netfilter: conntrack: fix possible bug_on with enable_hooks=1
Florian Westphal
1
-1
/
+2
2023-02-01
netfilter: conntrack: remote a return value of the 'seq_print_acct' function.
Gavrilov Ilia
1
-8
/
+4
2023-01-24
netfilter: conntrack: unify established states for SCTP paths
Sriram Yagnaraman
1
-8
/
+0
2023-01-24
Revert "netfilter: conntrack: add sctp DATA_SENT state"
Sriram Yagnaraman
1
-8
/
+0
2022-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
1
-0
/
+8
2022-11-30
netfilter: conntrack: add sctp DATA_SENT state
Sriram Yagnaraman
1
-0
/
+8
2022-11-18
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
1
-1
/
+1
2022-08-31
netfilter: remove nf_conntrack_helper sysctl and modparam toggles
Pablo Neira Ayuso
1
-10
/
+0
2022-07-07
netfilter: conntrack: fix crash due to confirmed bit load reordering
Florian Westphal
1
-0
/
+3
2022-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
1
-1
/
+1
2022-05-13
netfilter: conntrack: add nf_conntrack_events autodetect mode
Florian Westphal
1
-1
/
+1
2022-04-27
netfilter: conntrack: fix udp offload timeout sysctl
Volodymyr Mytnyk
1
-1
/
+1
2022-01-09
netfilter: conntrack: convert to refcount_t api
Florian Westphal
1
-2
/
+2
2021-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-2
/
+2
2021-08-30
netfilter: refuse insertion if chain has grown too large
Florian Westphal
1
-2
/
+2
2021-08-30
netfilter: add netfilter hooks to SRv6 data plane
Ryoga Saito
1
-0
/
+15
2021-08-06
netfilter: conntrack: remove offload_pickup sysctl again
Florian Westphal
1
-16
/
+0
2021-07-06
netfilter: conntrack: add new sysctl to disable RST check
Ali Abdallah
1
-0
/
+10
2021-06-07
netfilter: conntrack: Introduce udp offload timeout configuration
Oz Shlomo
1
-0
/
+22
2021-06-07
netfilter: conntrack: Introduce tcp offload timeout configuration
Oz Shlomo
1
-0
/
+24
2021-06-07
netfilter: nftables: add nf_ct_pernet() helper function
Pablo Neira Ayuso
1
-5
/
+3
2021-04-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-31
/
+35
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-04-13
netfilter: conntrack: convert sysctls to u8
Florian Westphal
1
-24
/
+18
2021-04-13
netfilter: conntrack: move ct counter to net_generic data
Florian Westphal
1
-3
/
+14
2021-04-13
netfilter: conntrack: move autoassign_helper sysctl to net_generic data
Florian Westphal
1
-4
/
+3
2021-04-12
netfilter: conntrack: Make global sysctls readonly in non-init netns
Jonathon Reinhart
1
-8
/
+2
2021-04-06
netfilter: conntrack: move sysctl pointer to net_generic infra
Florian Westphal
1
-4
/
+6
2021-03-31
netfilter: conntrack: do not print icmpv6 as unknown via /proc
Pablo Neira Ayuso
1
-0
/
+1
2021-01-10
netfilter: conntrack: fix reading nf_conntrack_buckets
Jesper Dangaard Brouer
1
-0
/
+3
2020-09-22
netfilter: conntrack: proc: rename stat column
Florian Westphal
1
-2
/
+2
2020-08-28
netfilter: conntrack: add clash resolution stat counter
Florian Westphal
1
-1
/
+1
2020-08-28
netfilter: conntrack: remove ignore stats
Florian Westphal
1
-1
/
+1
2020-07-22
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2020-04-26
netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bit
Bodong Wang
1
-1
/
+3
[next]