summaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-4/+4
* net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan2024-05-231-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-2/+2
* Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-181-1/+1
* ipv6: raw: check sk->sk_rcvbuf earlierEric Dumazet2024-03-081-0/+7
* net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-051-1/+1
* ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao2024-02-281-4/+4
* ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao2024-02-281-3/+2
* ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-111-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo2023-10-201-1/+1
* ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-1/+1
* ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-5/+5
* ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-151-1/+1
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-1/+1
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-3/+3
|\
| * net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-291-1/+1
| * 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-251-1/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-161-8/+8
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-6/+4
|\
| * raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-051-6/+4
* | netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-221-3/+2
* | ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet2023-03-171-1/+1
|/
* raw: use net_hash_mix() in hash functionEric Dumazet2023-02-041-2/+2
* ipv6: raw: add drop reasonsEric Dumazet2023-02-041-5/+7
* ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu2023-01-111-0/+4
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2022-10-241-2/+0
* raw: remove unused variables from raw6_icmp_error()Eric Dumazet2022-06-231-3/+0
* raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-201-2/+2
* raw: convert raw sockets to RCUEric Dumazet2022-06-191-15/+13
* raw: use more conventional iteratorsEric Dumazet2022-06-191-67/+38
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-2/+1
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
* ipv6: raw: check passed optlen before readingTamir Duberstein2021-12-291-0/+3
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2021-04-051-1/+1
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-241-1/+1
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-5/+5
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-201-50/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-201-2/+0
* ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-191-0/+1
* inet: Use fallthrough;Joe Perches2020-03-121-4/+4
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1