summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-15userns: Implement sk_user_nsEric W. Biederman1-0/+9
2012-08-15userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-1/+1
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2012-08-01netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-08-01netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-08-01netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+15
2012-08-01netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-1/+4
2012-08-01net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman1-0/+5
2012-08-01memcg: rename config variablesAndrew Morton1-2/+2
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-0/+1
2012-07-12tcp: TCP Small QueuesEric Dumazet1-0/+2
2012-06-26net: struct sock cleanupsEric Dumazet1-1/+2
2012-06-26net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian1-1/+1
2012-06-20ipv4: Early TCP socket demux.David S. Miller1-0/+2
2012-05-30memcg: decrement static keys at real destroy timeGlauber Costa1-0/+22
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-6/+6
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-77/+74
2012-05-16net: sock_flag() cleanupEric Dumazet1-1/+1
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-04-30net: fix sk_sockets_allocated_read_positiveEric Dumazet1-2/+2
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-24net: add a limit parameter to sk_add_backlog()Eric Dumazet1-4/+6
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-0/+11
2012-04-18net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap1-0/+1
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa1-6/+6
2012-03-24poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+2
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+29
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-4/+3
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+4
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-3/+3
2012-02-22sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+25
2012-02-14security: trim security.hAl Viro1-0/+2
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-4/+3
2012-01-27net: explicitly add jump_label.h header to sock.hGlauber Costa1-0/+1
2012-01-23net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-6/+4
2012-01-23net: fix socket memcg build with !CONFIG_NETGlauber Costa1-1/+1
2012-01-23kernel-doc: fix new warning in net/sock.hRandy Dunlap1-0/+1
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2011-12-23net: relax rcvbuf limitsEric Dumazet1-1/+3
2011-12-17net: fix compilation with !CONFIG_NETGlauber Costa1-0/+12
2011-12-13net: fix build error if CONFIG_CGROUPS=nEric Dumazet1-0/+2
2011-12-13tcp memory pressure controlsGlauber Costa1-0/+2
2011-12-13socket: initial cgroup code.Glauber Costa1-6/+150
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa1-1/+95
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+3
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+6
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-3/+3
2011-11-10net: add wireless TX status socket optionJohannes Berg1-0/+6
2011-11-09net: rename sk_clone to sk_clone_lockEric Dumazet1-2/+2