summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
...
* sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-281-3/+17
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-131-0/+5
* sock: support per-packet fwmarkEdward Jee2015-10-131-0/+26
* tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-031-1/+1
* net: core: drop null test before destroy functionsJulia Lawall2015-09-161-8/+4Star
* sock: fix kernel doc errorJean Sacren2015-08-281-1/+1
* net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-311-1/+2
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-2/+3
* sock_diag: don't broadcast kernel socketsCraig Gallek2015-06-301-1/+1
* net: Kill sock->sk_protinfoDavid Miller2015-06-291-1/+0Star
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-161-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-141-9/+6Star
|\
| * net: don't wait for order-3 page allocationShaohua Li2015-06-121-1/+1
| * net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman2015-06-111-8/+5Star
| * Revert "net: kernel socket should be released in init_net namespace"Herbert Xu2015-05-041-1/+1
* | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-271-1/+4
* | net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-181-4/+5
* | net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-19/+0Star
* | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-2/+6
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+2
|/
* tcp: do not cache align timewait socketsEric Dumazet2015-04-131-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-0/+19
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-0/+19
* | net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明2015-03-231-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+4
|\|
| * net: add comment for sock_efree() usageOliver Hartkopp2015-03-101-0/+4
* | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-1/+1
* | net: kernel socket should be released in init_net namespaceYing Xue2015-03-161-1/+1
* | inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet2015-03-161-15/+0Star
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-131-0/+2
* | net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet2015-03-131-28/+41
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-1/+0Star
* | net: add real socket cookiesEric Dumazet2015-03-121-0/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-7/+6Star
* | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-1/+1
|/
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-031-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-4/+20
|\
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-4/+20
* | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-061-0/+13
* | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+5
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller2014-10-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-85/+25Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-1/+1
| |\
| * | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-191-63/+15Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-081-16/+18
| |\ \
| * | | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-061-2/+2
| * | | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-061-0/+6
| * | | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-021-12/+2Star
| * | | net: remove dead code after sk_data_ready changeEric Dumazet2014-08-231-8/+0Star