index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2
Jason A. Donenfeld
2020-04-09
4
-5
/
+5
*
x86: probe assembler capabilities via kconfig instead of makefile
Jason A. Donenfeld
2020-04-09
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-03-30
13
-189
/
+235
|
\
|
*
ipvs: fix uninitialized variable warning
Haishuang Yan
2020-03-30
1
-2
/
+1
|
*
netfilter: nft_exthdr: fix endianness of tcp option cast
Sergey Marinkevich
2020-03-30
1
-5
/
+3
|
*
netfilter: flowtable: add counter support in HW offload
wenxu
2020-03-30
1
-0
/
+12
|
*
netfilter: conntrack: add nf_ct_acct_add()
wenxu
2020-03-30
1
-3
/
+4
|
*
netfilter: nf_tables: skip set types that do not support for expressions
Pablo Neira Ayuso
2020-03-30
2
-0
/
+5
|
*
netfilter: nft_dynset: validate set expression definition
Pablo Neira Ayuso
2020-03-30
1
-2
/
+7
|
*
netfilter: nft_set_bitmap: initialize set element extension in lookups
Pablo Neira Ayuso
2020-03-30
1
-0
/
+1
|
*
netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not set
Romain Bellan
2020-03-30
1
-1
/
+1
|
*
netfilter: nf_queue: prefer nf_queue_entry_free
Florian Westphal
2020-03-29
1
-18
/
+9
|
*
netfilter: nf_queue: do not release refcouts until nf_reinject is done
Florian Westphal
2020-03-29
1
-4
/
+2
|
*
netfilter: nf_queue: place bridge physports into queue_entry struct
Florian Westphal
2020-03-29
1
-30
/
+23
|
*
netfilter: nf_queue: make nf_queue_entry_release_refs static
Florian Westphal
2020-03-29
2
-10
/
+10
|
*
netfilter: flowtable: Use work entry per offload command
Paul Blakey
2020-03-27
1
-31
/
+15
|
*
netfilter: flowtable: Use rw sem as flow block lock
Paul Blakey
2020-03-27
2
-8
/
+7
|
*
netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()
Qian Cai
2020-03-27
1
-1
/
+2
|
*
netfilter: flowtable: Fix incorrect tc_setup_type type
wenxu
2020-03-27
2
-2
/
+2
|
*
netfilter: flowtable: add counter support
Pablo Neira Ayuso
2020-03-27
1
-0
/
+7
|
*
netfilter: nf_tables: add enum nft_flowtable_flags to uapi
Pablo Neira Ayuso
2020-03-27
1
-1
/
+1
|
*
netfilter: conntrack: export nf_ct_acct_update()
Pablo Neira Ayuso
2020-03-27
1
-8
/
+7
|
*
ipvs: optimize tunnel dumps for icmp errors
Haishuang Yan
2020-03-27
1
-20
/
+26
|
*
netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and...
Jules Irenge
2020-03-27
1
-0
/
+2
|
*
netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()
Jules Irenge
2020-03-27
1
-0
/
+1
|
*
netfilter: flowtable: fix NULL pointer dereference in tunnel offload support
wenxu
2020-03-19
1
-3
/
+3
|
*
netfilter: nf_tables: add nft_set_elem_expr_destroy() and use it
Pablo Neira Ayuso
2020-03-19
1
-11
/
+17
|
*
netfilter: nf_tables: fix double-free on set expression from the error path
Pablo Neira Ayuso
2020-03-19
1
-0
/
+1
|
*
netfilter: nf_tables: allow to specify stateful expression in set definition
Pablo Neira Ayuso
2020-03-19
1
-12
/
+48
|
*
netfilter: nf_tables: pass context to nft_set_destroy()
Pablo Neira Ayuso
2020-03-19
1
-5
/
+5
|
*
netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.c
Pablo Neira Ayuso
2020-03-19
2
-17
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-25
7
-20
/
+136
|
\
\
|
|
/
|
/
|
|
*
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
Pablo Neira Ayuso
2020-03-25
1
-3
/
+2
|
*
netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress
Pablo Neira Ayuso
2020-03-24
1
-0
/
+4
|
*
netfilter: nft_fwd_netdev: validate family and chain type
Pablo Neira Ayuso
2020-03-24
1
-0
/
+9
|
*
netfilter: nft_set_rbtree: Detect partial overlaps on insertion
Stefano Brivio
2020-03-24
1
-3
/
+67
|
*
netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()
Stefano Brivio
2020-03-24
1
-6
/
+11
|
*
netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...
Stefano Brivio
2020-03-24
1
-7
/
+27
|
*
netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...
Pablo Neira Ayuso
2020-03-24
1
-0
/
+5
|
*
netfilter: flowtable: populate addr_type mask
Edward Cree
2020-03-19
1
-0
/
+1
|
*
netfilter: flowtable: Fix flushing of offloaded flows on free
Paul Blakey
2020-03-19
1
-0
/
+3
|
*
netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}
Haishuang Yan
2020-03-19
1
-0
/
+2
|
*
netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}
Haishuang Yan
2020-03-19
1
-4
/
+8
*
|
netfilter: revert introduction of egress hook
Daniel Borkmann
2020-03-18
3
-31
/
+5
*
|
netfilter: Introduce egress hook
Lukas Wunner
2020-03-18
3
-5
/
+31
*
|
netfilter: conntrack: re-visit sysctls in unprivileged namespaces
Florian Westphal
2020-03-15
1
-11
/
+8
*
|
netfilter: nft_lookup: update element stateful expression
Pablo Neira Ayuso
2020-03-15
1
-0
/
+1
*
|
netfilter: nf_tables: add nft_set_elem_update_expr() helper function
Pablo Neira Ayuso
2020-03-15
1
-7
/
+1
*
|
netfilter: nf_tables: add elements with stateful expressions
Pablo Neira Ayuso
2020-03-15
1
-1
/
+20
*
|
netfilter: nf_tables: statify nft_expr_init()
Pablo Neira Ayuso
2020-03-15
1
-2
/
+2
[next]