summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: do not cache align timewait socketsEric Dumazet2015-04-121-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-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/+0
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-121-0/+2
* | net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet2015-03-121-28/+41
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-1/+0
* | net: add real socket cookiesEric Dumazet2015-03-111-0/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-7/+6
* | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-1/+1
|/
* net-timestamp: no-payload only sysctlWillem de Bruijn2015-02-021-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-051-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-081-85/+25
|\
| * 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/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-16/+18
| |\ \
| * | | net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-051-2/+2
| * | | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-051-0/+6
| * | | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-011-12/+2
| * | | net: remove dead code after sk_data_ready changeEric Dumazet2014-08-221-8/+0
* | | | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-6/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | net_dma: simple removalDan Williams2014-09-281-6/+0
* | | | net: fix skb_page_frag_refill() kerneldocEric Dumazet2014-09-081-1/+1
| |_|/ |/| |
* | | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-051-2/+2
* | | net: attempt a single high order allocationEric Dumazet2014-08-291-14/+16
| |/ |/|
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-051-2/+11
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-0/+3
* | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-051-23/+2
* | net: filter: simplify socket chargingAlexei Starovoitov2014-08-021-2/+7
* | net: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-4/+0
* | sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-231-1/+1
* | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-2/+2
* | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+49
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-2/+2
|/
* tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-1/+4
* net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-061-2/+4
* net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+4
* net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-161-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-13/+1
|\
| * net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-031-1/+1
OpenPOWER on IntegriCloud