summaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-091-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/+1Star
|/
* 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-181-1/+1
| * ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn2018-12-181-0/+2
* | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-081-3/+2Star
|/
* 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/+4Star
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-071-4/+1Star
* 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/+2Star
* | ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-161-2/+4
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* 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-041-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/+0Star
|/
* 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-051-1/+1
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-041-0/+2
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1Star
* net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-071-1/+5
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2016-12-231-1/+5
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\
| * udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-1/+1
* | net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-241-2/+5
|/
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-111-0/+7
* ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-121-3/+5
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-15/+18
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-3/+2Star
* ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+5
* ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa2015-12-171-4/+16
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-031-2/+6
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-181-1/+1
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-1/+1
* ipv6: Compute net once in raw6_send_hdrincEric W. Biederman2015-09-181-2/+3
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-181-1/+1
* ipv6: Nonlocal bindTom Herbert2015-07-101-1/+2