summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez1-2/+10
2021-01-30net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima1-1/+10
2021-01-28net: reduce indentation level in sk_clone_lock()Eric Dumazet1-96/+93
2020-12-05net: Remove the err argument from sock_from_fileFlorent Revest1-7/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+19
2020-12-01mptcp: open code mptcp variant for lock_sockPaolo Abeni1-1/+1
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel1-0/+10
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel1-0/+9
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni1-1/+2
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+3
2020-10-14socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-14socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+7
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-19net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin1-14/+0
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+15
2020-08-12net: Fix potential memory leak in proto_register()Miaohe Lin1-10/+15
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-07Merge 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-88/+31
2020-08-05Merge 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-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-1/+1
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-14/+12
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-6/+9
2020-07-25net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig1-4/+3
2020-07-25net: 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-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-14/+0
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-10/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-24/+6
2020-07-20net: 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-05Merge 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-24net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-19net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet1-1/+1
2020-06-02net: 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