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
2020-01-10tcp: clean ext on tx recyclePaolo Abeni
2020-01-10sock: Make sk_protocol a 16-bit valueMat Martineau
2020-01-10net: Make sock protocol value checks more specificMat Martineau
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-18net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-14tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-07net: silence data-races on sk_backlog.tailEric Dumazet
2019-11-07net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-07net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-11-07net: avoid potential false sharing in neighbor related codeEric Dumazet
2019-11-06net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-30net/smc: remove unneeded include for smc.hUrsula Braun
2019-10-29net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-10-05net: spread "enum sock_flags"Alexey Dobriyan
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-09coallocate socket_wq with socket itselfAl Viro
2019-06-15net: add high_order_alloc_disable sysctl/static keyEric Dumazet
2019-06-15tcp: add tcp_tx_skb_cache sysctlEric Dumazet
2019-06-15tcp: add tcp_rx_skb_cache sysctlEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-24tcp: add one skb cache for rxEric Dumazet
2019-03-24tcp: add one skb cache for txEric Dumazet
2019-03-24net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-19packets: Always register packet sk in the same orderMaxime Chevallier
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-12-05tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-16net: extend sk_pacing_rate to unsigned longEric Dumazet