aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni1-0/+1
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+0
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin1-9/+0
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet1-1/+1
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes1-4/+6
2020-05-29net: add a new bind_add methodChristoph Hellwig1-0/+8
2020-05-28net: add sock_set_reuseportChristoph Hellwig1-0/+8
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-27/+32
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-0/+10
2020-05-28net: add sock_enable_timestampsChristoph Hellwig1-18/+29
2020-05-28net: add sock_bindtoindexChristoph Hellwig1-6/+15
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig1-0/+11
2020-05-28net: add sock_set_priorityChristoph Hellwig1-0/+8
2020-05-28net: add sock_no_lingerChristoph Hellwig1-0/+9
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-0/+8
2020-05-07net: relax SO_TXTIME CAP_NET_ADMIN checkEric Dumazet1-10/+18
2020-04-25net: remove obsolete commentEric Dumazet1-1/+0
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-04-02net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat1-1/+1
2020-04-03net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki1-1/+1
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer1-1/+2
2020-03-30bpf: Add socket assign supportJoe Stringer1-0/+11
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2020-03-10net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki1-0/+6
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki1-3/+5
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel1-1/+1
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-28sock: remove unneeded semicolonYueHaibing1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+18
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-6/+9
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+3
2019-10-11sock_get_timeout: drop unnecessary return variableVito Caputo1-6/+3
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-1/+1
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+9
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-04net: spread "enum sock_flags"Alexey Dobriyan1-2/+3
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8