Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08sock: 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-05sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal
2021-06-02net: 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-12net: sock: simplify tw proto registrationTonghao Zhang
2021-02-04net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-01-30net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima
2021-01-28net: reduce indentation level in sk_clone_lock()Eric Dumazet
2020-12-05net: 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-12-01mptcp: open code mptcp variant for lock_sockPaolo Abeni
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-14socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers
2020-10-14socket: fix option SO_TIMESTAMPING_NEWChristian Eggers
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-19net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-12net: Fix potential memory leak in proto_register()Miaohe Lin
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-07Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2020-08-06net: sock: add sock_set_markAlexander Aring
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig