summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-101-2/+2
* net: add netns refcount tracker to struct sockEric Dumazet2021-12-101-3/+3
* net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski2021-11-241-1/+2
* net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski2021-11-241-0/+1
* net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+2
* net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-3/+3
|\
| * sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-151-3/+3
* | net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2021-11-161-11/+1
* | net: make sock_inuse_add() availableEric Dumazet2021-11-161-10/+0
* | net: inline sock_prot_inuse_add()Eric Dumazet2021-11-161-11/+0
* | tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2021-11-161-1/+4
* | net: remove sk_route_nocapsEric Dumazet2021-11-161-1/+2
* | net: remove sk_route_forced_capsEric Dumazet2021-11-161-1/+3
* | net: use sk_is_tcp() in more placesEric Dumazet2021-11-161-4/+2
|/
* net: fix possible NULL deref in sock_reserve_memoryEric Dumazet2021-11-041-1/+1
* vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2021-10-081-11/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-24/+28
|\
| * 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: add new socket option SO_RESERVE_MEMWei Wang2021-09-301-0/+69
|/
* 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
|/