index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
netfilter: connlimit: use kmem_cache for conn objects
Florian Westphal
2014-03-12
1
-5
/
+19
*
netfilter: connlimit: move insertion of new element out of count function
Florian Westphal
2014-03-12
1
-15
/
+23
*
netfilter: connlimit: improve packet-to-closed-connection logic
Florian Westphal
2014-03-12
1
-15
/
+8
*
netfilter: connlimit: factor hlist search into new function
Florian Westphal
2014-03-12
1
-16
/
+33
*
netfilter: nft_nat: fix family validation
Patrick McHardy
2014-03-08
1
-12
/
+10
*
netfilter: nft_ct: remove family from struct nft_ct
Patrick McHardy
2014-03-08
1
-7
/
+2
*
netfilter: nf_tables: restore notifications for anonymous set destruction
Patrick McHardy
2014-03-08
2
-3
/
+2
*
netfilter: nf_tables: restore context for expression destructors
Patrick McHardy
2014-03-08
6
-23
/
+27
*
netfilter: nf_tables: clean up nf_tables_trans_add() argument order
Patrick McHardy
2014-03-08
1
-4
/
+4
*
netfilter: nft_hash: bug fixes and resizing
Patrick McHardy
2014-03-07
1
-46
/
+214
*
netfilter: conntrack: remove central spinlock nf_conntrack_lock
Jesper Dangaard Brouer
2014-03-07
3
-66
/
+180
*
netfilter: conntrack: seperate expect locking from nf_conntrack_lock
Jesper Dangaard Brouer
2014-03-07
6
-69
/
+77
*
netfilter: avoid race with exp->master ct
Jesper Dangaard Brouer
2014-03-07
2
-1
/
+15
*
netfilter: conntrack: spinlock per cpu to protect special lists.
Jesper Dangaard Brouer
2014-03-07
3
-75
/
+158
*
netfilter: trivial code cleanup and doc changes
Jesper Dangaard Brouer
2014-03-07
2
-11
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next
Pablo Neira Ayuso
2014-03-07
2
-8
/
+7
|
\
|
*
ipvs: Reduce checkpatch noise in ip_vs_lblc.c
Tingwei Liu
2014-03-07
1
-7
/
+6
|
*
sections, ipvs: Remove useless __read_mostly for ipvs genl_ops
Andi Kleen
2014-03-07
1
-1
/
+1
*
|
netfilter: ipset: add forceadd kernel support for hash set types
Josh Hunt
2014-03-06
12
-10
/
+32
*
|
netfilter: ipset: move registration message to init from net_init
Ilia Mirkin
2014-03-06
1
-1
/
+1
*
|
netfilter: ipset: add markmask for hash:ip,mark data type
Vytas Dauksa
2014-03-06
2
-0
/
+40
*
|
netfilter: ipset: add hash:ip,mark data type to ipset
Vytas Dauksa
2014-03-06
3
-0
/
+322
*
|
netfilter: ipset: Add hash: fix coccinelle warnings
Fengguang Wu
2014-03-06
1
-4
/
+4
*
|
netfilter: ipset: Follow manual page behavior for SET target on list:set
Sergey Popovich
2014-03-06
1
-2
/
+2
|
/
*
netfilter: nf_tables: add optional user data area to rules
Pablo Neira Ayuso
2014-02-27
1
-2
/
+15
*
netfilter: nfnetlink_log: remove unused code
Florian Westphal
2014-02-25
1
-8
/
+0
*
netfilter: nf_tables: accept QUEUE/DROP verdict parameters
Patrick McHardy
2014-02-25
1
-5
/
+10
*
netfilter: nf_tables: add nft_dereference() macro
Patrick McHardy
2014-02-25
1
-2
/
+1
*
netfilter: nfnetlink: add rcu_dereference_protected() helpers
Patrick McHardy
2014-02-25
1
-0
/
+8
*
netfilter: ip_set: rename nfnl_dereference()/nfnl_set()
Patrick McHardy
2014-02-25
1
-23
/
+23
*
netfilter: nft_ct: labels get support
Florian Westphal
2014-02-19
2
-3
/
+26
*
netfilter: xt_ipcomp: Use ntohs to ease sparse warning
Pablo Neira Ayuso
2014-02-19
1
-1
/
+1
*
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
[next]