summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-01net: fix incorrect credentials passingLinus Torvalds
2012-10-13net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-16net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-24net: Add missing getsockopt for SO_NOFCS.David S. Miller
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2012-02-10netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
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