summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-10-27net: ipv4: stop checking crypto_ahash_alignmaskEric Biggers
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov
2023-10-27net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)Dmitry Safonov
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov
2023-10-27net/tcp: Add option for TCP-AO to (not) hash headerDmitry Safonov
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov
2023-10-27net/tcp: Add tcp_hash_fail() ratelimited logsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO SNE supportDmitry Safonov
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov
2023-10-27net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov
2023-10-27net/tcp: Add AO sign to RST packetsDmitry Safonov
2023-10-27net/tcp: Add tcp_parse_auth_options()Dmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai
2023-10-25net: ipv4: fix typo in commentsDeming Wang
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-10-23xfrm Fix use after free in __xfrm6_udp_encap_rcv.Steffen Klassert
2023-10-22tcp: fix wrong RTO timeout when received SACK renegingFred Chen
2023-10-20net: do not leave an empty skb in write queueEric Dumazet
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet
2023-10-18ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet
2023-10-18tcp_bpf: properly release resources on error pathsPaolo Abeni
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-18netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell