summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorLines
2013-07-03net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet-1/+1
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann-6/+9
2013-06-17net: add socket option for low latency pollingEliezer Tamir-0/+2
2013-06-10net: add low latency socket pollEliezer Tamir-0/+4
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet-0/+12
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann-3/+2
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-11/+10
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller-1/+1
2013-02-18net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue-1/+1
2013-01-28net: add RCU annotation to sk_dst_cache fieldCong Wang-1/+1
2013-01-23soreuseport: infrastructureTom Herbert-1/+4
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat-0/+1
2012-12-26netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan-1/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-12-02net: fix sparse endianness warnings on sock_commonEric Dumazet-2/+5
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet-5/+20
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-14/+15
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+10
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-8/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-09-27net: remove sk_init() helperEric Dumazet-2/+0
2012-09-24net: use a per task frag allocatorEric Dumazet-12/+15
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever-1/+1
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner-8/+0
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller-1/+10
2012-08-14userns: Implement sk_user_nsEric W. Biederman-0/+9
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman-1/+1
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings-0/+2
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman-3/+5
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman-0/+5
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman-0/+15
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman-1/+4
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman-0/+5
2012-07-31memcg: rename config variablesAndrew Morton-2/+2
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet-0/+1
2012-07-11tcp: TCP Small QueuesEric Dumazet-0/+2
2012-06-25net: struct sock cleanupsEric Dumazet-1/+2
2012-06-25net: Remove 'unlikely' qualifier in skb_steal_sock()Vijay Subramanian-1/+1
2012-06-19ipv4: Early TCP socket demux.David S. Miller-0/+2
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa-0/+22
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-6/+6
2012-05-17net: include/net/sock.h cleanupEric Dumazet-77/+74
2012-05-16net: sock_flag() cleanupEric Dumazet-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2012-04-30net: fix sk_sockets_allocated_read_positiveEric Dumazet-2/+2
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet-4/+6
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov-0/+11