index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
socket.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
net: initial AF_XDP skeleton
Björn Töpel
1
-1
/
+4
2018-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+2
2018-04-02
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
1
-4
/
+9
2018-04-02
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+1
2018-04-02
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+2
2018-04-02
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+3
2018-04-02
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-0
/
+6
2018-03-19
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
John Fastabend
1
-0
/
+1
2018-02-15
net: Make extern and export get_net_ns()
Kirill Tkhai
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-04
sock: add MSG_ZEROCOPY
Willem de Bruijn
1
-0
/
+1
2017-06-15
tls: kernel TLS support
Dave Watson
1
-0
/
+1
2017-01-10
smc: establish new socket family
Ursula Braun
1
-1
/
+6
2017-01-04
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
yuan linyu
1
-3
/
+3
2016-05-09
net: Add Qualcomm IPC router
Courtney Cavin
1
-1
/
+3
2016-03-10
kcm: Kernel Connection Multiplexor module
Tom Herbert
1
-1
/
+5
2016-03-10
net: Add MSG_BATCH flag
Tom Herbert
1
-0
/
+1
2015-04-11
new helper: msg_data_left()
Al Viro
1
-0
/
+5
2015-03-23
net: socket: add support for async operations
tadeusz.struk@intel.com
1
-0
/
+1
2015-03-04
mpls: Basic routing support
Eric W. Biederman
1
-0
/
+2
2015-02-04
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
1
-7
/
+0
2014-12-11
net: introduce helper macro for_each_cmsghdr
Gu Zheng
1
-0
/
+4
2014-12-10
put iov_iter into msghdr
Al Viro
1
-2
/
+1
2014-11-20
fold verify_iovec() into copy_msghdr_from_user()
Al Viro
1
-1
/
+0
2014-11-20
separate kernel- and userland-side msghdr
Al Viro
1
-3
/
+13
2014-11-05
include/linux/socket.h: Fix comment
Rasmus Villemoes
1
-1
/
+1
2014-06-27
iovec: move memcpy_from/toiovecend to lib/iovec.c
Michael S. Tsirkin
1
-4
/
+0
2014-01-23
net: update comments of "struct msghdr" with the more accurate RFC3542 ones
FX Le Bail
1
-7
/
+7
2014-01-04
socket: cleanups
stephen hemminger
1
-2
/
+0
2013-08-08
net: move iov_pages() to net/core/iovec.c
Jason Wang
1
-0
/
+2
2013-06-21
RDMA/cma: Define native IB address
Sean Hefty
1
-0
/
+2
2013-06-06
net: Unbreak compat_sys_{send,recv}msg
Andy Lutomirski
1
-0
/
+3
2013-05-20
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
Rusty Russell
1
-2
/
+0
2013-03-11
NFC: llcp: Implement socket options
Samuel Ortiz
1
-0
/
+1
2013-02-11
VSOCK: Introduce VM Sockets
Andy King
1
-1
/
+3
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-19
/
+1
2012-07-19
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
Yuchung Cheng
1
-0
/
+1
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-2
/
+2
2012-04-06
tcp: tcp_sendpages() should call tcp_push() once
Eric Dumazet
1
-1
/
+1
2012-03-12
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
1
-2
/
+2
2011-08-08
net: Make userland include of netlink.h more sane.
David S. Miller
1
-2
/
+4
2011-07-05
NFC: add NFC socket family
Aloisio Almeida Jr
1
-1
/
+3
[next]