summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman
2022-01-12net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-11-24net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski
2021-11-24net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-15sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-07sock: unlock on error in sock_setsockopt()Dan Carpenter
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet
2021-06-29net: sock: add trace for socket errorsAlexander Aring
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-11net: sock: simplify tw proto registrationTonghao Zhang
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-01-29net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima
2021-01-28net: reduce indentation level in sk_clone_lock()Eric Dumazet
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-30mptcp: open code mptcp variant for lock_sockPaolo Abeni