summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-6/+14
2010-05-25sock.h: fix kernel-doc warningRandy Dunlap1-1/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-1/+9
2010-05-18net: add a noref bit on skb dstEric Dumazet1-5/+8
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+8
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-05-03net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-19/+19
2010-05-01net: speedup sock_recv_ts_and_drops()Eric Dumazet1-1/+18
2010-04-29net: speedup udp receive pathEric Dumazet1-0/+10
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-2/+11
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller1-0/+38
2010-04-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet1-2/+5
2010-04-23dst: rcu check refinementEric Dumazet1-1/+2
2010-04-21net: sk_sleep() helperEric Dumazet1-3/+7
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-17/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08net: add __must_check to sk_add_backlogZhu Yi1-1/+1
2010-03-06net: backlog functions renameZhu Yi1-3/+3
2010-03-06net: add limit for socket backlogZhu Yi1-1/+14
2010-02-23packet: convert socket list to RCU (v3)stephen hemminger1-0/+10
2010-02-15net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-02-10net: add a wrapper sk_entry()Li Zefan1-0/+5
2009-11-09udp: secondary hash on (local port, local address)Eric Dumazet1-2/+6
2009-11-09udp: split sk_hash into two u16 hashesEric Dumazet1-1/+5
2009-10-21net: Introduce sk_tx_queue_mappingKrishna Kumar1-0/+26
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2009-10-13net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-0/+3
2009-10-12net: Fix struct sock bitfield annotationEric Dumazet1-5/+5
2009-10-07net: speedup sk_wake_async()Eric Dumazet1-1/+2
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-6/+6
2009-07-17net: sock_copy() fixesEric Dumazet1-13/+19
2009-07-10memory barrier: adding smp_mb__after_lockJiri Olsa1-1/+4
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa1-0/+66
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2009-06-24net: Move rx skb_orphan call to where neededHerbert Xu1-0/+2
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+33
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet1-0/+33
2009-06-17Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus 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-1/+5
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2009-02-18net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller1-1/+0
2009-02-16net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-3/+41
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-13net: don't use in_atomic() in gfp_any()Andrew Morton1-1/+1
2009-02-05net: Reexport sock_alloc_send_pskbHerbert Xu1-0/+5
2008-11-26net: Use a percpu_counter for orphan_countEric Dumazet1-1/+1
2008-11-26net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+1
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1