index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_ao.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-04
net/tcp: Disable TCP-AO static key after RCU grace period
Dmitry Safonov
1
-13
/
+30
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2024-06-19
net/tcp_ao: Don't leak ao_info on error-path
Dmitry Safonov
1
-2
/
+4
2024-06-12
net/tcp: Remove tcp_hash_fail()
Dmitry Safonov
1
-9
/
+0
2024-06-12
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
1
-0
/
+13
2024-06-12
net/tcp: Add a helper tcp_ao_hdr_maclen()
Dmitry Safonov
1
-1
/
+1
2024-06-01
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
Dmitry Safonov
1
-4
/
+9
2024-04-23
tcp: Fix Use-After-Free in tcp_ao_connect_init
Hyunwoo Kim
1
-1
/
+2
2024-02-20
net: tcp: Remove redundant initialization of variable len
Colin Ian King
1
-1
/
+1
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+13
2023-12-06
net/tcp: Don't store TCP-AO maclen on reqsk
Dmitry Safonov
1
-2
/
+2
2023-12-06
net/tcp: Don't add key with non-matching VRF on connected sockets
Dmitry Safonov
1
-0
/
+9
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
1
-2
/
+2
2023-11-29
tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
Kuniyuki Iwashima
1
-2
/
+14
2023-11-06
tcp: Fix SYN option room calculation for TCP-AO.
Kuniyuki Iwashima
1
-2
/
+3
2023-10-31
net: tcp: remove call to obsolete crypto_ahash_alignmask()
Stephen Rothwell
1
-6
/
+0
2023-10-27
net/tcp: Add TCP_AO_REPAIR
Dmitry Safonov
1
-4
/
+86
2023-10-27
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
1
-44
/
+126
2023-10-27
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
1
-0
/
+22
2023-10-27
net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
Dmitry Safonov
1
-3
/
+18
2023-10-27
net/tcp: Add TCP-AO getsockopt()s
Dmitry Safonov
1
-0
/
+295
2023-10-27
net/tcp: Add option for TCP-AO to (not) hash header
Dmitry Safonov
1
-3
/
+5
2023-10-27
net/tcp: Ignore specific ICMPs for TCP-AO connections
Dmitry Safonov
1
-0
/
+58
2023-10-27
net/tcp: Add tcp_hash_fail() ratelimited logs
Dmitry Safonov
1
-0
/
+7
2023-10-27
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
1
-9
/
+37
2023-10-27
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
1
-3
/
+27
2023-10-27
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
1
-0
/
+142
2023-10-27
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
1
-0
/
+22
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
1
-14
/
+250
2023-10-27
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
1
-8
/
+41
2023-10-27
net/tcp: Add AO sign to RST packets
Dmitry Safonov
1
-2
/
+100
2023-10-27
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
1
-0
/
+199
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
1
-0
/
+206
2023-10-27
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
1
-0
/
+47
2023-10-27
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
1
-0
/
+794