summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-1/+1
* net: add a new bind_add methodChristoph Hellwig2020-05-291-1/+5
* net: add sock_set_reuseportChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_rcvbufChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_keepaliveChristoph Hellwig2020-05-281-0/+1
* net: add sock_enable_timestampsChristoph Hellwig2020-05-281-0/+1
* net: add sock_bindtoindexChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_sndtimeoChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_priorityChristoph Hellwig2020-05-281-0/+1
* net: add sock_no_lingerChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-0/+2
* net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch2020-04-071-3/+3
* bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-301-8/+17
* net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-1/+9
* bpf: Add socket assign supportJoe Stringer2020-03-301-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-2/+35
|\
| * net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2020-02-211-2/+35
* | net/sock.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-5/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-0/+2
|\
| * xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-0/+2
* | tcp: clean ext on tx recyclePaolo Abeni2020-01-091-0/+1
* | sock: Make sk_protocol a 16-bit valueMat Martineau2020-01-091-20/+5
* | net: Make sock protocol value checks more specificMat Martineau2020-01-091-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-2/+7
|\
| * net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-171-2/+2
| * tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-131-0/+5
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-2/+2
|\ \
| * | net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-051-2/+2
* | | net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-2/+2
* | | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-061-1/+1
* | | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-3/+3
* | | net: avoid potential false sharing in neighbor related codeEric Dumazet2019-11-061-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-5/+10
|\| |
| * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| * | net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-281-3/+8
* | | net/smc: remove unneeded include for smc.hUrsula Braun2019-10-291-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-11/+22
|\| |
| * | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-5/+10
| * | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-7/+11
| * | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+3
| |/
* / net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-1/+1
|/
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-1/+9
* coallocate socket_wq with socket itselfAl Viro2019-07-081-2/+2
* net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-141-0/+2
* tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-141-1/+3
* tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-141-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1