index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-04-21
net: sk_sleep() helper
Eric Dumazet
1
-8
/
+8
2010-04-13
net: sk_dst_cache RCUification
Eric Dumazet
1
-4
/
+4
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
[next]