summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: add real socket cookiesEric Dumazet2015-03-121-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-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/+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-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/+2
| * | | net: remove dead code after sk_data_ready changeEric Dumazet2014-08-231-8/+0
* | | | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-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-061-2/+2
* | | net: attempt a single high order allocationEric Dumazet2014-08-301-14/+16
| |/ |/|
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-061-2/+11
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-061-0/+3
* | net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-061-23/+2
* | net: filter: simplify socket chargingAlexei Starovoitov2014-08-031-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-071-2/+4
* net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-191-0/+4
* net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-171-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-061-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
* | socket: cleanupsstephen hemminger2014-01-041-19/+2
* | net: unix: allow set_peek_off to failSasha Levin2013-12-111-1/+1
|/
* net: remove function sk_reset_txq()ZHAO Gang2013-10-221-6/+0
* net: refactor sk_page_frag_refill()Eric Dumazet2013-10-181-4/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-0/+1
|\
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-091-0/+1
* | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-291-0/+12
|/
* net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-49/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-3/+3
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-021-3/+3
* | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+19