index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
netfilter: fix nf_queue handling
Pablo Neira Ayuso
3
-27
/
+36
2016-10-20
netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reached
Nicolas Dichtel
1
-1
/
+1
2016-10-19
netfilter: x_tables: suppress kmemcheck warning
Florian Westphal
1
-1
/
+1
2016-10-18
netfilter: nf_tables: avoid uninitialized variable warning
Arnd Bergmann
1
-6
/
+4
2016-10-17
netfilter: nft_range: validate operation netlink attribute
Pablo Neira Ayuso
1
-1
/
+15
2016-10-17
netfilter: nft_exthdr: fix error handling in nft_exthdr_init()
Dan Carpenter
1
-1
/
+2
2016-10-17
netfilter: nf_tables: underflow in nft_parse_u32_check()
Dan Carpenter
1
-1
/
+1
2016-10-17
netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policy
Liping Zhang
1
-0
/
+1
2016-10-17
netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias name
Liping Zhang
1
-0
/
+2
2016-10-17
netfilter: xt_NFLOG: fix unexpected truncated packet
Liping Zhang
1
-0
/
+1
2016-10-17
netfilter: nft_dynset: fix element timeout for HZ != 1000
Anders K. Pedersen
1
-2
/
+4
2016-10-17
netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constants
Geert Uytterhoeven
1
-2
/
+2
2016-10-11
netfilter: Fix slab corruption.
Linus Torvalds
1
-75
/
+33
2016-10-04
netfilter: nft_limit: fix divided by zero panic
Liping Zhang
1
-2
/
+2
2016-10-04
netfilter: fix namespace handling in nf_log_proc_dostring
Jann Horn
1
-2
/
+4
2016-09-30
netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
Vishwanath Pai
1
-7
/
+8
2016-09-30
netfilter: accommodate different kconfig in nf_set_hooks_head
Aaron Conole
1
-4
/
+11
2016-09-30
netfilter: Fix potential null pointer dereference
Aaron Conole
1
-1
/
+1
2016-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
10
-41
/
+120
2016-09-26
netfilter: nf_log: get rid of XT_LOG_* macros
Liping Zhang
1
-2
/
+2
2016-09-26
netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
Liping Zhang
2
-2
/
+9
2016-09-26
netfilter: nf_tables: add range expression
Pablo Neira Ayuso
3
-2
/
+146
2016-09-25
netfilter: evict stale entries when user reads /proc/net/nf_conntrack
Florian Westphal
1
-0
/
+5
2016-09-25
netfilter: xt_hashlimit: Create revision 2 to support higher pps rates
Vishwanath Pai
1
-68
/
+262
2016-09-25
netfilter: xt_hashlimit: Prepare for revision 2
Vishwanath Pai
1
-30
/
+31
2016-09-25
netfilter: nft_ct: report error if mark and dir specified simultaneously
Liping Zhang
1
-0
/
+2
2016-09-25
netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol
Liping Zhang
1
-10
/
+9
2016-09-25
netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
Gao Feng
1
-8
/
+12
2016-09-25
netfilter: replace list_head with single linked list
Aaron Conole
4
-65
/
+112
2016-09-24
netfilter: Only allow sane values in nf_register_net_hook
Aaron Conole
1
-0
/
+5
2016-09-24
netfilter: Remove explicit rcu_read_lock in nf_hook_slow
Aaron Conole
8
-13
/
+13
2016-09-24
netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...
Gao Feng
1
-8
/
+4
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+7
2016-09-23
netfilter: nft_lookup: remove superfluous element found check
Pablo Neira Ayuso
1
-1
/
+1
2016-09-23
netfilter: xt_helper: Use sizeof(variable) instead of literal number
Gao Feng
1
-1
/
+1
2016-09-23
netfilter: Enhance the codes used to get random once
Gao Feng
3
-17
/
+4
2016-09-23
netfilter: nf_tables: check tprot_set first when we use xt.thoff
Liping Zhang
3
-10
/
+19
2016-09-23
netfilter: nf_tables: improve nft payload fast eval
Liping Zhang
1
-1
/
+1
2016-09-23
netfilter: nft_queue: add _SREG_QNUM attr to select the queue number
Liping Zhang
1
-12
/
+90
2016-09-23
netfilter: nf_tables: validate maximum value of u32 netlink attributes
Laura Garcia Liebana
6
-8
/
+59
2016-09-22
netfilter: nft_numgen: add number generation offset
Laura Garcia Liebana
1
-6
/
+26
2016-09-22
sctp: rename WORD_TRUNC/ROUND macros
Marcelo Ricardo Leitner
1
-1
/
+1
2016-09-19
net: Add _nf_(un)register_hooks symbols
Mahesh Bandewar
1
-5
/
+46
2016-09-13
netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions
Gao Feng
2
-4
/
+5
2016-09-13
netfilter: nft_hash: fix hash overflow validation
Laura Garcia Liebana
1
-1
/
+1
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-30
/
+66
2016-09-12
netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()
Pablo Neira Ayuso
1
-1
/
+1
2016-09-12
netfilter: nft_numgen: fix race between num generate and store it
Liping Zhang
1
-1
/
+1
2016-09-12
netfilter: conntrack: remove packet hotpath stats
Florian Westphal
3
-21
/
+7
2016-09-12
netfilter: Add the missed return value check of nft_register_chain_type
Gao Feng
2
-2
/
+8
[next]