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: x_tables: add xt_find_table
Florian Westphal
2021-04-26
1
-0
/
+17
*
netfilter: disable defrag once its no longer needed
Florian Westphal
2021-04-26
4
-2
/
+57
*
netfilter: nft_socket: add support for cgroupsv2
Pablo Neira Ayuso
2021-04-26
1
-1
/
+47
*
netfilter: nat: move nf_xfrm_me_harder to where it is used
Florian Westphal
2021-04-26
2
-37
/
+38
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-04-19
13
-88
/
+329
|
\
|
*
netfilter: nftables: counter hardware offload support
Pablo Neira Ayuso
2021-04-18
3
-7
/
+69
|
*
netfilter: nftables_offload: special ethertype handling for VLAN
Pablo Neira Ayuso
2021-04-18
1
-0
/
+44
|
*
netfilter: nftables_offload: VLAN id needs host byteorder in flow dissector
Pablo Neira Ayuso
2021-04-18
2
-6
/
+45
|
*
netfilter: nft_payload: fix C-VLAN offload support
Pablo Neira Ayuso
2021-04-18
1
-2
/
+3
|
*
netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit type
Roi Dayan
2021-04-13
1
-0
/
+3
|
*
netfilter: conntrack: convert sysctls to u8
Florian Westphal
2021-04-13
2
-41
/
+35
|
*
netfilter: conntrack: move ct counter to net_generic data
Florian Westphal
2021-04-13
3
-17
/
+45
|
*
netfilter: conntrack: move expect counter to net_generic data
Florian Westphal
2021-04-13
2
-7
/
+21
|
*
netfilter: conntrack: move autoassign_helper sysctl to net_generic data
Florian Westphal
2021-04-13
2
-6
/
+7
|
*
netfilter: conntrack: move autoassign warning member to net_generic data
Florian Westphal
2021-04-13
1
-3
/
+6
|
*
netfilter: flowtable: add vlan pop action offload support
wenxu
2021-04-13
1
-0
/
+15
|
*
netfilter: flowtable: add vlan match offload support
wenxu
2021-04-13
1
-0
/
+37
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
5
-25
/
+42
|
\
\
|
|
/
|
/
|
|
*
netfilter: nftables: clone set element expression template
Pablo Neira Ayuso
2021-04-13
1
-12
/
+34
|
*
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2021-04-13
1
-8
/
+2
|
*
netfilter: nft_limit: avoid possible divide error in nft_limit_init
Eric Dumazet
2021-04-10
1
-2
/
+2
|
*
netfilter: conntrack: do not print icmpv6 as unknown via /proc
Pablo Neira Ayuso
2021-03-31
1
-0
/
+1
|
*
netfilter: flowtable: fix NAT IPv6 offload mangling
Pablo Neira Ayuso
2021-03-31
1
-3
/
+3
*
|
netfilter: conntrack: Make global sysctls readonly in non-init netns
Jonathon Reinhart
2021-04-12
1
-8
/
+2
*
|
netfilter: conntrack: move ecache dwork to net_generic infra
Florian Westphal
2021-04-06
2
-7
/
+31
*
|
netfilter: conntrack: move sysctl pointer to net_generic infra
Florian Westphal
2021-04-06
1
-4
/
+6
*
|
netfilter: x_tables: move known table lists to net_generic infra
Florian Westphal
2021-04-06
1
-13
/
+33
*
|
netfilter: nf_tables: use net_generic infra for transaction data
Florian Westphal
2021-04-06
4
-128
/
+232
*
|
netfilter: cttimeout: use net_generic infra
Florian Westphal
2021-04-06
1
-9
/
+32
*
|
netfilter: nfnetlink: use net_generic infra
Florian Westphal
2021-04-06
1
-18
/
+44
*
|
netfilter: nfnetlink: add and use nfnetlink_broadcast
Florian Westphal
2021-04-06
2
-2
/
+8
*
|
netfilter: nftables: remove documentation on static functions
Pablo Neira Ayuso
2021-04-03
1
-32
/
+0
*
|
netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()
Dan Carpenter
2021-04-03
1
-1
/
+1
*
|
netfilter: ipvs: do not printk on netns creation
Florian Westphal
2021-04-03
1
-2
/
+0
*
|
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
2021-03-31
10
-208
/
+75
*
|
netfilter: nftables: add helper function to set the base sequence number
Pablo Neira Ayuso
2021-03-31
1
-9
/
+14
*
|
netfilter: nftables: remove unnecessary spin_lock_init()
Yang Yingliang
2021-03-31
1
-1
/
+0
*
|
netfilter: flowtable: dst_check() from garbage collector path
Pablo Neira Ayuso
2021-03-31
2
-19
/
+40
*
|
audit: log nftables configuration change events once per table
Richard Guy Briggs
2021-03-31
1
-83
/
+103
*
|
netfilter: nft_log: perform module load from nf_tables
Florian Westphal
2021-03-31
3
-6
/
+22
*
|
netfilter: nf_log: add module softdeps
Florian Westphal
2021-03-31
3
-0
/
+3
*
|
netfilter: nf_log_common: merge with nf_log_syslog
Florian Westphal
2021-03-31
4
-234
/
+181
*
|
netfilter: nf_log_bridge: merge with nf_log_syslog
Florian Westphal
2021-03-31
2
-7
/
+22
*
|
netfilter: nf_log_netdev: merge with nf_log_syslog
Florian Westphal
2021-03-31
4
-85
/
+36
*
|
netfilter: nf_log_ipv6: merge with nf_log_syslog
Florian Westphal
2021-03-31
1
-2
/
+356
*
|
netfilter: nf_log_arp: merge with nf_log_syslog
Florian Westphal
2021-03-31
1
-2
/
+111
*
|
netfilter: nf_log_ipv4: rename to nf_log_syslog
Florian Westphal
2021-03-31
3
-1
/
+405
*
|
netfilter: nf_conntrack_acct.c: A typo fix
Bhaskar Chowdhury
2021-03-28
1
-1
/
+1
*
|
netfilter: ipvs: A spello fix
Bhaskar Chowdhury
2021-03-28
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
5
-20
/
+57
|
\
|
[prev]
[next]