summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-01net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet1-0/+1
2016-11-24net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2016-11-24net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2016-01-05net: fix IP early demux racesEric Dumazet1-1/+1
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2016-01-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-10-28net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-04-09net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-10-17tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+0
2014-07-29ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-07-29ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-06-23net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+2
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-0/+5
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-08-01netem: Introduce skb_orphan_partial() helperEric Dumazet1-0/+1
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-6/+13
2013-07-25net: add sk_stream_is_writeable() helperEric Dumazet1-0/+4
2013-07-23net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+2
2013-07-04net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-06-20net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-18net: add socket option for low latency pollingEliezer Tamir1-0/+2
2013-06-11net: add low latency socket pollEliezer Tamir1-0/+4
2013-05-12ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-04-01net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-11/+10
2013-02-19Merge 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-27netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan1-1/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-03net: fix sparse endianness warnings on sock_commonEric Dumazet1-2/+5
2012-12-01net: 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-03Merge 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/ebi...Linus Torvalds1-1/+10
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-28net: remove sk_init() helperEric Dumazet1-2/+0
2012-09-25net: use a per task frag allocatorEric Dumazet1-12/+15
2012-09-18include/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-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-1/+10