summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-0/+12
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-3/+2
* net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-11/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-181-1/+1
|\
| * net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue2013-02-181-1/+1
* | net: add RCU annotation to sk_dst_cache fieldCong Wang2013-01-281-1/+1
* | soreuseport: infrastructureTom Herbert2013-01-231-1/+4
* | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+1
|/
* netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan2012-12-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* | net: fix sparse endianness warnings on sock_commonEric Dumazet2012-12-021-2/+5
* | net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-301-5/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-14/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+1
| |\
| * | net: remove sk_init() helperEric Dumazet2012-09-271-2/+0
| * | net: use a per task frag allocatorEric Dumazet2012-09-241-12/+15
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-1/+10
| |\ \
* | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+10
|\ \ \ \ | | |/ / | |/| |
| * | | userns: Implement sk_user_nsEric W. Biederman2012-08-141-0/+9
| * | | userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-141-1/+1
* | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-10-021-8/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner2012-09-141-8/+0
| | |/ | |/|
* / | include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever2012-09-171-1/+1
|/ /
* / tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-021-0/+2
|/
* netvm: prevent a stream-specific deadlockMel Gorman2012-07-311-3/+5
* netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-07-311-0/+5
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-311-0/+15
* netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman2012-07-311-1/+4
* net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman2012-07-311-0/+5
* memcg: rename config variablesAndrew Morton2012-07-311-2/+2
* tcp: dont drop MTU reduction indicationsEric Dumazet2012-07-231-0/+1
* tcp: TCP Small QueuesEric Dumazet2012-07-111-0/+2
* net: struct sock cleanupsEric Dumazet2012-06-251-1/+2
* net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian2012-06-251-1/+1
* ipv4: Early TCP socket demux.David S. Miller2012-06-191-0/+2
* memcg: decrement static keys at real destroy timeGlauber Costa2012-05-291-0/+22
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-221-6/+6
|\
| * cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-6/+6
* | net: include/net/sock.h cleanupEric Dumazet2012-05-171-77/+74
* | net: sock_flag() cleanupEric Dumazet2012-05-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-2/+2
|\ \
| * | net: fix sk_sockets_allocated_read_positiveEric Dumazet2012-04-301-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-0/+1
|\| |
| * | net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap2012-04-171-0/+1
| |/
* | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-4/+6
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-0/+11
|/
* poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-231-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-0/+2
|\