summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-4/+6
* net: add a new bind_add methodChristoph Hellwig2020-05-291-0/+8
* net: add sock_set_reuseportChristoph Hellwig2020-05-281-0/+8
* net: add sock_set_rcvbufChristoph Hellwig2020-05-281-27/+32
* net: add sock_set_keepaliveChristoph Hellwig2020-05-281-0/+10
* net: add sock_enable_timestampsChristoph Hellwig2020-05-281-18/+29
* net: add sock_bindtoindexChristoph Hellwig2020-05-281-6/+15
* net: add sock_set_sndtimeoChristoph Hellwig2020-05-281-0/+11
* net: add sock_set_priorityChristoph Hellwig2020-05-281-0/+8
* net: add sock_no_lingerChristoph Hellwig2020-05-281-0/+9
* net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-0/+8
* net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet2020-05-071-10/+18
* net: remove obsolete commentEric Dumazet2020-04-251-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-1/+1
|\
| * net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki2020-04-031-1/+1
* | net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat2020-04-021-1/+1
|/
* bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-301-1/+2
* bpf: Add socket assign supportJoe Stringer2020-03-301-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+4
|\
| * net: memcg: late association of sock to memcgShakeel Butt2020-03-101-1/+4
* | net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2020-02-211-0/+6
* | net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-3/+5
|/
* xsk, net: Make sock_def_readable() have external linkageBjörn Töpel2020-01-221-1/+1
* net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2019-12-171-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-021-3/+3
|\ \
| * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| * | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
* | | sock: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-14/+18
|\| |
| * | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-1/+1
| * | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-6/+9
| * | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-2/+3
| * | net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| * | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+1
| * | net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
| * | net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-091-2/+2
| |/
* | sock_get_timeout: drop unnecessary return variableVito Caputo2019-10-111-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-4/+9
|\|
| * net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
| * net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-301-3/+8
* | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-3/+6
|\
| * bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-171-3/+6
* | sock: fix potential memory leak in proto_register()zhanglin2019-08-241-10/+21
* | net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-5/+14
|/
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-1/+1
* coallocate socket_wq with socket itselfAl Viro2019-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+0
|\