summaryrefslogtreecommitdiff
path: root/net/ipv6/raw.c
AgeCommit message (Expand)Author
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern
2016-06-11ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh
2015-12-17ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17ipv6: Compute net once in raw6_send_hdrincEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-07-09ipv6: Nonlocal bindTom Herbert
2015-05-30ipv6: drop unneeded gotoJulia Lawall
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-21ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-09ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro