summaryrefslogtreecommitdiff
path: root/net/ipv6/raw.c
AgeCommit message (Expand)Author
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
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-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet
2023-02-03ipv6: raw: add drop reasonsEric Dumazet
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2022-06-22raw: remove unused variables from raw6_icmp_error()Eric Dumazet
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-06-19raw: use more conventional iteratorsEric Dumazet
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-12-29ipv6: raw: check passed optlen before readingTamir Duberstein
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-04-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
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
2020-03-12inet: Use fallthrough;Joe Perches
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning