summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-1/+0
* net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-4/+12
* sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+13
* mctp: Add MCTP baseJeremy Kerr2021-07-291-0/+1
* sock: unlock on error in sock_setsockopt()Dan Carpenter2021-07-071-2/+4
* sock: fix error in sock_setsockopt()Eric Dumazet2021-07-021-1/+1
* net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-011-3/+62
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-011-1/+1
* net: sock: add trace for socket errorsAlexander Aring2021-06-291-0/+10
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-0/+6
* net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-4/+12
|\
| * net: sock: fix in-kernel mark settingAlexander Aring2021-06-011-4/+12
* | sock: expose so_timestamping options for mptcpFlorian Westphal2021-06-041-35/+36
* | sock: expose so_timestamp options for mptcpFlorian Westphal2021-06-041-7/+19
|/
* net: really orphan skbs tied to closing skPaolo Abeni2021-05-121-4/+4
* 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