aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+4
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-0/+5
2012-05-31net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+5
2012-05-17net: core: Use pr_<level>Joe Perches1-12/+13
2012-05-16net: sock_flag() cleanupEric Dumazet1-7/+7
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom1-0/+2
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-2/+2
2012-05-03net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller1-0/+1
2012-05-01net: add a prefetch in socket backlog processingEric Dumazet1-0/+1
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose1-1/+1
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet1-27/+15
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-2/+2
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa1-5/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+21
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+3
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+2
2012-02-24net: Add missing getsockopt for SO_NOFCS.David S. Miller1-0/+3
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+5
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-2/+2
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+13
2012-02-10netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-5/+2
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-3/+3
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-2/+2
2012-01-09net: Fix build with INET disabled.David S. Miller1-0/+1
2012-01-08net: 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-23Merge 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-16net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa1-14/+14
2011-12-12tcp memory pressure controlsGlauber Costa1-3/+40
2011-12-12socket: initial cgroup code.Glauber Costa1-8/+16
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa1-23/+34
2011-11-29net: optimize socket timestampingEric Dumazet1-15/+12
2011-11-22net: 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/linville/wireless-next into for-davemJohn W. Linville1-0/+9
2011-11-09net: add wireless TX status socket optionJohannes Berg1-0/+9
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet1-2/+9
2011-10-25net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2011-10-13net: 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-24net: 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/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+3
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr1-3/+3
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+5