aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-12-17ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn1-0/+2
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-3/+2
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-6/+4
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn1-4/+1
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia1-2/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-2/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig1-2/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops and ip6_route_net_late_opsKirill Tkhai1-0/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor1-0/+2
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern1-5/+8
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet1-1/+1
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+2
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-1/+5
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-1/+5
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-2/+5
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-1/+1
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern1-0/+7
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa1-3/+5
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-15/+18
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-3/+2
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+5
2015-12-17ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa1-4/+16
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-2/+6
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-1/+1
2015-09-17ipv6: Compute net once in raw6_send_hdrincEric W. Biederman1-2/+3
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-07-09ipv6: Nonlocal bindTom Herbert1-1/+2
2015-05-30ipv6: drop unneeded gotoJulia Lawall1-7/+1
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau1-0/+3
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-2/+2
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-2/+2