index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_tables_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: fix set double-free in abort path
Pablo Neira Ayuso
2019-04-03
1
-6
/
+11
*
netfilter: nf_tables: fix flush after rule deletion in the same batch
Pablo Neira Ayuso
2019-02-15
1
-0
/
+3
*
netfilter: nf_tables: unbind set in rule from commit path
Pablo Neira Ayuso
2019-02-04
1
-44
/
+41
*
netfilter: nf_tables: selective rule dump needs table to be specified
Pablo Neira Ayuso
2019-01-08
1
-1
/
+1
*
netfilter: nf_tables: fix leaking object reference count
Taehee Yoo
2019-01-08
1
-0
/
+2
*
netfilter: nf_tables: Fix for endless loop when dumping ruleset
Phil Sutter
2019-01-08
1
-6
/
+4
*
netfilter: nf_tables: fix a missing check of nla_put_failure
Kangjie Lu
2018-12-29
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-12-20
1
-28
/
+62
|
\
|
*
netfilter: nf_tables: Speed up selective rule dumps
Phil Sutter
2018-12-18
1
-28
/
+62
*
|
netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()
Taehee Yoo
2018-12-04
1
-8
/
+13
*
|
netfilter: nf_tables: deactivate expressions in rule replecement routine
Taehee Yoo
2018-11-28
1
-11
/
+4
*
|
netfilter: nf_tables: fix use-after-free when deleting compat expressions
Florian Westphal
2018-11-13
1
-2
/
+3
*
|
netfilter: nf_tables: don't use position attribute on rule replacement
Florian Westphal
2018-11-12
1
-10
/
+7
*
|
netfilter: nf_tables: don't skip inactive chains during update
Florian Westphal
2018-11-12
1
-6
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-10-22
1
-3
/
+0
|
\
|
*
netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...
Taehee Yoo
2018-10-19
1
-3
/
+0
*
|
netfilter: nf_tables: avoid BUG_ON usage
Florian Westphal
2018-09-17
1
-3
/
+6
*
|
netfilter: nf_tables: asynchronous release
Florian Westphal
2018-09-17
1
-6
/
+50
*
|
netfilter: nf_tables: warn when expr implements only one of activate/deactivate
Florian Westphal
2018-09-17
1
-0
/
+19
*
|
netfilter: nf_tables: split set destruction in deactivate and destroy phase
Florian Westphal
2018-09-17
1
-11
/
+25
|
/
*
netfilter: nf_tables: release chain in flushing set
Taehee Yoo
2018-08-31
1
-0
/
+1
*
netfilter: nf_tables: don't prevent event handler from device cleanup on netn...
Florian Westphal
2018-08-16
1
-5
/
+2
*
netfilter: nf_tables: fix register ordering
Florian Westphal
2018-08-16
1
-7
/
+22
*
netfilter: nft_set: fix allocation size overflow in privsize callback.
Taehee Yoo
2018-08-16
1
-1
/
+1
*
netfilter: nf_tables: simplify NLM_F_CREATE handling
Pablo Neira Ayuso
2018-08-03
1
-19
/
+10
*
netfilter: nf_tables: remove unused variable
YueHaibing
2018-08-03
1
-2
/
+0
*
netfilter: nf_tables: flow event notifier must use transaction mutex
Florian Westphal
2018-08-03
1
-2
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-24
1
-139
/
+165
|
\
|
*
netfilter: nf_tables: move dumper state allocation into ->start
Florian Westphal
2018-07-24
1
-104
/
+115
|
*
netfilter: nf_tables: don't allow to rename to already-pending name
Florian Westphal
2018-07-20
1
-13
/
+29
|
*
netfilter: nf_tables: fix memory leaks on chain rename
Florian Westphal
2018-07-20
1
-6
/
+11
|
*
netfilter: nf_tables: free flow table struct too
Florian Westphal
2018-07-20
1
-0
/
+1
|
*
netfilter: nf_tables: use dev->name directly
Florian Westphal
2018-07-20
1
-9
/
+5
|
*
netfilter: nf_tables: fix jumpstack depth validation
Taehee Yoo
2018-07-17
1
-7
/
+4
*
|
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
2018-07-18
1
-19
/
+69
*
|
netfilter: nf_tables: avoid global info storage
Florian Westphal
2018-07-18
1
-16
/
+12
*
|
netfilter: nf_tables: take module reference when starting a batch
Florian Westphal
2018-07-18
1
-0
/
+1
*
|
netfilter: nf_tables: make valid_genid callback mandatory
Florian Westphal
2018-07-18
1
-1
/
+1
*
|
netfilter: nf_tables: add and use helper for module autoload
Florian Westphal
2018-07-18
1
-29
/
+52
*
|
rhashtable: split rhashtable.h
NeilBrown
2018-06-22
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
1
-11
/
+25
|
\
|
*
netfilter: nf_tables: close race between netns exit and rmmod
Florian Westphal
2018-06-12
1
-3
/
+10
|
*
netfilter: nf_tables: fix module unload race
Florian Westphal
2018-06-12
1
-3
/
+9
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-06-11
1
-5
/
+6
|
|
\
|
|
*
netfilter: nf_tables: check msg_type before nft_trans_set(trans)
Alexey Kodanev
2018-06-01
1
-5
/
+6
*
|
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+2
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-03
1
-3
/
+5
|
\
|
|
*
netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()
Taehee Yoo
2018-05-29
1
-1
/
+3
|
*
netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
Taehee Yoo
2018-05-29
1
-2
/
+2
[next]