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-03-31vxlan: allow L4 GRO passthroughPaolo Abeni
2021-03-31udp: never accept GSO_FRAGLIST packetsPaolo Abeni
2021-03-31udp: fixup csum for GSO receive slow pathPaolo Abeni
2021-03-30bpf: Remove unused bpf_load_pointerHe Fengqing
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler
2021-03-30ICMPV6: add support for RFC 8335 PROBEAndreas Roeseler
2021-03-30icmp: add support for RFC 8335 PROBEAndreas Roeseler
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-03-30can: dev: reorder struct can_priv members for better packingVincent Mailhol
2021-03-30can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata
2021-03-27bpf: selftests: Add kfunc_call testMartin KaFai Lau
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-27bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau
2021-03-27bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-27mld: add mc_lock for protecting per-interface mld dataTaehee Yoo
2021-03-27mld: add new workqueues for process mld eventsTaehee Yoo
2021-03-27mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-03-27mld: convert ip6_sf_list to RCUTaehee Yoo
2021-03-27mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo
2021-03-27mld: get rid of inet6_dev->mc_lockTaehee Yoo
2021-03-27mld: convert from timer to delayed workTaehee Yoo
2021-03-27ethtool: document the enum values not definesJakub Kicinski
2021-03-27ethtool: fec: add note about reuse of reservedJakub Kicinski
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing
2021-03-26bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-26tcp: convert elligible sysctls to u8Eric Dumazet
2021-03-26inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet
2021-03-26ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet
2021-03-26ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-03-26net: stmmac: use interrupt mode INTM=1 for multi-MSIWong, Vee Khee
2021-03-26net: stmmac: introduce MSI Interrupt routines for mac, safety, RX & TXOng Boon Leong
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda
2021-03-26ethtool: clarify the ethtool FEC interfaceJakub Kicinski
2021-03-26ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski
2021-03-26ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski
2021-03-26ethtool: fec: remove long structure descriptionJakub Kicinski
2021-03-26ethtool: fec: fix typo in kdocJakub Kicinski
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-03-25mm: memblock: fix section mismatch warning againMike Rapoport
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds