aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2013-02-28net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue
2012-12-26netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-02net: fix sparse endianness warnings on sock_commonEric Dumazet
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27net: remove sk_init() helperEric Dumazet
2012-09-24net: use a per task frag allocatorEric Dumazet
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-14userns: Implement sk_user_nsEric W. Biederman
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-06-25net: struct sock cleanupsEric Dumazet
2012-06-25net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian
2012-06-19ipv4: Early TCP socket demux.David S. Miller
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-17net: include/net/sock.h cleanupEric Dumazet
2012-05-16net: sock_flag() cleanupEric Dumazet
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-30net: fix sk_sockets_allocated_read_positiveEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-17net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2012-02-14security: trim security.hAl Viro
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2012-01-26net: explicitly add jump_label.h header to sock.hGlauber Costa