summaryrefslogtreecommitdiff
path: root/net/dccp/ipv6.c
AgeCommit message (Expand)Author
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric 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
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-04-09net: dccp: use net_generic storageFlorian Westphal
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-03-19dccp: do not use ipv6 header for ipv4 flowEric Dumazet
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig
2018-04-07dccp: initialize ireq->ir_markEric Dumazet
2017-08-31net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Andrii
2017-08-07net: ipv6: add second dif to inet6 socket lookupsDavid Ahern
2017-07-27dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-20dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-11ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell