summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10net: Fix build with INET disabled.David S. Miller1-0/+1
2012-01-09net: sk_update_clone is only used in net/core/sock.cStephen Rothwell1-0/+6
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa1-0/+2
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2011-12-23net: relax rcvbuf limitsEric Dumazet1-5/+1
2011-12-17net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa1-14/+14
2011-12-13tcp memory pressure controlsGlauber Costa1-3/+40
2011-12-13socket: initial cgroup code.Glauber Costa1-8/+16
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa1-23/+34
2011-11-29net: optimize socket timestampingEric Dumazet1-15/+12
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman1-1/+21
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+9
2011-11-10net: add wireless TX status socket optionJohannes Berg1-0/+9
2011-11-09net: rename sk_clone to sk_clone_lockEric Dumazet1-2/+9
2011-10-26net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2011-10-14net: more accurate skb truesizeEric Dumazet1-1/+1
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg1-4/+1
2011-08-25net: convert core to skb paged frag APIsIan Campbell1-7/+5
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr1-3/+3
2011-06-22core: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+5
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2011-01-06net: add POLLPRI to sock_def_readable()Eric Dumazet1-1/+1
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+35
2010-12-17net: fix nulls list corruptions in sk_prot_allocOctavian Purdila1-12/+35
2010-12-10net: optimize INET input path furtherEric Dumazet1-5/+6
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač1-3/+3
2010-11-10net: avoid limits overflowEric Dumazet1-7/+7
2010-10-26net: add __rcu annotation to sk_filterEric Dumazet1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+4
2010-10-07net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney1-1/+4
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+4
2010-09-25net: fix a lockdep splatEric Dumazet1-4/+4
2010-09-10net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-07-20net: this_cpu_xxx conversionsEric Dumazet1-3/+2
2010-07-13net: sock_free() optimizationsEric Dumazet1-2/+3
2010-06-17net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-17af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-6/+12
2010-06-17sock: Introduce cred_to_ucredEric W. Biederman1-0/+14
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca1-3/+3
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-0/+33
2010-05-24tun: Update classid on packet injectionHerbert Xu1-0/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-0/+18
2010-05-18net: add a noref bit on skb dstEric Dumazet1-0/+6
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+1
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-19/+31
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-1/+4
2010-04-21net: sk_sleep() helperEric Dumazet1-8/+8