aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-2/+3
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-28net: Kill sock->sk_protinfoDavid Miller1-1/+0
2015-06-15sock_diag: define destruction multicast groupsCraig Gallek1-1/+10
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6
2015-06-11net: don't wait for order-3 page allocationShaohua Li1-1/+1
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when deactivating swapMel Gorman1-8/+5
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-1/+4
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-19/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-2/+6
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+2
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu1-1/+1
2015-04-12tcp: do not cache align timewait socketsEric Dumazet1-2/+1
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-0/+19
2015-03-23net: Move the comment about unsettable socket-level options to default clause and update its reference.YOSHIFUJI Hideaki/吉藤英明1-2/+3
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-1/+1
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue1-1/+1
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet1-15/+0
2015-03-12inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-0/+2
2015-03-12net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet1-28/+41
2015-03-12net: Kill hold_net release_netEric W. Biederman1-1/+0
2015-03-11net: add real socket cookiesEric Dumazet1-0/+1
2015-03-10net: add comment for sock_efree() usageOliver Hartkopp1-0/+4
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-7/+6
2015-03-02net: add common accessor for setting dropcount on packetsEyal Birger1-1/+1
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn1-0/+3
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+20
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+13
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann1-4/+20
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+5
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-85/+25
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-6/+0
2014-09-28net_dma: simple removalDan Williams1-6/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet1-63/+15
2014-09-08net: fix skb_page_frag_refill() kerneldocEric Dumazet1-1/+1
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+18
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-2/+2
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck1-0/+6
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-2/+2
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn1-12/+2
2014-08-29net: attempt a single high order allocationEric Dumazet1-14/+16
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet1-8/+0
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn1-2/+11
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+3