index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-30
netfilter: x_tables: Add note about how to free percpu counters
Ben Hutchings
1
-1
/
+3
2018-03-30
netfilter: Merge assignment with return
Arushi Singhal
2
-5
/
+3
2018-03-30
netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()
Pablo Neira Ayuso
1
-11
/
+4
2018-03-30
netfilter: nf_tables: rename to nft_set_lookup_global()
Pablo Neira Ayuso
4
-12
/
+14
2018-03-30
netfilter: nf_tables: enable conntrack if NAT chain is registered
Pablo Neira Ayuso
1
-7
/
+17
2018-03-30
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
6
-224
/
+407
2018-03-30
netfilter: nf_tables: nft_register_chain_type() returns void
Pablo Neira Ayuso
3
-13
/
+9
2018-03-30
netfilter: nf_tables: rename struct nf_chain_type
Pablo Neira Ayuso
3
-11
/
+11
2018-03-30
netfilter: ebtables: Add string filter
Bernie Harris
1
-0
/
+1
2018-03-20
netfilter: ctnetlink: synproxy support
Pablo Neira Ayuso
1
-3
/
+84
2018-03-20
netfilter: Replace printk() with pr_*() and define pr_fmt()
Arushi Singhal
8
-26
/
+37
2018-03-20
netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.
Jack Ma
1
-17
/
+60
2018-03-20
netfilter: nf_tables: remove VLA usage
Gustavo A. R. Silva
1
-8
/
+15
2018-03-20
netfilter: nfnetlink_cthelper: Remove VLA usage
Gustavo A. R. Silva
1
-8
/
+17
2018-03-20
netfilter: cttimeout: remove VLA usage
Gustavo A. R. Silva
1
-9
/
+17
2018-03-20
netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}
Pablo Neira Ayuso
1
-0
/
+38
2018-03-20
netfilter: conncount: Support count only use case
Yi-Hung Wei
1
-2
/
+8
2018-03-20
netfilter: Refactor nf_conncount
Yi-Hung Wei
2
-5
/
+3
2018-03-13
ipvs: use true and false for boolean values
Gustavo A. R. Silva
2
-4
/
+4
2018-03-13
netfilter: x_tables: fix build with CONFIG_COMPAT=n
Florian Westphal
1
-31
/
+31
2018-03-05
netfilter: xt_limit: Spelling s/maxmum/maximum/
Geert Uytterhoeven
1
-1
/
+1
2018-03-05
netfilter: make xt_rateest hash table per net
Cong Wang
2
-31
/
+70
2018-03-05
netfilter: x_tables: make sure compat af mutex is held
Florian Westphal
1
-0
/
+6
2018-03-05
netfilter: compat: reject huge allocation requests
Florian Westphal
1
-8
/
+18
2018-03-05
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
1
-1
/
+3
2018-03-05
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
1
-0
/
+15
2018-03-05
netfilter: x_tables: limit allocation requests for blob rule heads
Florian Westphal
1
-0
/
+3
2018-03-05
netfilter: x_tables: cap allocations at 512 mbyte
Florian Westphal
1
-1
/
+2
2018-03-05
netfilter: x_tables: enforce unique and ascending entry points
Florian Westphal
1
-1
/
+30
2018-03-05
netfilter: x_tables: move hook entry checks into core
Florian Westphal
1
-0
/
+29
2018-03-05
netfilter: x_tables: check error target size too
Florian Westphal
1
-0
/
+23
2018-03-05
netfilter: x_tables: check standard verdicts in core
Florian Westphal
1
-6
/
+43
2018-03-05
netfilter: nf_conntrack_broadcast: remove useless parameter
Taehee Yoo
3
-5
/
+6
2018-03-05
netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast
Taehee Yoo
1
-9
/
+1
2018-03-05
netfilter: nfnetlink_acct: remove useless parameter
Taehee Yoo
2
-3
/
+2
2018-03-05
netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static
kbuild test robot
1
-4
/
+4
2018-03-05
net: Convert proto_gre_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-05
net: Convert ctnetlink_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-05
net: Convert nf_conntrack_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-05
net: Convert ip_set_net_ops
Kirill Tkhai
1
-1
/
+2
2018-03-05
net: Convert log pernet_operations
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert sysctl creating and destroying pernet_operations
Kirill Tkhai
2
-0
/
+2
2018-02-27
net: Convert synproxy_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-27
net: Convert hashlimit_net_ops and recent_net_ops
Kirill Tkhai
2
-0
/
+2
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
40
-251
/
+255
2018-02-19
net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-19
netfilter: IDLETIMER: be syzkaller friendly
Eric Dumazet
1
-3
/
+6
2018-02-16
netfilter: xt_hashlimit: fix lock imbalance
Eric Dumazet
1
-1
/
+1
2018-02-14
netfilter: nat: cope with negative port range
Paolo Abeni
1
-2
/
+5
2018-02-14
netfilter: x_tables: fix missing timer initialization in xt_LED
Paolo Abeni
1
-5
/
+5
[next]