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
2010-03-08
sock.c: potential null dereference
Dan Carpenter
1
-1
/
+2
2010-03-06
net: backlog functions rename
Zhu Yi
1
-1
/
+1
2010-03-06
net: add limit for socket backlog
Zhu Yi
1
-2
/
+14
2010-03-01
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+2
2010-02-25
net: Add checking to rcu_dereference() primitives
Paul E. McKenney
1
-1
/
+2
2010-02-18
net: use kasprintf() for socket cache names
Alexey Dobriyan
1
-8
/
+2
2010-01-18
net: spread __net_init, __net_exit
Alexey Dobriyan
1
-2
/
+2
2010-01-15
net/core/sock.c: quiet sparse noise
H Hartley Sweeten
1
-1
/
+1
2010-01-08
tcp: update the netstamp_needed counter when cloning sockets
Octavian Purdila
1
-0
/
+4
2009-11-06
net: Fix build warning in sock_bindtodevice().
David S. Miller
1
-3
/
+2
2009-11-06
net: sock_bindtodevice() RCU-ification
Eric Dumazet
1
-4
/
+6
2009-10-21
net: Fix for dst_negative_advice
Krishna Kumar
1
-0
/
+6
2009-10-21
net: Introduce sk_tx_queue_mapping
Krishna Kumar
1
-1
/
+4
2009-10-15
net: sk_drops consolidation
Eric Dumazet
1
-8
/
+7
2009-10-13
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
1
-1
/
+16
2009-10-01
net: Fix sock_wfree() race
Eric Dumazet
1
-7
/
+12
2009-10-01
net: Make setsockopt() optlen be unsigned.
David S. Miller
1
-4
/
+4
2009-09-22
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
1
-2
/
+2
2009-09-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2009-09-02
net: sk_free() should be allowed right after sk_alloc()
Jarek Poplawski
1
-1
/
+1
2009-08-06
net: implement a SO_DOMAIN getsockoption
Jan Engelhardt
1
-0
/
+5
2009-08-06
net: implement a SO_PROTOCOL getsockoption
Jan Engelhardt
1
-0
/
+5
2009-08-05
net: mark read-only arrays as const
Jan Engelhardt
1
-3
/
+3
2009-07-20
Fix error return for setsockopt(SO_TIMESTAMPING)
Rémi Denis-Courmont
1
-1
/
+1
2009-07-17
net: sock_copy() fixes
Eric Dumazet
1
-2
/
+18
2009-07-12
net: sk_prot_alloc() should not blindly overwrite memory
Eric Dumazet
1
-2
/
+17
2009-07-10
net: adding memory barrier to the poll and receive callbacks
Jiri Olsa
1
-4
/
+4
2009-06-17
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...
Linus Torvalds
1
-0
/
+2
2009-06-15
net: annotate struct sock bitfield
Vegard Nossum
1
-0
/
+2
2009-06-11
net: No more expensive sock_hold()/sock_put() on each tx
Eric Dumazet
1
-4
/
+25
2009-06-09
Add constants for the ieee 802.15.4 stack
Sergey Lapin
1
-0
/
+3
2009-05-28
net: net/core/sock.c cleanup
Eric Dumazet
1
-59
/
+44
2009-04-01
epoll keyed wakeups: make sockets use keyed wakeups
Davide Libenzi
1
-3
/
+5
2009-02-27
RDS: Add RDS to AF key strings
Andy Grover
1
-3
/
+3
2009-02-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-2
/
+1
2009-02-24
net: amend the fix for SO_BSDCOMPAT gsopt infoleak
Eugene Teo
1
-1
/
+1
2009-02-18
net: Kill skb_truesize_check(), it only catches false-positives.
David S. Miller
1
-1
/
+0
2009-02-16
net: socket infrastructure for SO_TIMESTAMPING
Patrick Ohly
1
-12
/
+69
2009-02-15
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-0
/
+2
2009-02-13
net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2
Clément Lecigne
1
-0
/
+2
2009-02-05
net: Reexport sock_alloc_send_pskb
Herbert Xu
1
-4
/
+4
2008-12-18
Revert "net: release skb->dst in sock_queue_rcv_skb()"
David S. Miller
1
-5
/
+1
2008-11-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-19
/
+12
2008-11-26
net: release skb->dst in sock_queue_rcv_skb()
Eric Dumazet
1
-1
/
+5
2008-11-26
net: Use a percpu_counter for sockets_allocated
Eric Dumazet
1
-3
/
+7
2008-11-22
net: Fix memory leak in the proto_register function
Catalin Marinas
1
-19
/
+12
2008-11-20
net: make /proc/net/protocols namespace aware
Eric Dumazet
1
-5
/
+24
2008-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+0
2008-11-17
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
Eric Dumazet
1
-1
/
+3
2008-11-14
lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c
Ingo Molnar
1
-2
/
+0
[next]