summaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-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-041-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-031-2/+2
* ipv6: raw: add drop reasonsEric Dumazet2023-02-031-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-221-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-231-1/+1
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-5/+5
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-50/+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
* inet: Use fallthrough;Joe Perches2020-03-121-4/+4
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-1/+3
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-7/+18
|\
| * ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-061-5/+8
| * ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-061-2/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-05-211-0/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+2
|\