summaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-171-1/+1
| * ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2018-12-171-0/+2
* | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-071-3/+2
|/
* ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-051-9/+20
* ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-6/+4
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-4/+1
* net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-2/+5
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+2
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-2/+2
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-2/+2
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
* | ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-161-2/+4
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai2018-02-191-0/+1
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+2
|\
| * ip: Define usercopy region in IP proto slab cacheDavid Windsor2018-01-151-0/+2
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
|/
* ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+4
* net: ipv6: add second dif to raw socket lookupsDavid Ahern2017-08-071-5/+8
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-041-1/+1
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-041-0/+2