aboutsummaryrefslogtreecommitdiff
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* sock: recalculate sktimeout valueHong-Mei Li2018-12-071-1/+1
* Merge 3.18.77 into android-3.18Greg Kroah-Hartman2017-10-221-0/+2
|\
| * net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-211-0/+2
* | Merge 3.18.56 into android-3.18Greg Kroah-Hartman2017-06-071-6/+6
|\|
| * netem: fix skb_orphan_partial()Eric Dumazet2017-06-071-6/+6
| * net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-05-081-2/+2
* | Merge 3.18.50 into android-3.18Greg Kroah-Hartman2017-04-231-5/+11
|\|
| * socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-04-221-0/+6
| * net: properly release sk_frag.pageEric Dumazet2017-04-221-5/+5
* | Revert "BACKPORT [UPSTREAM] net: add real socket cookies"Todd Poynor2017-04-121-1/+0
* | BACKPORT [UPSTREAM] net: add real socket cookiesEric Dumazet2017-04-111-0/+1
* | Merge 3.18.26 into android-3.18Greg Kroah-Hartman2017-04-011-3/+2
|\|
| * net: check both type and procotol for tcp socketsWANG Cong2016-01-221-1/+2
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-151-2/+0
* | Merge 3.18.18 into android-3.18Greg Kroah-Hartman2017-03-311-1/+1
|\|
| * net: don't wait for order-3 page allocationShaohua Li2015-07-051-1/+1
* | Merge 3.18.13 into android-3.18Greg Kroah-Hartman2017-03-311-0/+19
|\|
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-271-0/+19
* | UPSTREAM: net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-01-101-2/+2
* | net: core: Add a UID field to struct sock.Lorenzo Colitti2016-12-201-1/+4
|/
* 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
| * net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-031-12/+0