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
2015-06-14
netfilter: ipset: Fix cidr handling for hash:*net* types
Jozsef Kadlecsik
7
-34
/
+42
2015-06-14
netfilter: ipset: Check CIDR value only when attribute is given
Sergey Popovich
4
-49
/
+41
2015-06-14
netfilter: ipset: Make sure we always return line number on batch
Sergey Popovich
15
-75
/
+75
2015-06-14
netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6
Sergey Popovich
5
-15
/
+43
2015-06-14
netfilter: ipset: Check extensions attributes before getting extensions.
Sergey Popovich
16
-170
/
+29
2015-06-14
netfilter: ipset: Use SET_WITH_*() helpers to test set extensions
Sergey Popovich
2
-7
/
+7
2015-06-12
netfilter: xtables: avoid percpu ruleset duplication
Florian Westphal
1
-15
/
+8
2015-06-12
netfilter: conntrack: warn the user if there is a better helper to use
Marcelo Ricardo Leitner
1
-1
/
+7
2015-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-5
/
+231
2015-05-26
netfilter: nf_tables: add netdev table to filter from ingress
Pablo Neira Ayuso
3
-0
/
+189
2015-05-26
netfilter: nf_tables: allow to bind table to net_device
Pablo Neira Ayuso
1
-5
/
+41
2015-05-26
netfilter: default CONFIG_NETFILTER_INGRESS to y
Pablo Neira Ayuso
1
-0
/
+1
2015-05-25
ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags
Martin KaFai Lau
2
-4
/
+10
2015-05-25
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
1
-1
/
+1
2015-05-25
ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST
Martin KaFai Lau
2
-3
/
+3
2015-05-25
ipv6: Remove external dependency on rt6i_dst and rt6i_src
Martin KaFai Lau
1
-2
/
+2
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-23
/
+58
2015-05-20
netfilter: nfnetlink_{log,queue}: Register pernet in first place
Francesco Ruggeri
2
-18
/
+19
2015-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
24
-231
/
+307
2015-05-17
netfilter: Use correct return for seq_show functions
Joe Perches
2
-13
/
+7
2015-05-15
netfilter: nf_tables: fix bogus warning in nft_data_uninit()
Mirek Kratochvil
1
-2
/
+2
2015-05-15
conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transition
Jesper Dangaard Brouer
1
-3
/
+32
2015-05-15
netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=m
Florian Westphal
1
-0
/
+2
2015-05-15
netfilter: x_tables: add context to know if extension runs from nft_compat
Pablo Neira Ayuso
2
-0
/
+8
2015-05-14
netfilter: xt_MARK: Add ARP support
Zhang Chunyu
1
-0
/
+1
2015-05-14
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
1
-0
/
+25
2015-05-14
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
2
-1
/
+37
2015-05-14
netfilter: add hook list to nf_hook_state
Pablo Neira
1
-4
/
+2
2015-05-13
netfilter: ipset: Use better include files in xt_set.c
Jozsef Kadlecsik
1
-1
/
+2
2015-05-13
netfilter: ipset: Improve preprocessor macros checks
Sergey Popovich
3
-7
/
+18
2015-05-13
netfilter: ipset: Fix hashing for ipv6 sets
Sergey Popovich
5
-8
/
+2
2015-05-13
netfilter: ipset: Check for comment netlink attribute length
Sergey Popovich
15
-15
/
+30
2015-05-13
netfilter: ipset: Return bool values instead of int
Sergey Popovich
10
-38
/
+43
2015-05-13
netfilter: ipset: Use HOST_MASK literal to represent host address CIDR len
Sergey Popovich
7
-9
/
+11
2015-05-13
netfilter: ipset: Check IPSET_ATTR_PORT only once
Sergey Popovich
5
-40
/
+10
2015-05-13
netfilter: ipset: Return ipset error instead of bool
Sergey Popovich
12
-48
/
+126
2015-05-13
netfilter: ipset: Preprocessor directices cleanup
Sergey Popovich
12
-34
/
+4
2015-05-13
netfilter: ipset: No need to make nomatch bitfield
Sergey Popovich
1
-2
/
+2
2015-05-13
netfilter: ipset: Properly calculate extensions offsets and total length
Sergey Popovich
1
-3
/
+3
2015-05-13
netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offset
Alexander Drozdov
1
-2
/
+4
2015-05-13
netfilter: ipset: Give a better name to a macro in ip_set_core.c
Jozsef Kadlecsik
1
-9
/
+9
2015-05-13
netfilter: ipset: Fix sparse warning
Jozsef Kadlecsik
1
-2
/
+2
2015-05-11
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
1
-21
/
+9
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
1
-2
/
+2
2015-05-08
ipvs: fix memory leak in ip_vs_ctl.c
Tommi Rantala
1
-0
/
+3
2015-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+1
2015-04-27
netfilter; Add some missing default cases to switch statements in nft_reject.
David S. Miller
2
-0
/
+4
2015-04-24
netfilter: nf_tables: fix wrong length for jump/goto verdicts
Florian Westphal
1
-2
/
+1
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
23
-497
/
+591
2015-04-13
tcp/dccp: get rid of central timewait timer
Eric Dumazet
1
-2
/
+2
[prev]
[next]