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
2014-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
18
-139
/
+187
2014-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-57
/
+41
2014-11-20
netfilter: nfnetlink_log: Make use of pr_fmt where applicable
Marcelo Leitner
1
-3
/
+6
2014-11-20
netfilter: Deletion of unnecessary checks before two function calls
Markus Elfring
5
-10
/
+5
2014-11-17
netfilter: nf_conntrack_h323: lookup route from proper net namespace
Vasily Averin
1
-6
/
+8
2014-11-17
netfilter: xt_connlimit: honor conntrack zone if available
Florian Westphal
1
-11
/
+14
2014-11-17
netfilter: nfnetlink: fix insufficient validation in nfnetlink_bind
Pablo Neira Ayuso
1
-1
/
+11
2014-11-14
netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse
bill bonaparte
1
-6
/
+8
2014-11-13
rhashtable: Drop gfp_flags arg in insert/remove functions
Thomas Graf
1
-2
/
+2
2014-11-13
rhashtable: Add parent argument to mutex_is_held
Herbert Xu
1
-1
/
+1
2014-11-13
netfilter: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
1
-0
/
+4
2014-11-13
netfilter: nfnetlink_log: remove unnecessary error messages
Pablo Neira Ayuso
1
-7
/
+2
2014-11-13
netfilter: fix various sparse warnings
Florian Westphal
2
-2
/
+5
2014-11-12
netfilter: nf_tables: restore synchronous object release from commit/abort
Pablo Neira Ayuso
1
-16
/
+8
2014-11-12
netfilter: nft_compat: use the match->table to validate dependencies
Pablo Neira Ayuso
1
-2
/
+2
2014-11-12
netfilter: nft_compat: relax chain type validation
Pablo Neira Ayuso
1
-30
/
+2
2014-11-12
netfilter: nft_compat: use current net namespace
Pablo Neira Ayuso
1
-2
/
+2
2014-11-12
netfilter: nft_redir: fix sparse warnings
Pablo Neira Ayuso
1
-5
/
+6
2014-11-12
netfilter: fix unmet dependencies in NETFILTER_XT_TARGET_REDIRECT
Pablo Neira Ayuso
1
-2
/
+2
2014-11-12
ipvs: Keep skb->sk when allocating headroom on tunnel xmit
Calvin Owens
1
-0
/
+2
2014-11-11
netfilter: ipset: small potential read beyond the end of buffer
Dan Carpenter
1
-0
/
+6
2014-11-09
netfilter: nft_meta: add cgroup support
Ana Rey
1
-0
/
+7
2014-11-04
netfilter: nf_log: fix sparse warning in nf_logger_find_get()
Pablo Neira Ayuso
1
-2
/
+1
2014-10-30
netfilter: fix spelling errors
stephen hemminger
2
-2
/
+2
2014-10-30
Merge branch 'ipvs-next'
Pablo Neira Ayuso
1
-1
/
+0
2014-10-30
netfilter: log: protect nf_log_register against double registering
Marcelo Leitner
1
-3
/
+13
2014-10-30
netfilter: nf_log: Introduce nft_log_dereference() macro
Marcelo Leitner
1
-12
/
+9
2014-10-28
ipvs: remove unnecessary assignment in __ip_vs_get_out_rt
Alex Gartrell
1
-1
/
+0
2014-10-28
ipvs: Avoid null-pointer deref in debug code
Alex Gartrell
1
-2
/
+2
2014-10-27
netfilter: nf_tables: add new expression nft_redir
Arturo Borrero
3
-0
/
+108
2014-10-27
netfilter: refactor NAT redirect IPv6 code to use it from nf_tables
Arturo Borrero
2
-38
/
+3
2014-10-27
netfilter: refactor NAT redirect IPv4 to use it from nf_tables
Arturo Borrero
2
-42
/
+3
2014-10-27
netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()
Arturo Borrero
1
-1
/
+1
2014-10-24
netfilter: nf_log: release skbuff on nlmsg put failure
Houcheng Lin
1
-9
/
+8
2014-10-24
netfilter: nfnetlink_log: fix maximum packet length logged to userspace
Florian Westphal
1
-3
/
+5
2014-10-24
netfilter: nf_log: account for size of NLMSG_DONE attribute
Florian Westphal
1
-3
/
+3
2014-10-22
netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocation
Sabrina Dubroca
1
-2
/
+2
2014-10-22
netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
Dan Carpenter
1
-1
/
+1
2014-10-22
netfilter: nf_conntrack: allow server to become a client in TW handling
Marcelo Leitner
1
-2
/
+2
2014-10-20
net: make skb_gso_segment error handling more robust
Florian Westphal
1
-1
/
+1
2014-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-41
/
+150
2014-10-18
netfilter: nft_nat: dump attributes if they are set
Pablo Neira Ayuso
1
-9
/
+11
2014-10-18
netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MIN
Pablo Neira Ayuso
1
-22
/
+28
2014-10-18
netfilter: nft_nat: insufficient attribute validation
Pablo Neira Ayuso
1
-1
/
+3
2014-10-18
netfilter: nft_compat: validate chain type in match/target
Pablo Neira Ayuso
1
-9
/
+66
2014-10-14
netfilter: nft_compat: fix hook validation for non-base chains
Pablo Neira Ayuso
1
-0
/
+4
2014-10-14
netfilter: replace strnicmp with strncasecmp
Rasmus Villemoes
5
-18
/
+18
2014-10-13
netfilter: nf_tables: restrict nat/masq expressions to nat chain type
Pablo Neira Ayuso
3
-0
/
+38
2014-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+4
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
71
-738
/
+2003
[next]