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-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16rtlwifi: rtl8192cu: Remove uninitialized_var() usageKees Cook
2020-07-16b43: Remove uninitialized_var() usageKees Cook
2020-06-26wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-26wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-26vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu
2020-06-26net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean
2020-06-26net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean
2020-06-26net: dsa: sja1105: unconditionally free old gating configVladimir Oltean
2020-06-26net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean
2020-06-26net: macb: free resources on failure path of at91ether_open()Claudiu Beznea
2020-06-26net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel
2020-06-25net: bcmgenet: use hardware padding of runt framesDoug Berger
2020-06-25net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger
2020-06-25net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger
2020-06-25qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King
2020-06-25net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang
2020-06-25net: phy: make phy_disable_interrupts() non-staticJisheng Zhang
2020-06-25net: ethernet: mvneta: Add back interface mode validationSascha Hauer
2020-06-25net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer
2020-06-24net: phylink: ensure manual pause mode configuration takes effectRussell King
2020-06-24net: phylink: fix ethtool -A with attached PHYsRussell King
2020-06-24bnxt_en: Read VPD info only for PFsVasundhara Volam
2020-06-24bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan
2020-06-24bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan
2020-06-24bnxt_en: Store the running firmware version code.Michael Chan
2020-06-24cxgb4vf: update kernel-doc line commentsRahul Lakkireddy
2020-06-24cxgb4: update kernel-doc line commentsRahul Lakkireddy
2020-06-24cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy
2020-06-24cxgb4: move DCB version extern to header fileRahul Lakkireddy
2020-06-24cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy
2020-06-24cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy
2020-06-24cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy
2020-06-24cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy
2020-06-24cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy
2020-06-24cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy
2020-06-24cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy
2020-06-24cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy
2020-06-24net: qed: fix "maybe uninitialized" warningAlexander Lobakin
2020-06-24net: qed: reset ILT block sizes before recomputing to fix crashesAlexander Lobakin
2020-06-24net: qede: fix use-after-free on recovery and AER handlingAlexander Lobakin
2020-06-24net: qede: fix PTP initialization on recoveryAlexander Lobakin
2020-06-24net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin
2020-06-24net: qed: fix NVMe login fails over VFsAlexander Lobakin
2020-06-24net: qede: stop adding events on an already destroyed workqueueAlexander Lobakin
2020-06-24net: qed: fix async event callbacks unregisteringAlexander Lobakin
2020-06-24wireguard: device: avoid circular netns referencesJason A. Donenfeld