summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-11-241-2/+4
* ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-11-211-1/+1
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-194-0/+4
* net: set SOCK_RCU_FREE before inserting socket into hashtableStanislav Fomichev2023-11-101-1/+1
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-0910-47/+57
|\
| * Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-11-084-0/+4
| |\
| | * netfilter: add missing module descriptionsFlorian Westphal2023-11-084-0/+4
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-081-4/+2
| |\ \
| | * | bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-011-4/+2
| * | | tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor2023-11-071-31/+39
| | |/ | |/|
| * | tcp: Fix SYN option room calculation for TCP-AO.Kuniyuki Iwashima2023-11-061-2/+3
| * | tcp: fix fastopen code vs usec TSEric Dumazet2023-11-033-6/+5
| * | net/tcp_sigpool: Fix some off by one bugsDan Carpenter2023-11-011-4/+4
| |/
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-022-11/+16
|\ \ | |/ |/|
| * net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner2023-10-271-0/+8
| * ah: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
* | net: tcp: remove call to obsolete crypto_ahash_alignmask()Stephen Rothwell2023-10-311-6/+0
* | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-306-23/+102
|\ \
| * | xfrm Fix use after free in __xfrm6_udp_encap_rcv.Steffen Klassert2023-10-231-1/+2
| * | xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-063-4/+4
| * | xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-061-0/+2
| * | xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert2023-10-063-19/+95
| * | xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert2023-10-061-1/+1
* | | net: bpf: Use sockopt_lock_sock() in ip_sock_set_tos()Yonghong Song2023-10-271-2/+2
* | | net/tcp: Add TCP_AO_REPAIRDmitry Safonov2023-10-272-11/+103
* | | net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-273-49/+137
* | | net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-273-25/+64
* | | net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)Dmitry Safonov2023-10-271-3/+18
* | | net/tcp: Add TCP-AO getsockopt()sDmitry Safonov2023-10-272-0/+308
* | | net/tcp: Add option for TCP-AO to (not) hash headerDmitry Safonov2023-10-271-3/+5
* | | net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2023-10-273-0/+66
* | | net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov2023-10-272-10/+20
* | | net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-274-11/+81
* | | net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-273-4/+32
* | | net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-273-36/+155
* | | net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-273-16/+79
* | | net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-276-36/+358
* | | net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-274-29/+118
* | | net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-272-15/+156
* | | net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-273-16/+41
* | | net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-273-38/+274
* | | net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-274-0/+211
* | | net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-273-3/+105
* | | net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-274-2/+820
* | | net/tcp: Add TCP-AO config and structuresDmitry Safonov2023-10-271-0/+13
* | | net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-276-164/+462
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-263-8/+11
|\ \ \
| * | | net: ipv4: fix typo in commentsDeming Wang2023-10-251-1/+1
| * | | tcp: fix wrong RTO timeout when received SACK renegingFred Chen2023-10-221-4/+5