index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2022-03-17
netfilter: nf_tables: initialize registers in nft_do_chain()
Pablo Neira Ayuso
-1
/
+1
2022-03-17
netfilter: nf_tables: validate registers coming from userspace.
Pablo Neira Ayuso
-5
/
+17
2022-03-16
netfilter: flowtable: Fix QinQ and pppoe support for inet table
Pablo Neira Ayuso
-18
/
+17
2022-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
-22
/
+116
2022-03-12
netfilter: nf_tables: disable register tracking
Pablo Neira Ayuso
-2
/
+7
2022-03-08
Revert "netfilter: conntrack: tag conntracks picked up in local out hook"
Florian Westphal
-3
/
+0
2022-03-08
Revert "netfilter: nat: force port remap to prevent shadowing well-known ports"
Florian Westphal
-40
/
+3
2022-03-05
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
-2
/
+3
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-13
/
+50
2022-03-03
net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
Martin KaFai Lau
-5
/
+9
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
-7
/
+7
2022-03-03
netfilter: flowtable: Support GRE
Toshiaki Makita
-19
/
+88
2022-03-03
netfilter: nf_tables: Reject tables of unsupported family
Phil Sutter
-0
/
+27
2022-03-03
Revert "netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY"
Florian Westphal
-3
/
+1
2022-03-01
net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
Paul Blakey
-1
/
+5
2022-03-01
netfilter: nf_queue: handle socket prefetch
Florian Westphal
-0
/
+12
2022-03-01
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
-7
/
+18
2022-03-01
netfilter: nf_queue: don't assume sk is full socket
Florian Westphal
-1
/
+10
2022-02-28
netfilter: fix use-after-free in __nf_register_net_hook()
Eric Dumazet
-2
/
+3
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+57
2022-02-23
netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
Eric Dumazet
-2
/
+2
2022-02-22
netfilter: nf_tables: fix memory leak during stateful obj update
Florian Westphal
-4
/
+9
2022-02-21
netfilter: nft_limit: fix stateful object memory leak
Florian Westphal
-0
/
+18
2022-02-21
netfilter: nf_tables: unregister flowtable hooks on netns exit
Pablo Neira Ayuso
-0
/
+3
2022-02-20
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
-2
/
+25
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+4
2022-02-13
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
Pablo Neira Ayuso
-0
/
+2
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-24
/
+58
2022-02-10
netfilter: nft_synproxy: unregister hooks on init error path
Pablo Neira Ayuso
-1
/
+3
2022-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
-411
/
+403
2022-02-09
netfilter: ctnetlink: use dump structure instead of raw args
Florian Westphal
-12
/
+24
2022-02-09
nfqueue: enable to set skb->priority
Nicolas Dichtel
-0
/
+8
2022-02-09
netfilter: nft_cmp: optimize comparison for 16-bytes
Pablo Neira Ayuso
-2
/
+116
2022-02-09
netfilter: cttimeout: use option structure
Florian Westphal
-22
/
+20
2022-02-09
netfilter: ecache: don't use nf_conn spinlock
Florian Westphal
-12
/
+13
2022-02-09
netfilter: xt_socket: fix a typo in socket_mt_destroy()
Eric Dumazet
-1
/
+1
2022-02-07
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
-1
/
+2
2022-02-04
netfilter: nft_compat: suppress comment match
Florian Westphal
-0
/
+9
2022-02-04
netfilter: exthdr: add support for tcp option removal
Florian Westphal
-1
/
+95
2022-02-04
netfilter: conntrack: pptp: use single option structure
Florian Westphal
-42
/
+18
2022-02-04
netfilter: conntrack: remove extension register api
Florian Westphal
-227
/
+7
2022-02-04
netfilter: conntrack: handle ->destroy hook via nat_ops instead
Florian Westphal
-33
/
+15
2022-02-04
netfilter: conntrack: move extension sizes into core
Florian Westphal
-56
/
+76
2022-02-04
netfilter: conntrack: make all extensions 8-byte alignned
Florian Westphal
-10
/
+1
2022-02-04
netfilter: nfqueue: enable to get skb->priority
Nicolas Dichtel
-0
/
+5
2022-02-04
netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY
Kevin Mitchell
-1
/
+3
2022-02-04
netfilter: ctnetlink: disable helper autoassign
Florian Westphal
-1
/
+2
2022-02-04
netfilter: conntrack: re-init state for retransmitted syn-ack
Florian Westphal
-0
/
+12
2022-02-04
netfilter: conntrack: move synack init code to helper
Florian Westphal
-18
/
+29
2022-02-04
netfilter: nft_payload: don't allow th access for fragments
Florian Westphal
-5
/
+6
[prev]
[next]