aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman1-3/+4
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+6
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner1-3/+3
2012-10-26cgroup: net_cls: Remove rcu_read_lock/unlockDaniel Wagner1-2/+0
2012-10-21sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov1-0/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+48
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+5
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-11/+4
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-09-27net: remove sk_init() helperEric Dumazet1-13/+0
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-09-24net: use a per task frag allocatorEric Dumazet1-2/+47
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-11/+0
2012-09-14cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner1-0/+2
2012-09-14cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner1-0/+2
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap1-0/+2
2012-09-03net: sock_edemux() should take care of timewait socketsEric Dumazet1-1/+6
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-5/+5
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-3/+3
2012-08-14userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman1-2/+2
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+1
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-1/+13
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+16
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+5
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-0/+22
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend1-3/+3
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