summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
13 daystcp: introduce icsk->icsk_keepalive_timerEric Dumazet
13 daystcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18ipv6: clear RA flags when adding a static routeFernando Fernandez Mancera
2025-11-14ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski
2025-11-07tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski
2025-09-26Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima
2025-09-22tcp: Remove osk from __inet_hash() arg.Kuniyuki Iwashima
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni
2025-09-18net: psp: update the TCP MSS to reflect PSP packet overheadJakub Kicinski
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-18ipv6: np->rxpmtu race annotationEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov
2025-09-11ipv6: udp: fix typos in commentsAlok Tiwari
2025-09-11netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal
2025-09-08ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-08ipv6: snmp: remove icmp6type2name[]Eric Dumazet
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04ipv6: sit: Add ipip6_tunnel_dst_find() for cleanupYue Haibing
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal
2025-09-01inet: ping: remove ping_hash()Eric Dumazet
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet