index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
netfilter: nf_flow_offload: fix use-after-free and a resource leak
Felix Fietkau
1
-20
/
+7
2018-02-07
netfilter: nf_tables: fix flowtable free
Pablo Neira Ayuso
3
-13
/
+22
2018-02-07
netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_table
Pablo Neira Ayuso
2
-18
/
+25
2018-02-07
netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
Cong Wang
1
-5
/
+17
2018-02-02
netfilter: nft_flow_offload: no need to flush entries on module removal
Pablo Neira Ayuso
1
-6
/
+0
2018-02-02
netfilter: nft_flow_offload: wait for garbage collector to run after cleanup
Pablo Neira Ayuso
2
-4
/
+5
2018-02-02
netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
Cong Wang
1
-0
/
+1
2018-02-02
netfilter: flowtable infrastructure depends on NETFILTER_INGRESS
Pablo Neira Ayuso
1
-3
/
+5
2018-02-02
netfilter: x_tables: make allocation less aggressive
Michal Hocko
1
-1
/
+6
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
12
-67
/
+75
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
65
-1523
/
+3059
2018-01-31
netfilter: x_tables: fix pointer leaks to userspace
Dmitry Vyukov
5
-2
/
+5
2018-01-31
netfilter: ipset: Fix wraparound in hash:*net* types
Jozsef Kadlecsik
6
-63
/
+63
2018-01-30
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+3
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2018-01-25
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
1
-0
/
+6
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
8
-23
/
+2
2018-01-19
netfilter: nf_tables: set flowtable priority and hooknum field
Pablo Neira Ayuso
1
-0
/
+2
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
11
-19
/
+0
2018-01-19
netfilter: nf_tables: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-19
netfilter: return booleans instead of integers
Gustavo A. R. Silva
3
-3
/
+3
2018-01-19
netfilter: nf_tables: allocate handle and delete objects via handle
Harsha Sharma
1
-12
/
+134
2018-01-16
netfilter: x_tables: don't return garbage pointer on modprobe failure
Florian Westphal
1
-1
/
+1
2018-01-16
netfilter: nf_tables: flow_offload depends on flow_table
Arnd Bergmann
1
-1
/
+1
2018-01-10
netfilter: improve flow table Kconfig dependencies
Arnd Bergmann
1
-1
/
+3
2018-01-10
netfilter: core: return EBUSY in case NAT hook is already in use
Pablo Neira Ayuso
1
-1
/
+1
2018-01-10
netfilter: remove duplicated include
Wei Yongjun
1
-2
/
+0
2018-01-10
netfilter: core: make local function __nf_unregister_net_hook static
Wei Yongjun
1
-2
/
+2
2018-01-10
netfilter: nf_tables: fix a typo in nf_tables_getflowtable()
Wei Yongjun
1
-1
/
+1
2018-01-10
netfilter: x_tables: unbreak module auto loading
Florian Westphal
1
-1
/
+1
2018-01-10
netfilter: nf_tables: get rid of struct nft_af_info abstraction
Pablo Neira Ayuso
3
-271
/
+76
2018-01-10
netfilter: nf_tables: get rid of pernet families
Pablo Neira Ayuso
3
-101
/
+43
2018-01-10
netfilter: nf_tables: add single table list for all families
Pablo Neira Ayuso
10
-299
/
+281
2018-01-10
netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...
Pablo Neira Ayuso
1
-9
/
+7
2018-01-10
netfilter: nf_tables: no need for struct nft_af_info to enable/disable table
Pablo Neira Ayuso
1
-15
/
+6
2018-01-10
netfilter: nf_tables: remove flag field from struct nft_af_info
Pablo Neira Ayuso
2
-2
/
+1
2018-01-10
netfilter: nf_tables: remove nhooks field from struct nft_af_info
Pablo Neira Ayuso
3
-6
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-15
/
+7
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+5
2018-01-08
netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...
Jozsef Kadlecsik
1
-0
/
+2
2018-01-08
netfilter: ipset: Fix "don't update counters" mode when counters used at the ...
Jozsef Kadlecsik
5
-122
/
+89
2018-01-08
netfilter: ipset: use swap macro instead of _manually_ swapping values
Gustavo A. R. Silva
3
-18
/
+6
2018-01-08
netfilter: nf_tables: flow offload expression
Pablo Neira Ayuso
3
-0
/
+272
2018-01-08
netfilter: flow table support for the mixed IPv4/IPv6 family
Pablo Neira Ayuso
3
-0
/
+57
2018-01-08
netfilter: add generic flow table infrastructure
Pablo Neira Ayuso
3
-0
/
+439
2018-01-08
netfilter: nf_tables: add flow table netlink frontend
Pablo Neira Ayuso
1
-1
/
+746
2018-01-08
netfilter: nf_conntrack: add IPS_OFFLOAD status bit
Pablo Neira Ayuso
4
-5
/
+45
2018-01-08
netfilter: nf_tables: remove nft_dereference()
Pablo Neira Ayuso
1
-3
/
+3
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
1
-33
/
+1
2018-01-08
netfilter: meta: secpath support
Florian Westphal
1
-0
/
+43
[next]