summaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* rstreason: prepare for passive resetJason Xing2024-04-261-4/+6
* tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2024-04-011-6/+0
* net: remove SOCK_DEBUG leftoversDenis Kirjanov2023-12-261-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-021-3/+3
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-211-7/+2
|\
| * dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2023-09-181-7/+2
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* | ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-5/+10
|\
| * dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-281-5/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-2/+2
|\|
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-221-0/+1
* dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-171-5/+6
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-101-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-19/+5
|\
| * dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-2/+1
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-221-19/+4
| * dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-221-0/+2
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-7/+8
|/
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+6
|\
| * Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-131-0/+6
* | dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2022-05-161-2/+2
* | ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima2022-04-221-1/+1
|/
* tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-251-6/+0
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
* net: dccp: use net_generic storageFlorian Westphal2021-04-091-4/+20
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-181-0/+5
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-3/+3
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-3/+3
* | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-1/+1
|/
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-12/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-2/+0
* ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-3/+3
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-2/+3
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-2/+2
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-5/+8
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net/dccp: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1