summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa
2012-01-09net: Fix build with INET disabled.David S. Miller
2012-01-08net: sk_update_clone is only used in net/core/sock.cStephen Rothwell
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-23net: relax rcvbuf limitsEric Dumazet
2011-12-16net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa
2011-12-12tcp memory pressure controlsGlauber Costa
2011-12-12socket: initial cgroup code.Glauber Costa
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-11-29net: optimize socket timestampingEric Dumazet
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet
2011-10-25net: Unlock sock before calling sk_free()Thomas Gleixner
2011-10-13net: more accurate skb truesizeEric Dumazet
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg
2011-08-24net: convert core to skb paged frag APIsIan Campbell
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-01-06net: add POLLPRI to sock_def_readable()Eric Dumazet
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila
2010-12-09net: optimize INET input path furtherEric Dumazet
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-07net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-24net: fix a lockdep splatEric Dumazet
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim
2010-07-19net: this_cpu_xxx conversionsEric Dumazet
2010-07-12net: sock_free() optimizationsEric Dumazet
2010-06-16net: Export cred_to_ucred to modules.David S. Miller
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet
2010-05-24tun: Update classid on packet injectionHerbert Xu
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu
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