index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
Zhengchao Shao
2023-11-24
1
-2
/
+4
*
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
2023-11-21
1
-1
/
+1
*
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
2023-11-19
4
-0
/
+4
*
net: set SOCK_RCU_FREE before inserting socket into hashtable
Stanislav Fomichev
2023-11-10
1
-1
/
+1
*
Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-11-09
10
-47
/
+57
|
\
|
*
Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
2023-11-08
4
-0
/
+4
|
|
\
|
|
*
netfilter: add missing module descriptions
Florian Westphal
2023-11-08
4
-0
/
+4
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-11-08
1
-4
/
+2
|
|
\
\
|
|
*
|
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-11-01
1
-4
/
+2
|
*
|
|
tcp: Fix -Wc23-extensions in tcp_options_write()
Nathan Chancellor
2023-11-07
1
-31
/
+39
|
|
|
/
|
|
/
|
|
*
|
tcp: Fix SYN option room calculation for TCP-AO.
Kuniyuki Iwashima
2023-11-06
1
-2
/
+3
|
*
|
tcp: fix fastopen code vs usec TS
Eric Dumazet
2023-11-03
3
-6
/
+5
|
*
|
net/tcp_sigpool: Fix some off by one bugs
Dan Carpenter
2023-11-01
1
-4
/
+4
|
|
/
*
|
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-11-02
2
-11
/
+16
|
\
\
|
|
/
|
/
|
|
*
net: ipv4: stop checking crypto_ahash_alignmask
Eric Biggers
2023-10-27
1
-10
/
+7
|
*
treewide: Add SPDX identifier to IETF ASN.1 modules
Lukas Wunner
2023-10-27
1
-0
/
+8
|
*
ah: Do not include crypto/algapi.h
Herbert Xu
2023-09-15
1
-1
/
+1
*
|
net: tcp: remove call to obsolete crypto_ahash_alignmask()
Stephen Rothwell
2023-10-31
1
-6
/
+0
*
|
Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2023-10-30
6
-23
/
+102
|
\
\
|
*
|
xfrm Fix use after free in __xfrm6_udp_encap_rcv.
Steffen Klassert
2023-10-23
1
-1
/
+2
|
*
|
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
2023-10-06
3
-4
/
+4
|
*
|
xfrm: Support GRO for IPv6 ESP in UDP encapsulation
Steffen Klassert
2023-10-06
1
-0
/
+2
|
*
|
xfrm: Support GRO for IPv4 ESP in UDP encapsulation
Steffen Klassert
2023-10-06
3
-19
/
+95
|
*
|
xfrm: Use the XFRM_GRO to indicate a GRO call on input
Steffen Klassert
2023-10-06
1
-1
/
+1
*
|
|
net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()
Yonghong Song
2023-10-27
1
-2
/
+2
*
|
|
net/tcp: Add TCP_AO_REPAIR
Dmitry Safonov
2023-10-27
2
-11
/
+103
*
|
|
net/tcp: Wire up l3index to TCP-AO
Dmitry Safonov
2023-10-27
3
-49
/
+137
*
|
|
net/tcp: Add static_key for TCP-AO
Dmitry Safonov
2023-10-27
3
-25
/
+64
*
|
|
net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
Dmitry Safonov
2023-10-27
1
-3
/
+18
*
|
|
net/tcp: Add TCP-AO getsockopt()s
Dmitry Safonov
2023-10-27
2
-0
/
+308
*
|
|
net/tcp: Add option for TCP-AO to (not) hash header
Dmitry Safonov
2023-10-27
1
-3
/
+5
*
|
|
net/tcp: Ignore specific ICMPs for TCP-AO connections
Dmitry Safonov
2023-10-27
3
-0
/
+66
*
|
|
net/tcp: Add tcp_hash_fail() ratelimited logs
Dmitry Safonov
2023-10-27
2
-10
/
+20
*
|
|
net/tcp: Add TCP-AO SNE support
Dmitry Safonov
2023-10-27
4
-11
/
+81
*
|
|
net/tcp: Add TCP-AO segments counters
Dmitry Safonov
2023-10-27
3
-4
/
+32
*
|
|
net/tcp: Verify inbound TCP-AO signed segments
Dmitry Safonov
2023-10-27
3
-36
/
+155
*
|
|
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
2023-10-27
3
-16
/
+79
*
|
|
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
6
-36
/
+358
*
|
|
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
2023-10-27
4
-29
/
+118
*
|
|
net/tcp: Add AO sign to RST packets
Dmitry Safonov
2023-10-27
2
-15
/
+156
*
|
|
net/tcp: Add tcp_parse_auth_options()
Dmitry Safonov
2023-10-27
3
-16
/
+41
*
|
|
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
2023-10-27
3
-38
/
+274
*
|
|
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-27
4
-0
/
+211
*
|
|
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
2023-10-27
3
-3
/
+105
*
|
|
net/tcp: Introduce TCP_AO setsockopt()s
Dmitry Safonov
2023-10-27
4
-2
/
+820
*
|
|
net/tcp: Add TCP-AO config and structures
Dmitry Safonov
2023-10-27
1
-0
/
+13
*
|
|
net/tcp: Prepare tcp_md5sig_pool for TCP-AO
Dmitry Safonov
2023-10-27
6
-164
/
+462
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
3
-8
/
+11
|
\
\
\
|
*
|
|
net: ipv4: fix typo in comments
Deming Wang
2023-10-25
1
-1
/
+1
|
*
|
|
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
2023-10-22
1
-4
/
+5
[next]