index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2016-05-06
netfilter: conntrack: use a single expectation table for all namespaces
Florian Westphal
-4
/
+2
2016-05-06
netfilter: conntrack: check netns when walking expect hash
Florian Westphal
-0
/
+3
2016-05-05
netfilter: x_tables: get rid of old and inconsistent debugging
Pablo Neira Ayuso
-385
/
+76
2016-05-05
netfilter: conntrack: use a single hashtable for all namespaces
Florian Westphal
-7
/
+5
2016-05-05
netfilter: conntrack: check netns when comparing conntrack objects
Florian Westphal
-2
/
+6
2016-05-05
netfilter: conntrack: small refactoring of conntrack seq_printf
Florian Westphal
-5
/
+19
2016-04-29
netfilter: fix IS_ERR_VALUE usage
Pablo Neira Ayuso
-4
/
+8
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-455
/
+175
2016-04-14
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
-86
/
+10
2016-04-14
netfilter: x_tables: remove obsolete check
Florian Westphal
-15
/
+0
2016-04-14
netfilter: x_tables: remove obsolete overflow check for compat case too
Florian Westphal
-4
/
+0
2016-04-14
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
-217
/
+52
2016-04-14
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
-29
/
+14
2016-04-14
netfilter: arp_tables: simplify translate_compat_table args
Florian Westphal
-46
/
+36
2016-04-14
netfilter: ip_tables: simplify translate_compat_table args
Florian Westphal
-35
/
+24
2016-04-14
netfilter: x_tables: check for bogus target offset
Florian Westphal
-4
/
+6
2016-04-14
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
-2
/
+4
2016-04-14
netfilter: x_tables: kill check_entry helper
Florian Westphal
-23
/
+16
2016-04-14
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
-21
/
+2
2016-04-14
netfilter: x_tables: validate targets of jumps
Florian Westphal
-0
/
+32
2016-04-14
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
-3
/
+9
2016-04-07
netfilter: arp_tables: register table in initns
Florian Westphal
-0
/
+6
2016-03-28
netfilter: ipv4: fix NULL dereference
Liping Zhang
-26
/
+28
2016-03-28
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...
Pablo Neira Ayuso
-0
/
+4
2016-03-28
netfilter: x_tables: fix unconditional helper
Florian Westphal
-21
/
+20
2016-03-28
netfilter: x_tables: make sure e->next_offset covers remaining blob size
Florian Westphal
-4
/
+8
2016-03-28
netfilter: x_tables: validate e->target_offset early
Florian Westphal
-18
/
+16
2016-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-22
/
+8
2016-03-14
netfilter: Allow calling into nat helper without skb_dst.
Jarno Rajahalme
-22
/
+8
2016-03-13
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
-2
/
+10
2016-03-02
netfilter: nft_masq: support port range
Pablo Neira Ayuso
-1
/
+6
2016-03-02
netfilter: xtables: don't hook tables by default
Florian Westphal
-96
/
+180
2016-03-02
netfilter: xtables: prepare for on-demand hook register
Florian Westphal
-46
/
+55
2016-03-02
netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()
Joe Stringer
-3
/
+1
2016-02-16
ipv4: Namespaceify ip_default_ttl sysctl knob
Nikolay Borisov
-1
/
+2
2016-01-28
inet: frag: Always orphan skbs inside ip_defrag()
Joe Stringer
-2
/
+0
2015-12-28
netfilter: nf_tables: release objects on netns destruction
Pablo Neira Ayuso
-2
/
+2
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-1
/
+0
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
2015-12-15
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
-1
/
+2
2015-12-10
netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
Pablo Neira Ayuso
-0
/
+1
2015-11-23
netfilter: remove duplicate include
stephen hemminger
-1
/
+0
2015-11-18
net ipv4: use preferred log methods
Bastian Stender
-15
/
+15
2015-11-09
netfilter: Fix removal of GRE expectation entries created by PPTP
Anthony Lineham
-1
/
+1
2015-11-05
ipv4: use sk_fullsock() in ipv4_conntrack_defrag()
Eric Dumazet
-3
/
+2
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3
/
+2
2015-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
-6
/
+7
2015-10-16
netfilter: ipv4: whitespace around operators
Ian Morris
-6
/
+6
2015-10-16
netfilter: ipv4: code indentation
Ian Morris
-5
/
+5
2015-10-16
netfilter: ipv4: function definition layout
Ian Morris
-6
/
+6
[next]