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
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-03
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
1
-0
/
+14
2017-02-07
sock: add sk_dst_pending_confirm flag
Julian Anastasov
1
-0
/
+12
2017-02-07
udp: properly cope with csum errors
Eric Dumazet
1
-1
/
+3
2017-01-27
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
1
-1
/
+1
2017-01-20
sock: use hlist_entry_safe
Geliang Tang
1
-2
/
+1
2017-01-10
smc: netlink interface for SMC sockets
Ursula Braun
1
-0
/
+3
2017-01-10
net: introduce keepalive function in struct proto
Ursula Braun
1
-0
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-2
/
+2
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2016-12-08
net: do not read sk_drops if application does not care
Eric Dumazet
1
-1
/
+2
2016-12-08
net: rfs: add a jump label
Eric Dumazet
1
-11
/
+14
2016-12-07
net: sock_rps_record_flow() is for connected sockets
Eric Dumazet
1
-1
/
+11
2016-12-05
make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...
Al Viro
1
-3
/
+3
2016-12-05
net: reorganize struct sock for better data locality
Eric Dumazet
1
-24
/
+27
2016-12-02
bpf: Add support for reading socket family, type, protocol
David Ahern
1
-0
/
+15
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-11-14
net: fix sleeping for sk_wait_event()
WANG Cong
1
-3
/
+5
2016-11-04
net: core: Add a UID field to struct sock.
Lorenzo Colitti
1
-0
/
+7
2016-11-03
dccp: do not release listeners too soon
Eric Dumazet
1
-2
/
+2
2016-11-01
net: set SK_MEM_QUANTUM to 4096
Eric Dumazet
1
-6
/
+17
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2016-10-27
doc: update docbook annotations for socket and skb
Stephen Hemminger
1
-1
/
+3
2016-10-23
net/socket: factor out helpers for memory and queue manipulation
Paolo Abeni
1
-0
/
+4
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2016-09-17
net: avoid sk_forward_alloc overflows
Eric Dumazet
1
-0
/
+10
2016-08-24
net: remove clear_sk() method
Eric Dumazet
1
-1
/
+0
2016-08-24
udp: get rid of sk_prot_clear_portaddr_nulls()
Eric Dumazet
1
-2
/
+0
2016-08-19
bpf: get rid of cgroup helper related ifdefs
Daniel Borkmann
1
-0
/
+10
2016-07-13
dccp: limit sk_filter trim to payload
Willem de Bruijn
1
-1
/
+7
2016-05-21
net: sock: move ->sk_shutdown out of bitfields.
Andrey Ryabinin
1
-1
/
+8
2016-05-04
tcp: fix lockdep splat in tcp_snd_una_update()
Eric Dumazet
1
-1
/
+6
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
1
-0
/
+1
2016-05-03
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
1
-0
/
+11
2016-04-28
net: SOCKWQ_ASYNC_WAITDATA optimizations
Eric Dumazet
1
-2
/
+4
2016-04-28
net: SOCKWQ_ASYNC_NOSPACE optimizations
Eric Dumazet
1
-0
/
+6
2016-04-25
soreuseport: Resolve merge conflict for v4/v6 ordering fix
Craig Gallek
1
-1
/
+5
2016-04-25
sock: relax WARN_ON() in sock_owned_by_user()
Eric Dumazet
1
-1
/
+1
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2016-04-15
soreuseport: fix ordering for mixed v4/v6 sockets
Craig Gallek
1
-1
/
+5
2016-04-14
net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put
Denys Vlasenko
1
-2
/
+2
2016-04-14
sock: tigthen lockdep checks for sock_owned_by_user
Hannes Frederic Sowa
1
-15
/
+29
2016-04-08
net: Fix build failure due to lockdep_sock_is_held().
David S. Miller
1
-0
/
+2
2016-04-08
sock: make lockdep_sock_is_held static inline
Hannes Frederic Sowa
1
-1
/
+1
2016-04-07
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
1
-2
/
+10
2016-04-07
sock: fix lockdep annotation in release_sock
Hannes Frederic Sowa
1
-1
/
+6
2016-04-05
udp: enable MSG_PEEK at non-zero offset
samanthakumar
1
-0
/
+2
2016-04-05
udp: remove headers from UDP packets before queueing
samanthakumar
1
-0
/
+1
2016-04-05
sock: convert sk_peek_offset functions to WRITE_ONCE
Willem de Bruijn
1
-11
/
+13
[next]