summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+8
2020-08-06net: sock: add sock_set_markAlexander Aring1-0/+8
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-88/+31
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+21
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-14/+12
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-6/+9
2020-07-24net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig1-4/+3
2020-07-24net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig1-2/+4
2020-07-22net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig1-0/+1
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-14/+0
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-10/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-24/+6
2020-07-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig1-20/+10
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+21
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-29docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab1-2/+2
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/k...Linus Torvalds1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3