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
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-17
5
-21
/
+205
|
\
|
*
tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.
Kuniyuki Iwashima
2021-06-15
3
-11
/
+47
|
*
tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.
Kuniyuki Iwashima
2021-06-15
1
-6
/
+69
|
*
tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
Kuniyuki Iwashima
2021-06-15
1
-1
/
+69
|
*
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
2021-06-15
2
-3
/
+11
|
*
net: Introduce net.ipv4.tcp_migrate_req.
Kuniyuki Iwashima
2021-06-15
1
-0
/
+9
*
|
inet_diag: add support for tw_mark
Maciej Żenczykowski
2021-06-16
1
-2
/
+10
*
|
ipv4: Fix spelling mistakes
Zheng Yongjun
2021-06-07
4
-6
/
+6
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-06-07
1
-5
/
+8
|
\
\
|
*
|
net: ipconfig: Don't override command-line hostnames or domains
Josh Triplett
2021-06-02
1
-5
/
+8
*
|
|
tcp: export timestamp helpers for mptcp
Florian Westphal
2021-06-04
1
-6
/
+4
*
|
|
icmp: fix lib conflict with trinity
Andreas Roeseler
2021-06-03
1
-1
/
+1
*
|
|
net: tcp better handling of reordering then loss cases
Yuchung Cheng
2021-06-03
1
-19
/
+26
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-06-01
1
-1
/
+1
|
\
\
\
|
*
|
|
netfilter: nf_tables: add and use nft_sk helper
Florian Westphal
2021-05-29
1
-1
/
+1
*
|
|
|
net: Return the correct errno code
Zheng Yongjun
2021-06-01
1
-1
/
+1
|
/
/
/
*
|
/
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
1
-0
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-05-11
1
-0
/
+2
|
|
\
|
|
*
bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
Martin KaFai Lau
2021-05-11
1
-0
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-05-19
2
-13
/
+4
|
\
\
\
|
*
|
|
skmsg: Remove unused parameters of sk_msg_wait_data()
Cong Wang
2021-05-18
2
-13
/
+4
|
|
/
/
*
|
|
net: Add notifications when multipath hash field change
Ido Schimmel
2021-05-19
1
-1
/
+17
*
|
|
cipso: correct comments of cipso_v4_cache_invalidate()
Zheng Yejian
2021-05-18
1
-2
/
+1
*
|
|
ipv4: Add custom multipath hash policy
Ido Schimmel
2021-05-18
2
-1
/
+123
*
|
|
ipv4: Add a sysctl to control multipath hash fields
Ido Schimmel
2021-05-18
2
-0
/
+18
*
|
|
ipv4: Calculate multipath hash inside switch statement
Ido Schimmel
2021-05-18
1
-2
/
+4
*
|
|
net: Remove the member netns_ok
Yejune Deng
2021-05-17
7
-19
/
+0
*
|
|
ip: Treat IPv4 segment's lowest address as unicast
Seth David Schoen
2021-05-17
1
-3
/
+1
*
|
|
tcp: add tracepoint for checksum errors
Jakub Kicinski
2021-05-14
2
-0
/
+4
*
|
|
rtnetlink: avoid RCU read lock when holding RTNL
Cong Wang
2021-05-10
1
-2
/
+2
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-05-07
2
-4
/
+3
|
\
\
|
*
|
netfilter: arptables: use pernet ops struct during unregister
Florian Westphal
2021-05-03
2
-4
/
+3
|
|
/
*
|
tcp: Specify cmsgbuf is user pointer for receive zerocopy.
Arjun Roy
2021-05-06
1
-0
/
+1
*
|
net: Only allow init netns to set default tcp cong to a restricted algo
Jonathon Reinhart
2021-05-04
1
-0
/
+4
|
/
*
icmp: standardize naming of RFC 8335 PROBE constants
Andreas Roeseler
2021-04-28
1
-8
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-04-26
10
-158
/
+189
|
\
|
*
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
3
-20
/
+20
|
*
netfilter: arp_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
2
-18
/
+31
|
*
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
6
-52
/
+65
|
*
netfilter: xt_nat: pass table to hookfn
Florian Westphal
2021-04-26
1
-10
/
+34
|
*
netfilter: x_tables: remove paranoia tests
Florian Westphal
2021-04-26
6
-18
/
+0
|
*
netfilter: arptables: unregister the tables by name
Florian Westphal
2021-04-26
2
-10
/
+12
|
*
netfilter: iptables: unregister the tables by name
Florian Westphal
2021-04-26
6
-32
/
+20
|
*
netfilter: x_tables: remove ipt_unregister_table
Florian Westphal
2021-04-26
2
-10
/
+1
|
*
netfilter: disable defrag once its no longer needed
Florian Westphal
2021-04-26
1
-6
/
+24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-25
2
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
skmsg: Pass psock pointer to ->psock_update_sk_prot()
Cong Wang
2021-04-12
2
-4
/
+2
|
*
bpf, udp: Remove some pointless comments
Cong Wang
2021-04-06
1
-2
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-04-19
1
-0
/
+2
|
\
\
|
*
|
netfilter: Dissect flow after packet mangling
Ido Schimmel
2021-04-18
1
-0
/
+2
[next]