aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-05net: Fix build warning in sock_bindtodevice().David S. Miller1-3/+2
2009-11-05net: sock_bindtodevice() RCU-ificationEric Dumazet1-4/+6
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-0/+6
2009-10-20net: Introduce sk_tx_queue_mappingKrishna Kumar1-1/+4
2009-10-14net: sk_drops consolidationEric Dumazet1-8/+7
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+16
2009-09-30net: Fix sock_wfree() raceEric Dumazet1-7/+12
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-4/+4
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-09-01net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski1-1/+1
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+5
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+5
2009-08-05net: mark read-only arrays as constJan Engelhardt1-3/+3
2009-07-20Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont1-1/+1
2009-07-16net: sock_copy() fixesEric Dumazet1-2/+18
2009-07-11net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet1-2/+17
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-4/+4
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-0/+2
2009-06-15net: annotate struct sock bitfieldVegard Nossum1-0/+2
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-4/+25
2009-06-09Add constants for the ieee 802.15.4 stackSergey Lapin1-0/+3
2009-05-27net: net/core/sock.c cleanupEric Dumazet1-59/+44
2009-04-01epoll keyed wakeups: make sockets use keyed wakeupsDavide Libenzi1-3/+5
2009-02-26RDS: Add RDS to AF key stringsAndy Grover1-3/+3
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+1
2009-02-23net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller1-1/+0
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-12/+69
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+2
2009-02-12net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne1-0/+2
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu1-4/+4
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller1-5/+1
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-19/+12
2008-11-26net: release skb->dst in sock_queue_rcv_skb()Eric Dumazet1-1/+5
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-3/+7
2008-11-21net: Fix memory leak in the proto_register functionCatalin Marinas1-19/+12
2008-11-19net: make /proc/net/protocols namespace awareEric Dumazet1-5/+24
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-1/+3
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+0
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet1-1/+2
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-2/+2
2008-09-22Phonet: global definitionsRemi Denis-Courmont1-3/+6
2008-09-18ISDN sockets: add missing lockdep stringsRémi Denis-Courmont1-3/+3
2008-07-23net: Update entry in af_family_clock_key_stringsOliver Hartkopp1-1/+1
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-1/+1
2008-06-17net: Add sk_set_socket() helper.David S. Miller1-2/+2
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-14net: Fix typo in net/core/sock.c.Rami Rosen1-1/+1