#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" e' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/net/dccp/ipv6.c?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/dccp/ipv6.c
AgeCommit message (Expand)Author
2023-12-26net: remove SOCK_DEBUG leftoversDenis Kirjanov
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima
2022-11-22dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-08-24net: Add a bhash2 table hashed by port and addressJoanne Koong
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima