summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-311-3/+5
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-311-4/+4
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-2/+2
* net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar2022-01-271-0/+2
* sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-251-3/+3
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-301-6/+26
* net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-301-18/+2
* net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-14/+23
* 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
|\ \