index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-0
/
+4
2016-05-14
nf_conntrack: avoid kernel pointer value leak in slab name
Linus Torvalds
1
-1
/
+3
2016-05-10
netfilter: conntrack: remove uninitialized shadow variable
Arnd Bergmann
1
-1
/
+0
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
17
-310
/
+726
2016-05-09
netfilter: conntrack: use single slab cache
Florian Westphal
1
-22
/
+14
2016-05-09
netfilter: conntrack: use a single nat bysource table for all namespaces
Florian Westphal
1
-16
/
+17
2016-05-09
netfilter: conntrack: make netns address part of nat bysrc hash
Florian Westphal
1
-3
/
+3
2016-05-06
Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git...
Pablo Neira Ayuso
2
-4
/
+26
2016-05-06
netfilter: conntrack: use a single expectation table for all namespaces
Florian Westphal
3
-28
/
+22
2016-05-06
netfilter: conntrack: make netns address part of expect hash
Florian Westphal
1
-7
/
+10
2016-05-06
netfilter: conntrack: check netns when walking expect hash
Florian Westphal
2
-4
/
+27
2016-05-06
ipvs: make drop_entry protection effective for SIP-pe
Marco Angaroni
2
-4
/
+26
2016-05-05
netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameter
Phil Turnbull
1
-0
/
+2
2016-05-05
netfilter: nf_tables: allow set names up to 32 bytes
Pablo Neira Ayuso
1
-3
/
+3
2016-05-05
netfilter: conntrack: introduce clash resolution on insertion race
Pablo Neira Ayuso
3
-3
/
+54
2016-05-05
netfilter: conntrack: introduce nf_ct_acct_update()
Pablo Neira Ayuso
1
-23
/
+19
2016-05-05
netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointer
Pablo Neira Ayuso
1
-1
/
+1
2016-05-05
netfilter: conntrack: consider ct netns in early_drop logic
Florian Westphal
1
-18
/
+25
2016-05-05
netfilter: conntrack: use a single hashtable for all namespaces
Florian Westphal
6
-59
/
+56
2016-05-05
netfilter: conntrack: make netns address part of hash
Florian Westphal
1
-17
/
+18
2016-05-05
netfilter: conntrack: check netns when comparing conntrack objects
Florian Westphal
2
-10
/
+16
2016-05-05
netfilter: conntrack: use nf_ct_key_equal() in more places
Florian Westphal
1
-18
/
+11
2016-05-05
netfilter: conntrack: don't attempt to iterate over empty table
Florian Westphal
1
-0
/
+3
2016-05-05
netfilter: conntrack: fix lookup race during hash resize
Florian Westphal
1
-5
/
+19
2016-05-05
netfilter: conntrack: keep BH enabled during lookup
Florian Westphal
1
-17
/
+8
2016-05-05
netfilter: nftables: add connlabel set support
Florian Westphal
1
-0
/
+30
2016-04-29
netfilter: IDLETIMER: fix race condition when destroy the target
Liping Zhang
1
-0
/
+1
2016-04-29
netfilter: conntrack: init all_locks to avoid debug warning
Florian Westphal
1
-1
/
+1
2016-04-25
netfilter/ipvs: use nla_put_u64_64bit()
Nicolas Dichtel
1
-12
/
+24
2016-04-25
Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Pablo Neira Ayuso
5
-5
/
+243
2016-04-25
netfilter: nf_ct_helper: disable automatic helper assignment
Pablo Neira Ayuso
1
-2
/
+2
2016-04-25
netfilter: nft_rbtree: allow adjacent intervals with dynamic updates
Pablo Neira Ayuso
1
-5
/
+35
2016-04-25
netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helper
Pablo Neira Ayuso
1
-3
/
+6
2016-04-25
netfilter: nf_tables: parse element flags from nft_del_setelem()
Pablo Neira Ayuso
1
-5
/
+33
2016-04-25
netfilter: nf_tables: introduce nft_setelem_parse_flags() helper
Pablo Neira Ayuso
1
-12
/
+22
2016-04-25
netfilter: conntrack: use get_random_once for conntrack hash seed
Florian Westphal
1
-23
/
+3
2016-04-25
netfilter: conntrack: use get_random_once for nat and expectations
Florian Westphal
2
-6
/
+7
2016-04-25
netfilter: conntrack: move generation seqcnt out of netns_ct
Florian Westphal
1
-9
/
+11
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-117
/
+323
2016-04-23
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
8
-26
/
+49
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2016-04-20
ipvs: don't alter conntrack in OPS mode
Marco Angaroni
2
-1
/
+6
2016-04-20
ipvs: optimize release of connections in OPS mode
Marco Angaroni
1
-3
/
+23
2016-04-20
ipvs: handle connections started by real-servers
Marco Angaroni
3
-1
/
+214
2016-04-19
netfilter: conntrack: don't acquire lock during seq_printf
Florian Westphal
2
-14
/
+2
2016-04-18
netfilter: ctnetlink: restore inlining for netlink message size calculation
Pablo Neira Ayuso
1
-5
/
+5
2016-04-18
netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'
Florian Westphal
3
-5
/
+8
2016-04-18
netfilter: labels: don't emit ct event if labels were not changed
Florian Westphal
1
-6
/
+10
2016-04-18
netfilter: connlabels: move helpers to xt_connlabel
Florian Westphal
2
-19
/
+12
2016-04-16
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
Alexander Duyck
1
-4
/
+2
[next]