summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-2/+2
2022-01-27net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar1-0/+2
2021-11-25sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-18/+2
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-1/+0
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-4/+12
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-0/+13
2021-07-29mctp: Add MCTP baseJeremy Kerr1-0/+1
2021-07-08sock: unlock on error in sock_setsockopt()Dan Carpenter1-2/+4
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet1-1/+1
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-3/+62
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-06-29net: sock: add trace for socket errorsAlexander Aring1-0/+10
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-0/+6
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+12
2021-06-05sock: expose so_timestamping options for mptcpFlorian Westphal1-35/+36
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal1-7/+19
2021-06-02net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang1-1/+1
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-9/+3
2021-03-12net: sock: simplify tw proto registrationTonghao Zhang1-16/+28
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