summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-262/+90
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-311-0/+5
| |\
| | * net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-08-271-1/+5
| * | mctp: Add MCTP baseJeremy Kerr2021-07-291-0/+1
| * | net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-271-10/+23
| * | net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2021-07-271-1/+1
| * | dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-42/+13
| * | net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-38/+65
| * | net: socket: simplify dev_ifconf handlingArnd Bergmann2021-07-231-45/+14
| * | net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2021-07-231-37/+2
| * | ethtool: improve compat ioctl handlingArnd Bergmann2021-07-231-124/+1
| |/
* / net: add accept helper not installing fdPavel Begunkov2021-08-251-34/+37
|/
* net: socket: support hardware timestamp conversion to PHC boundYangbo Lu2021-07-011-6/+13
* net: add pf_family_names[] for protocol familyYejune Deng2021-06-211-2/+50
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-121-13/+0
* net: Fix a misspell in socket.cLu Wei2021-03-251-1/+1
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-10/+0
|\
| * net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-10/+0
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+4
|\ \ | |/ |/|
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
* | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+3
|/
* Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-3/+12
|\
| * net: provide __sys_shutdown_sock() that takes a socketJens Axboe2020-11-231-3/+12
* | net: Remove the err argument from sock_from_fileFlorent Revest2020-12-041-11/+16
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* | net: wan: Delete the DLCI / SDLA driversXie He2020-11-171-25/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+4
|\
| * net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li2020-10-021-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
|\|
| * net: Fix some commentsMiaohe Lin2020-08-271-2/+2
* | io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-3/+5
|/
* net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-5/+1
* net: Convert to use the fallthrough macroMiaohe Lin2020-08-081-3/+3
* net: Remove meaningless jump label out_fsMiaohe Lin2020-08-081-2/+1
* net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin2020-08-081-1/+1
* net: Use helper function fdput()Miaohe Lin2020-08-081-4/+2
* net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-281-1/+1
* net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-241-1/+5
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-16/+7
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-1/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-0/+4
* net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-11/+14
* net: streamline __sys_getsockoptChristoph Hellwig2020-07-191-17/+14
* net: streamline __sys_setsockoptChristoph Hellwig2020-07-191-30/+27
* net: socket: Move kerneldoc next to function it documentsAndrew Lunn2020-07-131-9/+8
* net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal2020-07-041-1/+12
* net: remove kernel_setsockoptChristoph Hellwig2020-05-291-31/+0
* net: remove kernel_getsockoptChristoph Hellwig2020-05-271-34/+0
* ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-62/+0