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
2017-05-29
netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objs
Liping Zhang
1
-46
/
+4
2017-05-29
netfilter: nft_set_hash: add lookup variant for fixed size hashtable
Pablo Neira Ayuso
1
-2
/
+58
2017-05-29
netfilter: nft_set_hash: add non-resizable hashtable implementation
Pablo Neira Ayuso
1
-8
/
+202
2017-05-29
netfilter: nf_tables: allow large allocations for new sets
Pablo Neira Ayuso
1
-5
/
+7
2017-05-29
netfilter: nft_set_hash: add nft_hash_buckets()
Pablo Neira Ayuso
1
-1
/
+6
2017-05-29
netfilter: nf_tables: pass set description to ->privsize
Pablo Neira Ayuso
4
-4
/
+7
2017-05-29
netfilter: nf_tables: select set backend flavour depending on description
Pablo Neira Ayuso
4
-29
/
+60
2017-05-29
netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend
Pablo Neira Ayuso
1
-106
/
+106
2017-05-29
netfilter: nf_tables: no size estimation if number of set elements is unknown
Pablo Neira Ayuso
2
-18
/
+7
2017-05-29
netfilter: nft_set_hash: unnecessary forward declaration
Pablo Neira Ayuso
1
-10
/
+8
2017-05-29
netfilter: nat: destroy nat mappings on module exit path only
Florian Westphal
1
-32
/
+5
2017-05-29
netfilter: conntrack: restart iteration on resize
Florian Westphal
1
-6
/
+14
2017-05-29
netfilter: conntrack: add nf_ct_iterate_destroy
Florian Westphal
1
-13
/
+74
2017-05-29
netfilter: conntrack: don't call iter for non-confirmed conntracks
Florian Westphal
1
-10
/
+29
2017-05-29
netfilter: conntrack: rename nf_ct_iterate_cleanup
Florian Westphal
4
-12
/
+12
2017-05-29
netfilter: nft_rt: make local functions static
stephen hemminger
1
-8
/
+8
2017-05-29
netfilter: dup: resolve warnings about missing prototypes
stephen hemminger
1
-0
/
+1
2017-05-29
netfilter: ctnetlink: delete extra spaces
linzhang
1
-2
/
+2
2017-05-24
netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize
Liping Zhang
1
-1
/
+6
2017-05-23
netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BIT
Liping Zhang
1
-1
/
+1
2017-05-23
netfilter: nft_set_rbtree: handle element re-addition after deletion
Pablo Neira Ayuso
1
-11
/
+11
2017-05-23
netfilter: conntrack: fix false CRC32c mismatch using paged skb
Davide Caratti
1
-3
/
+6
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-72
/
+227
2017-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
14
-72
/
+227
2017-05-18
netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
Willem de Bruijn
1
-8
/
+13
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
1
-1
/
+1
2017-05-15
netfilter: nf_tables: revisit chain/object refcounting from elements
Pablo Neira Ayuso
5
-17
/
+80
2017-05-15
netfilter: nf_tables: missing sanitization in data from userspace
Pablo Neira Ayuso
2
-7
/
+24
2017-05-15
netfilter: nf_tables: can't assume lock is acquired when dumping set elems
Liping Zhang
2
-23
/
+57
2017-05-15
netfilter: synproxy: fix conntrackd interaction
Eric Leblond
1
-0
/
+4
2017-05-15
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
1
-3
/
+6
2017-05-15
Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
1
-5
/
+14
2017-05-15
netfilter: nfnl_cthelper: reject del request if helper obj is in use
Liping Zhang
2
-6
/
+17
2017-05-15
netfilter: introduce nf_conntrack_helper_put helper function
Liping Zhang
3
-5
/
+11
2017-05-15
netfilter: don't setup nat info for confirmed ct
Liping Zhang
1
-0
/
+4
2017-05-15
netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch
Matthias Kaehlcke
1
-4
/
+3
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+4
2017-05-08
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-2
/
+1
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2
-21
/
+5
2017-05-08
ipvs: SNAT packet replies only for NATed connections
Julian Anastasov
1
-5
/
+14
2017-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-58
/
+113
2017-05-03
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-98
/
+28
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
9
-57
/
+112
2017-05-03
netfilter: conntrack: Force inlining of build check to prevent build failure
Geert Uytterhoeven
1
-1
/
+1
2017-05-03
netfilter: nf_tables: check if same extensions are set when adding elements
Pablo Neira Ayuso
1
-0
/
+5
2017-05-02
audit: normalize NETFILTER_PKT
Richard Guy Briggs
1
-97
/
+27
2017-05-02
netfilter: use consistent ipv4 network offset in xt_AUDIT
Richard Guy Briggs
1
-1
/
+1
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
70
-506
/
+533
2017-05-01
netfilter: nf_ct_ext: invoke destroy even when ext is not attached
Liping Zhang
1
-6
/
+2
2017-05-01
Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git...
Pablo Neira Ayuso
2
-23
/
+1
[prev]
[next]