summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-16/+48
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+2
| |\
| * | net: remove sk_init() helperEric Dumazet2012-09-271-13/+0
| * | net: use a per task frag allocatorEric Dumazet2012-09-241-2/+47
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-1/+8
| |\ \
| * \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-5/+5
| |\ \ \
| * | | | cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman2012-08-241-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-3/+3
| * | | | userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2012-08-141-2/+2
* | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-021-11/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cgroup: Assign subsystem IDs during compile timeDaniel Wagner2012-09-141-11/+0
| * | | | cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner2012-09-141-0/+2
| * | | | cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner2012-09-141-0/+2
| | |/ / | |/| |
* | | | net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-09-241-1/+2
| |_|/ |/| |
* | | net: fix net/core/sock.c build errorRandy Dunlap2012-09-101-0/+2
* | | net: sock_edemux() should take care of timewait socketsEric Dumazet2012-09-031-1/+6
|/ /
* | tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-021-0/+1
|/
* netvm: prevent a stream-specific deadlockMel Gorman2012-07-311-1/+13
* netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-07-311-0/+16
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-311-0/+5
* netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman2012-07-311-0/+22
* memcg: rename config variablesAndrew Morton2012-07-311-1/+1
* net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-221-3/+3
* tcp: TCP Small QueuesEric Dumazet2012-07-111-0/+4
* ipv4: Early TCP socket demux.David S. Miller2012-06-191-0/+5
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-05-311-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-2/+2
|\
| * userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-2/+2
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-221-5/+5
|\ \
| * | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-5/+5
| |/
* | net: core: Use pr_<level>Joe Perches2012-05-171-12/+13
* | net: sock_flag() cleanupEric Dumazet2012-05-161-7/+7
* | net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom2012-05-081-0/+2
* | net: Add missing linux/prefetch.h include to net/core/sock.cDavid S. Miller2012-05-031-0/+1
* | net: add a prefetch in socket backlog processingEric Dumazet2012-05-011-0/+1
* | net: Fixed a coding style issue related to spaces.Jeffrin Jose2012-04-281-1/+1
* | net: cleanups in sock_setsockopt()Eric Dumazet2012-04-271-27/+15
* | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-2/+2
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-0/+21
|\
| * net: Add missing getsockopt for SO_NOFCS.David S. Miller2012-02-241-0/+3
| * net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+5
| * sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+13
* | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-201-3/+3
|\ \
| * | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-3/+3
* | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-051-5/+2
|\ \ \ | | |/ | |/|
| * | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-101-5/+2
OpenPOWER on IntegriCloud