summaryrefslogtreecommitdiff
path: root/net/dccp/ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26rstreason: prepare for passive resetJason Xing1-4/+6
2024-04-02tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet1-6/+0
2023-12-26net: remove SOCK_DEBUG leftoversDenis Kirjanov1-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet1-1/+1
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima1-3/+3
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-7/+2
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet1-7/+2
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-1/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet1-1/+1
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+10
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn1-5/+10
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-0/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja1-0/+1
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-5/+6
2023-02-11dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-5/+2
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+5
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-2/+1
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima1-19/+4
2022-11-23dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima1-0/+2
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-7/+8
2022-08-25net: Add a bhash2 table hashed by port and addressJoanne Koong1-0/+18
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet1-2/+2
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet1-0/+6
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima1-1/+1
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet1-6/+0
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-04-10net: dccp: use net_generic storageFlorian Westphal1-4/+20
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski1-0/+5
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias1-1/+1
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-3/+3
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-12/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-2/+0
2020-05-19ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+1
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-3/+3
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-2/+3
2019-07-09ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2019-03-20dccp: do not use ipv6 header for ipv4 flowEric Dumazet1-2/+2
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio1-5/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig1-1/+1