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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-09-06
26
-923
/
+1186
|
\
|
*
netfilter: log: Check param to avoid overflow in nf_log_set
Gao Feng
2016-08-30
1
-3
/
+5
|
*
netfilter: remove __nf_ct_kill_acct helper
Florian Westphal
2016-08-30
1
-7
/
+5
|
*
netfilter: conntrack: resched gc again if eviction rate is high
Florian Westphal
2016-08-30
1
-0
/
+6
|
*
netfilter: conntrack: add gc worker to remove timed-out entries
Florian Westphal
2016-08-30
1
-0
/
+76
|
*
netfilter: evict stale entries on netlink dumps
Florian Westphal
2016-08-30
1
-1
/
+24
|
*
netfilter: conntrack: get rid of conntrack timer
Florian Westphal
2016-08-30
4
-58
/
+56
|
*
netfilter: don't rely on DYING bit to detect when destroy event was sent
Florian Westphal
2016-08-30
1
-8
/
+14
|
*
netfilter: restart search if moved to other chain
Florian Westphal
2016-08-30
1
-0
/
+7
|
*
netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters
Pablo Neira Ayuso
2016-08-26
2
-5
/
+5
|
*
netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion
Pablo Neira Ayuso
2016-08-26
3
-13
/
+36
|
*
netfilter: nf_tables: reject hook configuration updates on existing chains
Pablo Neira Ayuso
2016-08-23
1
-0
/
+31
|
*
netfilter: nf_tables: introduce nft_chain_parse_hook()
Pablo Neira Ayuso
2016-08-23
1
-63
/
+89
|
*
netfilter: nft_hash: fix non static symbol warning
Wei Yongjun
2016-08-22
1
-1
/
+1
|
*
netfilter: fix spelling mistake: "delimitter" -> "delimiter"
Colin Ian King
2016-08-22
1
-1
/
+1
|
*
netfilter: nf_tables: add number generator expression
Laura Garcia Liebana
2016-08-22
3
-0
/
+199
|
*
netfilter: nf_tables: add quota expression
Pablo Neira Ayuso
2016-08-22
3
-0
/
+128
|
*
netfilter: nf_conntrack: restore nf_conntrack_htable_size as exported symbol
Pablo Neira Ayuso
2016-08-18
1
-0
/
+2
|
*
netfilter: conntrack: simplify the code by using nf_conntrack_get_ht
Liping Zhang
2016-08-18
1
-36
/
+10
|
*
netfilter: remove ip_conntrack* sysctl compat code
Pablo Neira Ayuso
2016-08-13
6
-378
/
+6
|
*
netfilter: nf_tables: add hash expression
Laura Garcia Liebana
2016-08-12
3
-0
/
+143
|
*
netfilter: nf_tables: rename set implementations
Pablo Neira Ayuso
2016-08-12
4
-4
/
+4
|
*
ipvs: use nf_ct_kill helper
Florian Westphal
2016-08-12
1
-5
/
+2
|
*
netfilter: use_nf_conn_expires helper in more places
Florian Westphal
2016-08-12
3
-9
/
+3
|
*
netfilter: physdev: add missed blank
Hangbin Liu
2016-08-12
1
-2
/
+2
|
*
netfilter: conntrack: Only need first 4 bytes to get l4proto ports
Gao Feng
2016-08-12
5
-8
/
+10
*
|
netfilter: cttimeout: fix use after free error when delete netns
Liping Zhang
2016-08-18
1
-6
/
+10
*
|
netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroy
Liping Zhang
2016-08-18
1
-4
/
+4
*
|
netfilter: tproxy: properly refcount tcp listeners
Eric Dumazet
2016-08-18
1
-0
/
+4
*
|
netfilter: nfnetlink_acct: report overquota to the right netns
Liping Zhang
2016-08-18
2
-5
/
+6
*
|
netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name
Liping Zhang
2016-08-17
1
-0
/
+1
*
|
netfilter: conntrack: do not dump other netns's conntrack entries via proc
Liping Zhang
2016-08-17
1
-0
/
+4
*
|
netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributes
Laura Garcia Liebana
2016-08-10
1
-2
/
+9
*
|
netfilter: ctnetlink: reject new conntrack request with different l4proto
Liping Zhang
2016-08-09
1
-0
/
+2
*
|
netfilter: nfnetlink_queue: reject verdict request from different portid
Liping Zhang
2016-08-09
1
-4
/
+2
*
|
netfilter: nfnetlink_queue: fix memory leak when attach expectation successfully
Liping Zhang
2016-08-09
1
-6
/
+2
*
|
netfilter: nf_ct_expect: remove the redundant slash when policy name is empty
Liping Zhang
2016-08-09
1
-1
/
+1
*
|
netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq
Christophe Leroy
2016-08-08
1
-2
/
+2
*
|
netfilter: nft_rbtree: ignore inactive matching element with no descendants
Pablo Neira Ayuso
2016-08-08
1
-4
/
+6
*
|
netfilter: nf_ct_h323: do not re-activate already expired timer
Liping Zhang
2016-08-08
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-07-27
36
-808
/
+1009
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-07-24
26
-488
/
+589
|
|
\
|
|
*
netfilter: nft_compat: fix crash when related match/target module is removed
Liping Zhang
2016-07-23
1
-23
/
+20
|
|
*
netfilter: nft_compat: put back match/target module if init fail
Liping Zhang
2016-07-23
1
-8
/
+24
|
|
*
netfilter: h323: Use mod_timer instead of set_expect_timeout
Gao Feng
2016-07-23
1
-14
/
+1
|
|
*
netfilter: connlabels: move set helper to xt_connlabel
Florian Westphal
2016-07-22
2
-30
/
+16
|
|
*
netfilter: conntrack: support a fixed size of 128 distinct labels
Florian Westphal
2016-07-22
4
-26
/
+12
|
|
*
netfilter: nf_tables: allow to filter out rules by table and chain
Pablo Neira Ayuso
2016-07-21
1
-0
/
+38
|
|
*
netfilter: nft_log: fix snaplen does not truncate packets
Liping Zhang
2016-07-21
1
-1
/
+2
|
|
*
netfilter: nft_log: check the validity of log level
Liping Zhang
2016-07-21
1
-0
/
+5
[next]