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
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
12
-67
/
+75
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
65
-1523
/
+3059
2018-01-31
netfilter: x_tables: fix pointer leaks to userspace
Dmitry Vyukov
5
-2
/
+5
2018-01-31
netfilter: ipset: Fix wraparound in hash:*net* types
Jozsef Kadlecsik
6
-63
/
+63
2018-01-31
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+3
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-01-25
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
1
-0
/
+6
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
8
-23
/
+2
2018-01-19
netfilter: nf_tables: set flowtable priority and hooknum field
Pablo Neira Ayuso
1
-0
/
+2
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
11
-19
/
+0
2018-01-19
netfilter: nf_tables: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-19
netfilter: return booleans instead of integers
Gustavo A. R. Silva
3
-3
/
+3
2018-01-19
netfilter: nf_tables: allocate handle and delete objects via handle
Harsha Sharma
1
-12
/
+134
2018-01-16
netfilter: x_tables: don't return garbage pointer on modprobe failure
Florian Westphal
1
-1
/
+1
2018-01-16
netfilter: nf_tables: flow_offload depends on flow_table
Arnd Bergmann
1
-1
/
+1
2018-01-10
netfilter: improve flow table Kconfig dependencies
Arnd Bergmann
1
-1
/
+3
2018-01-10
netfilter: core: return EBUSY in case NAT hook is already in use
Pablo Neira Ayuso
1
-1
/
+1
2018-01-10
netfilter: remove duplicated include
Wei Yongjun
1
-2
/
+0
2018-01-10
netfilter: core: make local function __nf_unregister_net_hook static
Wei Yongjun
1
-2
/
+2
2018-01-10
netfilter: nf_tables: fix a typo in nf_tables_getflowtable()
Wei Yongjun
1
-1
/
+1
2018-01-10
netfilter: x_tables: unbreak module auto loading
Florian Westphal
1
-1
/
+1
2018-01-10
netfilter: nf_tables: get rid of struct nft_af_info abstraction
Pablo Neira Ayuso
3
-271
/
+76
2018-01-10
netfilter: nf_tables: get rid of pernet families
Pablo Neira Ayuso
3
-101
/
+43
2018-01-10
netfilter: nf_tables: add single table list for all families
Pablo Neira Ayuso
10
-299
/
+281
2018-01-10
netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...
Pablo Neira Ayuso
1
-9
/
+7
2018-01-10
netfilter: nf_tables: no need for struct nft_af_info to enable/disable table
Pablo Neira Ayuso
1
-15
/
+6
2018-01-10
netfilter: nf_tables: remove flag field from struct nft_af_info
Pablo Neira Ayuso
2
-2
/
+1
2018-01-10
netfilter: nf_tables: remove nhooks field from struct nft_af_info
Pablo Neira Ayuso
3
-6
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-15
/
+7
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+5
2018-01-08
netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...
Jozsef Kadlecsik
1
-0
/
+2
2018-01-08
netfilter: ipset: Fix "don't update counters" mode when counters used at the ...
Jozsef Kadlecsik
5
-122
/
+89
2018-01-08
netfilter: ipset: use swap macro instead of _manually_ swapping values
Gustavo A. R. Silva
3
-18
/
+6
2018-01-08
netfilter: nf_tables: flow offload expression
Pablo Neira Ayuso
3
-0
/
+272
2018-01-08
netfilter: flow table support for the mixed IPv4/IPv6 family
Pablo Neira Ayuso
3
-0
/
+57
2018-01-08
netfilter: add generic flow table infrastructure
Pablo Neira Ayuso
3
-0
/
+439
2018-01-08
netfilter: nf_tables: add flow table netlink frontend
Pablo Neira Ayuso
1
-1
/
+746
2018-01-08
netfilter: nf_conntrack: add IPS_OFFLOAD status bit
Pablo Neira Ayuso
4
-5
/
+45
2018-01-08
netfilter: nf_tables: remove nft_dereference()
Pablo Neira Ayuso
1
-3
/
+3
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
1
-33
/
+1
2018-01-08
netfilter: meta: secpath support
Florian Westphal
1
-0
/
+43
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
1
-24
/
+1
2018-01-08
netfilter: remove route_key_size field in struct nf_afinfo
Pablo Neira Ayuso
1
-6
/
+16
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
2
-3
/
+20
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
5
-38
/
+48
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
1
-1
/
+41
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-0
/
+24
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
2
-1
/
+27
2018-01-08
netfilter: connlimit: split xt_connlimit into front and backend
Florian Westphal
4
-345
/
+402
2018-01-08
netfilter: nf_tables: remove hooks from family definition
Pablo Neira Ayuso
3
-15
/
+11
[next]