aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-0/+4
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2013-09-30net: add missing sk_max_pacing_rate docEric Dumazet1-0/+1
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-0/+5
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-0/+1
2013-09-23sock.h: Remove extern from function prototypesJoe Perches1-124/+99
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-0/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-1/+2
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-0/+1
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-6/+13
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-0/+4
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+2
2013-07-03net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-0/+2
2013-06-10net: add low latency socket pollEliezer Tamir1-0/+4
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-11/+10
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-1/+1
2013-02-18net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue1-1/+1
2013-01-28net: add RCU annotation to sk_dst_cache fieldCong Wang1-1/+1
2013-01-23soreuseport: infrastructureTom Herbert1-1/+4
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+1
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