index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
netfilter: nftables: skip hook overlap logic if flowtable is stale
Pablo Neira Ayuso
2021-03-18
1
-0
/
+3
|
*
netfilter: flowtable: Make sure GC works periodically in idle system
Yinjun Zhang
2021-03-18
1
-1
/
+1
|
*
netfilter: nftables: allow to update flowtable flags
Pablo Neira Ayuso
2021-03-18
1
-0
/
+15
|
*
netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flags
Pablo Neira Ayuso
2021-03-18
1
-1
/
+3
|
*
netfilter: conntrack: Fix gre tunneling over ipv6
Ludovic Senecaux
2021-03-18
1
-3
/
+0
|
*
netfilter: ctnetlink: fix dump of the expect mask attribute
Florian Westphal
2021-03-15
1
-0
/
+1
|
*
netfilter: x_tables: Use correct memory barriers.
Mark Tomlinson
2021-03-15
1
-1
/
+1
|
*
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
2021-03-15
1
-15
/
+34
*
|
netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSH
Pablo Neira Ayuso
2021-03-24
1
-3
/
+12
*
|
netfilter: flowtable: bridge vlan hardware offload and switchdev
Felix Fietkau
2021-03-24
3
-1
/
+12
*
|
netfilter: nft_flow_offload: use direct xmit if hardware offload is enabled
Pablo Neira Ayuso
2021-03-24
3
-3
/
+21
*
|
netfilter: flowtable: add offload support for xmit path types
Pablo Neira Ayuso
2021-03-24
1
-42
/
+124
*
|
netfilter: flowtable: add dsa support
Pablo Neira Ayuso
2021-03-24
1
-0
/
+5
*
|
netfilter: flowtable: add pppoe support
Pablo Neira Ayuso
2021-03-24
2
-7
/
+51
*
|
netfilter: flowtable: add bridge vlan filtering support
Pablo Neira Ayuso
2021-03-24
1
-0
/
+12
*
|
netfilter: flowtable: add vlan support
Pablo Neira Ayuso
2021-03-24
3
-26
/
+128
*
|
netfilter: flowtable: use dev_fill_forward_path() to obtain egress device
Pablo Neira Ayuso
2021-03-24
3
-35
/
+123
*
|
netfilter: flowtable: use dev_fill_forward_path() to obtain ingress device
Pablo Neira Ayuso
2021-03-24
2
-5
/
+100
*
|
netfilter: flowtable: add xmit path types
Pablo Neira Ayuso
2021-03-24
3
-8
/
+27
*
|
netfilter: nftables: update table flags from the commit phase
Pablo Neira Ayuso
2021-03-18
1
-15
/
+16
*
|
netfilter: flowtable: refresh timeout after dst and writable checks
Pablo Neira Ayuso
2021-03-18
1
-4
/
+4
*
|
netfilter: flowtable: call dst_check() to fall back to classic forwarding
Pablo Neira Ayuso
2021-03-18
1
-10
/
+2
*
|
netfilter: flowtable: fast NAT functions never fail
Pablo Neira Ayuso
2021-03-18
2
-110
/
+78
*
|
netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumeration
Pablo Neira Ayuso
2021-03-18
2
-12
/
+0
*
|
netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4
Pablo Neira Ayuso
2021-03-18
1
-4
/
+4
*
|
netfilter: flowtable: consolidate skb_try_make_writable() call
Pablo Neira Ayuso
2021-03-18
2
-55
/
+31
*
|
netfilter: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-18
3
-0
/
+3
*
|
netfilter: flowtable: separate replace, destroy and stats to different workqu...
Oz Shlomo
2021-03-18
1
-8
/
+36
|
/
*
netfilter: nftables: bogus check for netlink portID with table owner
Pablo Neira Ayuso
2021-03-04
1
-4
/
+3
*
netfilter: nftables: fix possible double hook unregistration with table owner
Pablo Neira Ayuso
2021-03-04
1
-1
/
+5
*
netfilter: nftables: disallow updates on table ownership
Pablo Neira Ayuso
2021-03-02
1
-0
/
+6
*
netfilter: x_tables: gpf inside xt_find_revision()
Vasily Averin
2021-02-28
1
-2
/
+4
*
netfilter: conntrack: avoid misleading 'invalid' in log message
Florian Westphal
2021-02-28
1
-2
/
+4
*
netfilter: nf_nat: undo erroneous tcp edemux lookup
Florian Westphal
2021-02-28
1
-4
/
+21
*
netfilter: conntrack: Remove a double space in a log message
Klemen Košir
2021-02-28
1
-2
/
+1
*
netfilter: nftables: introduce table ownership
Pablo Neira Ayuso
2021-02-15
1
-46
/
+117
*
netfilter: nftables: add helper function to release hooks of one single table
Pablo Neira Ayuso
2021-02-15
1
-5
/
+10
*
netfilter: nftables: add helper function to release one table
Pablo Neira Ayuso
2021-02-15
1
-35
/
+40
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
4
-24
/
+48
|
\
|
*
netfilter: nftables: relax check for stateful expressions in set definition
Pablo Neira Ayuso
2021-02-09
1
-13
/
+15
|
*
netfilter: conntrack: skip identical origin tuple in same zone only
Florian Westphal
2021-02-09
1
-1
/
+2
|
*
netfilter: flowtable: fix tcp and udp header checksum update
Sven Auhagen
2021-02-04
1
-2
/
+2
|
*
netfilter: nftables: fix possible UAF over chains from packet path in netns
Pablo Neira Ayuso
2021-02-04
1
-6
/
+19
|
*
netfilter: xt_recent: Fix attempt to update deleted entry
Jozsef Kadlecsik
2021-02-04
1
-2
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2021-02-06
35
-209
/
+368
|
\
\
|
*
|
netfilter: nftables: remove redundant assignment of variable err
Colin Ian King
2021-02-06
1
-3
/
+1
|
*
|
netfilter: nftables: statify nft_parse_register()
Pablo Neira Ayuso
2021-01-27
1
-2
/
+1
|
*
|
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
2021-01-27
17
-80
/
+89
|
*
|
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
2021-01-27
20
-112
/
+109
|
*
|
netfilter: flowtable: add hash offset field to tuple
Pablo Neira Ayuso
2021-01-26
1
-3
/
+3
[prev]
[next]