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
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
1
-1
/
+1
2015-06-29
net: Kill sock->sk_protinfo
David Miller
1
-2
/
+0
2015-06-21
net: Update out-of-date comment
Zhaowei Yuan
1
-1
/
+0
2015-06-16
sock_diag: define destruction multicast groups
Craig Gallek
1
-0
/
+1
2015-05-21
tcp: add a force_schedule argument to sk_stream_alloc_skb()
Eric Dumazet
1
-1
/
+2
2015-05-18
net: fix sk_mem_reclaim_partial()
Eric Dumazet
1
-3
/
+3
2015-05-11
net: kill sk_change_net and sk_release_kernel
Eric W. Biederman
1
-17
/
+0
2015-05-11
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
1
-0
/
+2
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+1
2015-04-09
Merge branch 'iocb' into for-davem
Al Viro
1
-1
/
+0
2015-04-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-04-06
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
1
-0
/
+2
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+0
2015-03-20
net: increase sk_[max_]ack_backlog
Eric Dumazet
1
-2
/
+2
2015-03-16
net: add sk_fullsock() helper
Eric Dumazet
1
-0
/
+9
2015-03-13
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
1
-1
/
+1
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
1
-3
/
+1
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
1
-1
/
+1
2015-03-12
net: add real socket cookies
Eric Dumazet
1
-0
/
+3
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-9
/
+7
2015-03-02
net: move skb->dropcount to skb->cb[]
Eyal Birger
1
-2
/
+16
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
1
-0
/
+6
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
1
-0
/
+3
2015-02-13
memcg: cleanup static keys decrement
Vladimir Davydov
1
-5
/
+0
2015-02-09
net: rfs: add hash collision detection
Eric Dumazet
1
-23
/
+1
2015-02-05
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
1
-10
/
+8
2015-02-04
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
1
-10
/
+8
2015-02-03
net-timestamp: no-payload only sysctl
Willem de Bruijn
1
-0
/
+1
2015-01-29
net: remove sock_iocb
Christoph Hellwig
1
-23
/
+0
2014-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-33
/
+12
2014-12-11
mm: memcontrol: lockless page counters
Johannes Weiner
1
-17
/
+9
2014-11-25
crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()
Daniel Borkmann
1
-0
/
+1
2014-11-20
bury skb_copy_to_page()
Al Viro
1
-23
/
+0
2014-11-11
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
Joe Perches
1
-7
/
+0
2014-11-11
net: introduce SO_INCOMING_CPU
Eric Dumazet
1
-0
/
+12
2014-11-06
sock.h: Remove unused NETDEBUG macro
Joe Perches
1
-3
/
+0
2014-10-28
sched, net: Clean up sk_wait_event() vs. might_sleep()
Peter Zijlstra
1
-0
/
+1
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+15
2014-10-08
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-18
/
+1
2014-09-28
net_dma: simple removal
Dan Williams
1
-18
/
+1
2014-09-10
net-timestamp: optimize sock_tx_timestamp default path
Willem de Bruijn
1
-1
/
+9
2014-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2014-09-06
net: merge cases where sock_efree and sock_edemux are the same function
Alexander Duyck
1
-0
/
+4
2014-09-06
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
1
-0
/
+1
2014-09-06
net-timestamp: only report sw timestamp if reporting bit is set
Willem de Bruijn
1
-3
/
+1
2014-09-02
sock: deduplicate errqueue dequeue
Willem de Bruijn
1
-0
/
+1
2014-08-15
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
Neal Cardwell
1
-1
/
+0
2014-08-06
net-timestamp: sock_tx_timestamp() fix
Eric Dumazet
1
-2
/
+4
2014-08-06
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
1
-0
/
+2
[next]