index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netfilter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-04
netfilter: conntrack: handle ->destroy hook via nat_ops instead
Florian Westphal
1
-0
/
+1
2022-01-10
netfilter: make function op structures const
Florian Westphal
1
-4
/
+4
2022-01-10
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
Florian Westphal
1
-1
/
+1
2021-06-07
netfilter: annotate nf_tables base hook ops
Florian Westphal
1
-1
/
+7
2021-05-29
netfilter: reduce size of nf_hook_state on 32bit platforms
Florian Westphal
1
-2
/
+2
2021-01-26
netfilter: ctnetlink: remove get_ct indirection
Florian Westphal
1
-2
/
+0
2020-07-25
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-20
netfilter: remove the compat_{get,set} methods
Christoph Hellwig
1
-14
/
+0
2019-10-17
netfilter: add and use nf_hook_slow_list()
Florian Westphal
1
-10
/
+31
2019-09-13
netfilter: remove CONFIG_NETFILTER checks from headers.
Jeremy Sowden
1
-1
/
+1
2019-09-13
netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...
Jeremy Sowden
1
-1
/
+1
2019-05-31
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
1
-5
/
+0
2019-05-06
netfilter: slightly optimize nf_inet_addr_mask
Li RongQing
1
-0
/
+9
2019-04-09
netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
Florian Westphal
1
-1
/
+1
2019-04-08
netfilter: optimize nf_inet_addr_cmp
Li RongQing
1
-0
/
+7
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-2
/
+2
2018-09-28
netfilter: avoid erronous array bounds warning
Florian Westphal
1
-0
/
+2
2018-07-11
netfilter: Add nf_ct_get_tuple_skb global lookup function
Toke Høiland-Jørgensen
1
-0
/
+11
2018-07-10
netfilter: fix use-after-free in NF_HOOK_LIST
Edward Cree
1
-3
/
+7
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
1
-0
/
+22
2018-06-12
netfilter: fix null-ptr-deref in nf_nat_decode_session
Prashant Bhole
1
-1
/
+1
2018-05-23
netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks
Pablo Neira Ayuso
1
-0
/
+5
2018-05-23
netfilter: add struct nf_nat_hook and use it
Pablo Neira Ayuso
1
-5
/
+16
2018-05-23
netfilter: add struct nf_ct_hook and use it
Pablo Neira Ayuso
1
-1
/
+6
2018-05-23
netfilter: lift one-nat-hook-only restriction
Florian Westphal
1
-1
/
+0
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
1
-13
/
+0
2018-01-08
netfilter: remove route_key_size field in struct nf_afinfo
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-2
/
+1
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-2
/
+2
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
1
-2
/
+0
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-21
/
+3
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-16
/
+3
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
1
-0
/
+1
2018-01-08
netfilter: don't allocate space for arp/bridge hooks unless needed
Florian Westphal
1
-0
/
+4
2018-01-08
netfilter: don't allocate space for decnet hooks unless needed
Florian Westphal
1
-0
/
+2
2018-01-08
netfilter: reduce size of hook entry point locations
Florian Westphal
1
-2
/
+22
2018-01-08
netfilter: core: free hooks with call_rcu
Florian Westphal
1
-4
/
+15
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-28
netfilter: convert hook list to an array
Aaron Conole
1
-22
/
+23
2017-07-17
netfilter: remove old pre-netns era hook api
Florian Westphal
1
-9
/
+0
2016-12-06
netfilter: decouple nf_hook_entry and nf_hook_ops
Aaron Conole
1
-4
/
+6
2016-12-06
netfilter: introduce accessor functions for hook entries
Aaron Conole
1
-0
/
+27
2016-11-03
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
1
-6
/
+4
2016-11-03
netfilter: kill NF_HOOK_THRESH() and state->tresh
Pablo Neira Ayuso
1
-37
/
+13
2016-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-0
/
+2
2016-09-25
netfilter: replace list_head with single linked list
Aaron Conole
1
-29
/
+34
2016-09-24
netfilter: call nf_hook_state_init with rcu_read_lock held
Florian Westphal
1
-1
/
+7
2016-09-19
net: Add _nf_(un)register_hooks symbols
Mahesh Bandewar
1
-0
/
+2
2016-03-02
netfilter: don't call hooks unless needed
Florian Westphal
1
-18
/
+11
2015-10-16
netfilter: turn NF_HOOK into an inline function
Arnd Bergmann
1
-2
/
+17
[next]