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
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
sock_diag: fix autoloading of the raw_diag module
Andrei Vagin
1
-0
/
+1
2018-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-61
/
+0
2018-10-16
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
1
-4
/
+5
2018-10-15
tls: convert to generic sk_msg interface
Daniel Borkmann
1
-61
/
+0
2018-10-03
tcp: do not release socket ownership in tcp_close()
Eric Dumazet
1
-1
/
+1
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
1
-1
/
+1
2018-08-06
net: avoid unnecessary sock_flag() check when enable timestamp
Yafang Shao
1
-4
/
+4
2018-08-03
net/socket: remove duplicated init code
Matthieu Baerts
1
-48
/
+3
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2018-07-24
sock: fix sg page frag coalescing in sk_alloc_sg
Daniel Borkmann
1
-3
/
+3
2018-07-04
net/sched: Make etf report drops on error_queue
Jesus Sanchez-Palencia
1
-0
/
+4
2018-07-04
net: Add a new socket option for a future transmit time.
Richard Cochran
1
-0
/
+35
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2018-07-02
net: expose sk wmem in sock_exceed_buf_limit tracepoint
Yafang Shao
1
-2
/
+4
2018-07-02
net: Record receive queue number for a connection
Amritha Nambiar
1
-0
/
+2
2018-06-29
net, mm: account sock objects to kmemcg
Shakeel Butt
1
-2
/
+5
2018-06-12
Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"
Bart Van Assche
1
-14
/
+1
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+30
2018-06-05
net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
Maciej Żenczykowski
1
-1
/
+14
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-6
/
+0
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-14
/
+2
2018-05-26
net: remove sock_no_poll
Christoph Hellwig
1
-6
/
+0
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-18
sock_diag: fix use-after-free read in __sk_free
Eric Dumazet
1
-1
/
+1
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
1
-14
/
+2
2018-05-10
net/sock: Update memalloc_socks static key to modern api
Davidlohr Bueso
1
-4
/
+4
2018-05-04
net: initial AF_XDP skeleton
Björn Töpel
1
-4
/
+8
2018-04-17
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
1
-1
/
+4
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-2
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+21
2018-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+61
2018-03-19
net: generalize sk_alloc_sg to work with scatterlist rings
John Fastabend
1
-11
/
+16
2018-03-19
sock: make static tls function alloc_sg generic sock helper
John Fastabend
1
-0
/
+56
2018-03-14
sock: remove zerocopy sockopt restriction on closed tcp state
Willem de Bruijn
1
-2
/
+0
2018-03-12
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
1
-0
/
+21
2018-03-07
sock: Fix SO_ZEROCOPY switch case
Jesus Sanchez-Palencia
1
-1
/
+2
2018-02-21
tcp: switch to GSO being always on
Eric Dumazet
1
-1
/
+1
2018-02-17
sock: permit SO_ZEROCOPY on PF_RDS socket
Sowmini Varadhan
1
-11
/
+14
2018-02-13
net: Convert proto_net_ops
Kirill Tkhai
1
-0
/
+1
2018-02-13
net: Convert net_inuse_ops
Kirill Tkhai
1
-0
/
+1
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-2
/
+3
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-5
/
+5
2018-02-04
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2018-02-03
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
1
-4
/
+1
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+49
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-1
/
+0
2018-01-15
net: Restrict unwhitelisted proto caches to size 0
Kees Cook
1
-3
/
+1
2018-01-15
net: Define usercopy region in struct proto slab cache
David Windsor
1
-1
/
+5
2017-12-19
sock: Move the socket inuse to namespace.
Tonghao Zhang
1
-2
/
+45
[next]