index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-01-25
31
-504
/
+1622
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2014-01-16
3
-2
/
+4
|
|
\
|
|
*
netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not set
Kristian Evensen
2014-01-15
1
-0
/
+2
|
|
*
netfilter: Add dependency on IPV6 for NF_TABLES_INET
Paul Gortmaker
2014-01-14
1
-1
/
+1
|
|
*
netfilter: nf_tables: fix missing byteorder conversion in policy
Pablo Neira Ayuso
2014-01-10
1
-1
/
+1
|
*
|
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
2014-01-14
2
-2
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
2
-6
/
+28
|
|
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2014-01-10
3
-0
/
+365
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
netfilter: introduce l2tp match extension
James Chapman
2014-01-09
3
-0
/
+365
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2014-01-09
10
-154
/
+417
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
netfilter: nf_tables: fix error path in the init functions
Pablo Neira Ayuso
2014-01-09
1
-1
/
+7
|
|
*
|
netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()
Patrick McHardy
2014-01-09
1
-2
/
+2
|
|
*
|
netfilter: nf_tables: prohibit deletion of a table with existing sets
Patrick McHardy
2014-01-09
1
-1
/
+1
|
|
*
|
netfilter: nf_tables: take AF module reference when creating a table
Patrick McHardy
2014-01-09
1
-1
/
+7
|
|
*
|
netfilter: nf_tables: perform flags validation before table allocation
Patrick McHardy
2014-01-09
1
-13
/
+9
|
|
*
|
netfilter: nf_tables: minor nf_chain_type cleanups
Patrick McHardy
2014-01-09
2
-8
/
+8
|
|
*
|
netfilter: nf_tables: constify chain type definitions and pointers
Patrick McHardy
2014-01-09
2
-8
/
+8
|
|
*
|
netfilter: nf_tables: replay request after dropping locks to load chain type
Patrick McHardy
2014-01-09
1
-4
/
+8
|
|
*
|
netfilter: nf_tables: add missing module references to chain types
Patrick McHardy
2014-01-09
1
-0
/
+1
|
|
*
|
netfilter: nf_tables: fix chain type module reference handling
Patrick McHardy
2014-01-09
1
-21
/
+24
|
|
*
|
netfilter: nf_tables: fix check for table overflow
Patrick McHardy
2014-01-09
1
-3
/
+3
|
|
*
|
netfilter: nf_tables: restore chain change atomicity
Patrick McHardy
2014-01-09
1
-22
/
+21
|
|
*
|
netfilter: nf_tables: split chain policy validation from actually setting it
Patrick McHardy
2014-01-09
1
-36
/
+20
|
|
*
|
netfilter: nft_meta: fix lack of validation of the input register
Pablo Neira Ayuso
2014-01-09
1
-0
/
+3
|
|
*
|
netfilter: nft_ct: Add support to set the connmark
Kristian Evensen
2014-01-09
1
-30
/
+134
|
|
*
|
netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET
Patrick McHardy
2014-01-07
1
-3
/
+36
|
|
*
|
netfilter: nft_meta: add l4proto support
Patrick McHardy
2014-01-07
1
-0
/
+4
|
|
*
|
netfilter: nf_tables: add nfproto support to meta expression
Patrick McHardy
2014-01-07
1
-0
/
+4
|
|
*
|
netfilter: nf_tables: add "inet" table for IPv4/IPv6
Patrick McHardy
2014-01-07
3
-0
/
+106
|
|
*
|
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
2014-01-07
2
-24
/
+33
|
|
*
|
netfilter: nf_tables: add hook ops to struct nft_pktinfo
Patrick McHardy
2014-01-07
3
-5
/
+5
|
|
*
|
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
2014-01-07
1
-5
/
+5
|
|
*
|
netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled
Pablo Neira Ayuso
2014-01-07
1
-1
/
+2
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2014-01-08
7
-10
/
+18
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
Daniel Borkmann
2014-01-06
1
-3
/
+3
|
|
*
|
netfilter: nf_conntrack_dccp: use %s format string for buffer
Daniel Borkmann
2014-01-06
1
-2
/
+2
|
|
*
|
Revert "netfilter: avoid get_random_bytes calls"
Pablo Neira Ayuso
2014-01-06
6
-5
/
+13
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2014-01-06
1
-55
/
+4
|
|
\
\
\
|
|
*
|
|
net: Export skb_zerocopy() to zerocopy from one skb to another
Thomas Graf
2014-01-06
1
-55
/
+4
|
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
6
-8
/
+33
|
|
\
\
\
\
|
*
|
|
|
|
netfilter: Fix build failure in nfnetlink_queue_core.c.
David S. Miller
2014-01-06
1
-0
/
+1
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2014-01-06
9
-227
/
+565
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
netfilter: nf_tables: dump sets in all existing families
Pablo Neira Ayuso
2014-01-04
1
-9
/
+78
|
|
*
|
|
|
netfilter: nf_tables: remove unused variable in nf_tables_dump_set()
Michal Nazarewicz
2014-01-03
1
-3
/
+2
|
|
*
|
|
|
netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()
Daniel Borkmann
2014-01-03
1
-3
/
+6
|
|
*
|
|
|
netfilter: add help information to new nf_tables Kconfig options
Pablo Neira Ayuso
2014-01-01
1
-0
/
+42
|
|
*
|
|
|
netfilter: nft_reject: support for IPv6 and TCP reset
Eric Leblond
2013-12-30
3
-0
/
+151
|
|
*
|
|
|
netfilter: select NFNETLINK when enabling NF_TABLES
Eric Leblond
2013-12-29
1
-1
/
+1
|
|
*
|
|
|
netfilter: nf_tables: remove nft_meta_target
Pablo Neira Ayuso
2013-12-28
2
-118
/
+0
|
|
*
|
|
|
netfilter: nf_tables: nft_meta module get/set ops
Arturo Borrero Gonzalez
2013-12-28
1
-23
/
+123
[next]