summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: sock: remove the unnecessary check in proto_registerTonghao Zhang2021-04-231-1/+1
* net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-03-301-9/+3
* net: sock: simplify tw proto registrationTonghao Zhang2021-03-111-16/+28
* net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-2/+10
* net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima2021-01-291-1/+10
* net: reduce indentation level in sk_clone_lock()Eric Dumazet2021-01-281-96/+93
* net: Remove the err argument from sock_from_fileFlorent Revest2020-12-041-7/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-0/+19
|\
| * net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+10
| * net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+9
* | mptcp: open code mptcp variant for lock_sockPaolo Abeni2020-11-301-1/+1
* | net: add annotation for sock_{lock,unlock}_fastPaolo Abeni2020-11-201-1/+2
|/
* net: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-8/+3
|\
| * socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-10-131-1/+0
| * socket: fix option SO_TIMESTAMPING_NEWChristian Eggers2020-10-131-7/+3
* | mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-241-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
| |\
| | * net: Fix some commentsMiaohe Lin2020-08-271-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* / net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin2020-08-191-14/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-131-10/+15
|\
| * net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-111-10/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+1
|\ \
| * | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
| |/
* | Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-061-0/+8
|\ \ | |/ |/|
| * net: sock: add sock_set_markAlexander Aring2020-08-061-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-88/+31
|\ \
| * | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+1
| * | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-14/+12
| * | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-6/+9
| * | net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-241-4/+3
| * | net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-241-2/+4
| * | net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig2020-07-221-0/+1
| * | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-14/+0
| * | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-10/+0
| * | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-24/+6
| * | net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-191-20/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
| |\ \
| * | | inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-9/+0
| |\ \ \
| | * | | sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-9/+0
| | | |/ | | |/|
* | | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+21
|\ \ \ \
| * | | | net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-07-131-0/+21
| | |/ / | |/| |
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-311-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab2020-06-291-2/+2
| | |/ | |/|
* / | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-1/+1
|/ /
* | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-0/+2
* | net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-181-1/+1
|/