index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
2023-11-09
27
-7
/
+69
|
\
|
*
netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses
Florian Westphal
2023-11-08
1
-1
/
+26
|
*
netfilter: xt_recent: fix (increase) ipv6 literal buffer length
Maciej Żenczykowski
2023-11-08
1
-1
/
+1
|
*
ipvs: add missing module descriptions
Florian Westphal
2023-11-08
16
-0
/
+16
|
*
netfilter: nf_tables: remove catchall element in GC sync path
Pablo Neira Ayuso
2023-11-08
1
-5
/
+17
|
*
netfilter: add missing module descriptions
Florian Westphal
2023-11-08
9
-0
/
+9
*
|
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-02
2
-8
/
+4
|
/
*
Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2023-10-30
1
-1
/
+1
|
\
|
*
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
2023-10-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
1
-7
/
+7
|
\
\
|
*
|
netfilter: flowtable: GC pushes back packets to classic path
Pablo Neira Ayuso
2023-10-25
1
-7
/
+7
*
|
|
Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
2023-10-26
8
-438
/
+486
|
\
\
\
|
*
|
|
netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctx
Phil Sutter
2023-10-24
1
-10
/
+8
|
*
|
|
netfilter: nf_tables: set->ops->insert returns opaque set element in case of ...
Pablo Neira Ayuso
2023-10-24
5
-23
/
+26
|
*
|
|
netfilter: nf_tables: shrink memory consumption of set elements
Pablo Neira Ayuso
2023-10-24
5
-151
/
+107
|
*
|
|
netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
Pablo Neira Ayuso
2023-10-24
7
-108
/
+148
|
*
|
|
netfilter: nf_tables: set backend .flush always succeeds
Pablo Neira Ayuso
2023-10-24
5
-22
/
+6
|
*
|
|
netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush
Pablo Neira Ayuso
2023-10-24
1
-2
/
+3
|
*
|
|
netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
Phil Sutter
2023-10-24
1
-6
/
+6
|
*
|
|
netfilter: nf_tables: nft_obj_filter fits into cb->ctx
Phil Sutter
2023-10-24
1
-11
/
+5
|
*
|
|
netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
Phil Sutter
2023-10-24
1
-4
/
+5
|
*
|
|
netfilter: nf_tables: A better name for nft_obj_filter
Phil Sutter
2023-10-24
1
-16
/
+16
|
*
|
|
netfilter: nf_tables: Unconditionally allocate nft_obj_filter
Phil Sutter
2023-10-24
1
-21
/
+15
|
*
|
|
netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
Phil Sutter
2023-10-24
1
-3
/
+0
|
*
|
|
netfilter: conntrack: switch connlabels to atomic_t
Florian Westphal
2023-10-24
1
-9
/
+8
|
*
|
|
netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requests
Phil Sutter
2023-10-24
1
-13
/
+64
|
*
|
|
netfilter: nf_tables: Introduce nf_tables_getrule_single()
Phil Sutter
2023-10-24
1
-31
/
+43
|
*
|
|
netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()
Phil Sutter
2023-10-24
1
-4
/
+15
|
*
|
|
netfilter: nft_set_rbtree: prefer sync gc to async worker
Florian Westphal
2023-10-24
1
-59
/
+65
|
*
|
|
netfilter: nft_set_rbtree: rename gc deactivate+erase function
Florian Westphal
2023-10-24
1
-5
/
+6
*
|
|
|
tcp: introduce tcp_clock_ms()
Eric Dumazet
2023-10-23
1
-1
/
+1
|
/
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
6
-39
/
+40
|
\
|
|
|
*
|
netfilter: nf_tables: revert do not remove elements if set backend implements...
Pablo Neira Ayuso
2023-10-18
1
-4
/
+1
|
*
|
netfilter: nft_set_rbtree: .deactivate fails if element has expired
Pablo Neira Ayuso
2023-10-18
1
-0
/
+2
|
*
|
netfilter: nf_tables: audit log object reset once per table
Phil Sutter
2023-10-18
1
-22
/
+28
|
*
|
netfilter: nft_payload: fix wrong mac header matching
Florian Westphal
2023-10-12
1
-1
/
+1
|
*
|
nf_tables: fix NULL pointer dereference in nft_expr_inner_parse()
Xingyuan Mo
2023-10-12
1
-1
/
+1
|
*
|
nf_tables: fix NULL pointer dereference in nft_inner_init()
Xingyuan Mo
2023-10-12
1
-0
/
+1
|
*
|
netfilter: nf_tables: do not refresh timeout when resetting element
Pablo Neira Ayuso
2023-10-12
1
-13
/
+5
|
*
|
netfilter: nf_tables: Annotate struct nft_pipapo_match with __counted_by
Kees Cook
2023-10-12
1
-1
/
+1
|
*
|
netfilter: nfnetlink_log: silence bogus compiler warning
Florian Westphal
2023-10-12
1
-1
/
+1
|
*
|
netfilter: nf_tables: do not remove elements if set backend implements .abort
Pablo Neira Ayuso
2023-10-12
1
-1
/
+4
*
|
|
netfilter: nf_tables: de-constify set commit ops function argument
Florian Westphal
2023-10-18
1
-4
/
+3
*
|
|
netfilter: make nftables drops visible in net dropmonitor
Florian Westphal
2023-10-18
2
-4
/
+8
*
|
|
netfilter: nf_nat: mask out non-verdict bits when checking return value
Florian Westphal
2023-10-18
1
-2
/
+3
*
|
|
netfilter: conntrack: convert nf_conntrack_update to netfilter verdicts
Florian Westphal
2023-10-18
2
-31
/
+42
*
|
|
netfilter: nf_tables: mask out non-verdict bits when checking return value
Florian Westphal
2023-10-18
2
-3
/
+7
*
|
|
netfilter: conntrack: prefer tcp_error_log to pr_debug
Florian Westphal
2023-10-10
1
-3
/
+4
*
|
|
netfilter: conntrack: simplify nf_conntrack_alter_reply
Florian Westphal
2023-10-10
2
-24
/
+1
*
|
|
netfilter: nf_tables: Don't allocate nft_rule_dump_ctx
Phil Sutter
2023-10-10
1
-13
/
+6
[next]