summaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
AgeCommit message (Expand)AuthorLines
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri-1/+2
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko-1/+1
2024-06-19net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai-4/+4
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-2/+2
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan-1/+1
2024-03-08ipv6: raw: check sk->sk_rcvbuf earlierEric Dumazet-0/+7
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan-1/+1
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao-4/+4
2024-02-27ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao-3/+2
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-1/+1
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo-1/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet-5/+5
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet-1/+1
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet-11/+5
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-2/+2
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet-0/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-1/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao-8/+8
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel-1/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+4
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima-6/+4
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja-3/+2
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet-1/+1
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet-2/+2
2023-02-03ipv6: raw: add drop reasonsEric Dumazet-5/+7
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu-0/+4
2022-10-24inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima-2/+0
2022-06-22raw: remove unused variables from raw6_icmp_error()Eric Dumazet-3/+0
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima-2/+2
2022-06-19raw: convert raw sockets to RCUEric Dumazet-15/+13
2022-06-19raw: use more conventional iteratorsEric Dumazet-67/+38
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp-2/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-1/+2
2021-12-29ipv6: raw: check passed optlen before readingTamir Duberstein-0/+3
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-04-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore-1/+1
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-5/+5
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig-50/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig-2/+0
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig-0/+1