summaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dccp: initialize ireq->ir_markEric Dumazet2018-04-071-0/+1
* net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()Andrii2017-08-311-12/+35
* net: ipv6: add second dif to inet6 socket lookupsDavid Ahern2017-08-071-2/+2
* dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long2017-07-271-0/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long2017-06-201-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-151-0/+6
|\
| * ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-05-111-0/+6
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
|\ \ | |/ |/|
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-131-3/+5
|/
* net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2017-02-221-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+2
|\
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-2/+2
* | inet: drop ->bind_conflictJosef Bacik2017-01-181-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-8/+11
|\
| * ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-031-0/+1
| * ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-031-7/+8