aboutsummaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-16net: Introduce sk_route_nocapsEric Dumazet
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-03-07sock.c: potential null dereferenceDan Carpenter
2010-03-05net: backlog functions renameZhu Yi
2010-03-05net: add limit for socket backlogZhu Yi
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney
2010-02-17net: use kasprintf() for socket cache namesAlexey Dobriyan
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2010-01-15net/core/sock.c: quiet sparse noiseH Hartley Sweeten
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila
2009-11-05net: Fix build warning in sock_bindtodevice().David S. Miller
2009-11-05net: sock_bindtodevice() RCU-ificationEric Dumazet
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar
2009-10-20net: Introduce sk_tx_queue_mappingKrishna Kumar
2009-10-14net: sk_drops consolidationEric Dumazet
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-09-30net: Fix sock_wfree() raceEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-20Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont
2009-07-16net: sock_copy() fixesEric Dumazet
2009-07-11net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-15net: annotate struct sock bitfieldVegard Nossum
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin
2009-05-27net: net/core/sock.c cleanupEric Dumazet
2009-04-01epoll keyed wakeups: make sockets use keyed wakeupsDavide Libenzi
2009-02-26RDS: Add RDS to AF key stringsAndy Grover
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-23net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-12net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-26net: release skb->dst in sock_queue_rcv_skb()Eric Dumazet