index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Include appropriate header file in netfilter/nft_lookup.c
Rashika Kheria
2014-02-09
1
-0
/
+1
*
netfilter: nf_tables: unininline nft_trace_packet()
Patrick McHardy
2014-02-07
1
-3
/
+3
*
netfilter: nf_tables: fix loop checking with end interval elements
Pablo Neira Ayuso
2014-02-07
1
-0
/
+3
*
netfilter: nft_rbtree: fix data handling of end interval elements
Pablo Neira Ayuso
2014-02-07
1
-5
/
+11
*
netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and data
Pablo Neira Ayuso
2014-02-07
1
-0
/
+3
*
netfilter: nf_tables: fix racy rule deletion
Pablo Neira Ayuso
2014-02-06
1
-17
/
+23
*
netfilter: nf_tables: fix log/queue expressions for NFPROTO_INET
Patrick McHardy
2014-02-06
2
-7
/
+2
*
netfilter: nf_tables: add reject module for NFPROTO_INET
Patrick McHardy
2014-02-06
3
-0
/
+69
*
netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts
Patrick McHardy
2014-02-06
2
-81
/
+9
*
netfilter: nf_tables: add AF specific expression support
Patrick McHardy
2014-02-06
1
-6
/
+16
*
netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checks
Patrick McHardy
2014-02-06
1
-0
/
+1
*
netfilter: nf_tables: fix potential oops when dumping sets
Patrick McHardy
2014-02-06
1
-3
/
+5
*
netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()
Patrick McHardy
2014-02-05
1
-2
/
+2
*
netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt
Pablo Neira Ayuso
2014-02-05
3
-14
/
+32
*
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Andrey Vagin
2014-02-05
1
-4
/
+17
*
netfilter: nf_tables: fix oops when deleting a chain with references
Patrick McHardy
2014-02-05
1
-1
/
+1
*
netfilter: nft_ct: fix unconditional dump of 'dir' attr
Arturo Borrero
2014-02-05
1
-2
/
+13
*
ipvs: fix AF assignment in ip_vs_conn_new()
Michal Kubecek
2014-02-04
1
-4
/
+4
*
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
[next]