index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
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: do not set up extensions for end interval
Pablo Neira Ayuso
2022-11-18
1
-2
/
+4
*
netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
Shigeru Yoshida
2022-11-08
1
-1
/
+2
*
netfilter: nf_tables: release flow rule object from commit path
Pablo Neira Ayuso
2022-11-01
1
-3
/
+3
*
netfilter: nf_tables: netlink notifier might race to release objects
Pablo Neira Ayuso
2022-11-01
1
-0
/
+2
*
netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
Pablo Neira Ayuso
2022-10-19
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
1
-4
/
+4
|
\
|
*
netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()
Tetsuo Handa
2022-09-20
1
-0
/
+1
|
*
netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()
Tetsuo Handa
2022-09-20
1
-4
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-09-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
netfilter: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-07
1
-1
/
+1
*
|
netfilter: nf_tables: clean up hook list when offload flags check fails
Pablo Neira Ayuso
2022-08-31
1
-1
/
+3
|
/
*
netfilter: nf_tables: disallow binding to already bound chain
Pablo Neira Ayuso
2022-08-24
1
-0
/
+2
*
netfilter: nf_tables: do not leave chain stats enabled on error
Pablo Neira Ayuso
2022-08-24
1
-2
/
+4
*
netfilter: nf_tables: make table handle allocation per-netns friendly
Pablo Neira Ayuso
2022-08-24
1
-2
/
+1
*
netfilter: nf_tables: disallow updates of implicit chain
Pablo Neira Ayuso
2022-08-24
1
-0
/
+3
*
netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified
Pablo Neira Ayuso
2022-08-15
1
-0
/
+5
*
netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...
Pablo Neira Ayuso
2022-08-15
1
-0
/
+3
*
netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flags
Pablo Neira Ayuso
2022-08-15
1
-0
/
+24
*
netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flag
Pablo Neira Ayuso
2022-08-12
1
-4
/
+9
*
netfilter: nf_tables: really skip inactive sets when allocating name
Pablo Neira Ayuso
2022-08-11
1
-1
/
+1
*
netfilter: nf_tables: fix scheduling-while-atomic splat
Florian Westphal
2022-08-11
1
-4
/
+0
*
netfilter: nf_tables: possible module reference underflow in error path
Pablo Neira Ayuso
2022-08-10
1
-1
/
+1
*
netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...
Pablo Neira Ayuso
2022-08-10
1
-0
/
+1
*
netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...
Pablo Neira Ayuso
2022-08-10
1
-7
/
+13
*
netfilter: nf_tables: fix null deref due to zeroed list head
Florian Westphal
2022-08-09
1
-0
/
+1
*
netfilter: nf_tables: disallow jump to implicit chain from set element
Pablo Neira Ayuso
2022-08-09
1
-0
/
+4
*
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
2022-08-09
1
-38
/
+40
*
netfilter: nf_tables: do not allow RULE_ID to refer to another chain
Thadeu Lima de Souza Cascardo
2022-08-09
1
-2
/
+5
*
netfilter: nf_tables: do not allow CHAIN_ID to refer to another table
Thadeu Lima de Souza Cascardo
2022-08-09
1
-2
/
+4
*
netfilter: nf_tables: do not allow SET_ID to refer to another table
Thadeu Lima de Souza Cascardo
2022-08-09
1
-1
/
+3
*
netfilter: nf_tables: validate variable length element extension
Pablo Neira Ayuso
2022-08-09
1
-15
/
+69
*
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
2022-07-26
1
-0
/
+6
*
netfilter: nf_tables: replace BUG_ON by element length check
Pablo Neira Ayuso
2022-07-09
1
-21
/
+51
*
netfilter: nf_tables: stricter validation of element data
Pablo Neira Ayuso
2022-07-02
1
-1
/
+8
*
netfilter: nf_tables: bail out early if hardware offload is not supported
Pablo Neira Ayuso
2022-06-06
1
-1
/
+1
*
netfilter: nf_tables: memleak flow rule from commit path
Pablo Neira Ayuso
2022-06-06
1
-0
/
+6
*
netfilter: nf_tables: release new hooks on unsupported flowtable flags
Pablo Neira Ayuso
2022-06-06
1
-4
/
+8
*
netfilter: nf_tables: always initialize flowtable hook list in transaction
Pablo Neira Ayuso
2022-06-02
1
-0
/
+1
*
netfilter: nf_tables: delete flowtable hooks via transaction list
Pablo Neira Ayuso
2022-06-02
1
-25
/
+6
*
netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net path
Pablo Neira Ayuso
2022-06-01
1
-1
/
+1
*
netfilter: nf_tables: double hook unregistration in netns path
Pablo Neira Ayuso
2022-05-31
1
-13
/
+41
*
netfilter: nf_tables: hold mutex on netns pre_exit path
Pablo Neira Ayuso
2022-05-31
1
-0
/
+4
*
netfilter: nf_tables: sanitize nft_set_desc_concat_parse()
Pablo Neira Ayuso
2022-05-31
1
-4
/
+13
*
netfilter: nf_tables: set element extended ACK reporting support
Pablo Neira Ayuso
2022-05-27
1
-3
/
+9
*
netfilter: nf_tables: disallow non-stateful expression in sets earlier
Pablo Neira Ayuso
2022-05-26
1
-9
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
1
-10
/
+1
|
\
|
*
netfilter: nf_tables: disable expression reduction infra
Pablo Neira Ayuso
2022-05-18
1
-10
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-15
1
-1
/
+1
|
\
|
|
*
netfilter: nf_tables: nft_parse_register can return a negative value
Antoine Tenart
2022-04-12
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-04-11
1
-4
/
+2
|
\
\
|
|
/
|
/
|
[next]