aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-26netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan1-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-02net: fix sparse endianness warnings on sock_commonEric Dumazet1-2/+5
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet1-5/+20
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+15
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+10
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-27net: remove sk_init() helperEric Dumazet1-2/+0
2012-09-24net: use a per task frag allocatorEric Dumazet1-12/+15
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner1-8/+0
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-1/+10
2012-08-14userns: Implement sk_user_nsEric W. Biederman1-0/+9
2012-08-14userns: 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-07-31netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+15
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-1/+4
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socketMel Gorman1-0/+5
2012-07-31memcg: rename config variablesAndrew Morton1-2/+2
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-0/+1
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+2
2012-06-25net: struct sock cleanupsEric Dumazet1-1/+2
2012-06-25net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian1-1/+1
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-0/+2
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-0/+22
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus 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-07Merge 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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-23net: 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-17net/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-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+29
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus 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 static_key_slow_[inc|dec]()Ingo Molnar1-3/+3
2012-02-21sock: 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-26net: explicitly add jump_label.h header to sock.hGlauber Costa1-0/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-6/+4