summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
| * dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
* | net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-08-241-1/+1
|/
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-9/+6
|\
| * Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-0/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-10/+6
| |\ \
| * | | net: make __sys_accept4_file() staticYajun Deng2022-06-131-9/+6
* | | | Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe2022-07-241-21/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: copy from user before calling __copy_msghdrDylan Yudaken2022-07-241-21/+16
| | |/ | |/|
* / | skbuff: carry external ubuf_info in msghdrPavel Begunkov2022-07-191-0/+2
|/ /
* / net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user()Eric Dumazet2022-06-231-10/+6
|/
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-14/+61
|\
| * ptp: Support late timestamp determinationGerhard Engleder2022-05-101-10/+39
| * ptp: Pass hwtstamp to ptp_convert_timestamp()Gerhard Engleder2022-05-101-1/+1
| * ptp: Request cycles for TX timestampGerhard Engleder2022-05-101-1/+10
| * net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-3/+12
* | net: add __sys_socket_file()Jens Axboe2022-04-241-10/+42
|/
* fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* net: fix documentation for kernel_getsocknameAlex Maydanik2022-02-141-2/+2
* net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar2022-01-061-3/+6
* net: socket.c: style fixHamish MacDonald2022-01-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
* | net: bridge: Get SIOCGIFBR/SIOCSIFBR ioctl working in compat modeRemi Pommarel2021-12-271-18/+2
|/
* 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
|/