OSDN Git Service

uclinux-h8/linux.git
2021-06-19 Lorenzo Bianconimt76: mt76x0: use dev_debug instead of dev_err for...
2021-06-19 Lorenzo Bianconimt76: mt7615: fix NULL pointer dereference in tx_prepar...
2021-06-19 Lorenzo Bianconimt76: fix possible NULL pointer dereference in mt76_tx
2021-06-19 Ryder Leemt76: mt7915: add .set_bitrate_mask() callback
2021-06-19 Ryder Leemt76: mt7915: cleanup mt7915_mcu_sta_rate_ctrl_tlv()
2021-06-19 Lorenzo Bianconimt76: mt7921: enable rx csum offload
2021-06-19 Lorenzo Bianconimt76: mt7921: enable rx header traslation offload
2021-06-19 Lorenzo Bianconimt76: connac: add missing configuration in mt76_connac_...
2021-06-19 Lorenzo Bianconimt76: mt7921: enable rx hw de-amsdu
2021-06-19 Dan Carpentermt76: mt7915: fix a signedness bug in mt7915_mcu_apply_...
2021-06-19 Evelyn Tsaimt76: mt7915: fix tssi indication field of DBDC NICs
2021-06-19 Lorenzo Bianconimt76: move mt76_rates in mt76 module
2021-06-17 Felix Fietkaumt76: mt7915: add support for tx status reporting
2021-06-17 Felix Fietkaumt76: mt7915: rework tx rate reporting
2021-06-17 Felix Fietkaumt76: dma: use ieee80211_tx_status_ext to free packets...
2021-06-17 Felix Fietkaumt76: improve tx status codepath
2021-06-17 Felix Fietkaumt76: intialize tx queue entry wcid to 0xffff by default
2021-06-17 Felix Fietkaumt76: mt7603: avoid use of ieee80211_tx_info_clear_status
2021-06-17 Felix Fietkaumt76: mt7615: avoid use of ieee80211_tx_info_clear_status
2021-06-17 Felix Fietkaumt76: mt7615: fix fixed-rate tx status reporting
2021-06-17 Felix Fietkaumt76: mt7915: move mt7915_queue_rx_skb to mac.c
2021-06-17 Felix Fietkaumt76: mt7915: disable ASPM
2021-06-17 Felix Fietkaumt76: mt7915: add MSI support
2021-06-16 David S. MillerMerge tag 'wireless-drivers-next-2021-06-16' of git...
2021-06-16 David S. MillerMerge branch 'marvell-prestera-flower-match-all'
2021-06-16 Serhiy Boikonet: marvell: prestera: Add matchall support
2021-06-16 Serhiy Boikonet: marvell: Implement TC flower offload
2021-06-16 David S. MillerMerge branch 'net-smc-stats'
2021-06-16 Guvenc Gulcenet/smc: Make SMC statistics network namespace aware
2021-06-16 Guvenc Gulcenet/smc: Add netlink support for SMC fallback statistics
2021-06-16 Guvenc Gulcenet/smc: Add netlink support for SMC statistics
2021-06-16 Guvenc Gulcenet/smc: Add SMC statistics support
2021-06-16 Colin Ian Kingmlxsw: spectrum_router: remove redundant continue statement
2021-06-16 David S. MillerMerge branch 'nfp-ct-part-two'
2021-06-16 Louis Peensnfp: flower-ct: implement action_merge check
2021-06-16 Louis Peensnfp: flower-ct: fill ct metadata check function
2021-06-16 Louis Peensnfp: flower-ct: fill in ct merge check function
2021-06-16 Louis Peensnfp: flower-ct: implement code to save merge of tc...
2021-06-16 Louis Peensnfp: flower-ct: add nft_merge table
2021-06-16 Yinjun Zhangnfp: flower-ct: make a full copy of the rule when it...
2021-06-16 Louis Peensnfp: flower-ct: add nft flows to nft list
2021-06-16 Louis Peensnfp: flower-ct: add nft callback stubs
2021-06-16 Louis Peensnfp: flower-ct: add delete flow handling for ct
2021-06-16 David S. MillerMerge branch 'net-phy-cleanups'
2021-06-16 Weihang Linet: phy: replace if-else statements with switch
2021-06-16 Wenpeng Liangnet: phy: remove unnecessary line continuation
2021-06-16 Wenpeng Liangnet: phy: print the function name by __func__ instead...
2021-06-16 Wenpeng Liangnet: phy: fix formatting issues with braces
2021-06-16 Wenpeng Liangnet: phy: fix space alignment issues
2021-06-16 Wenpeng Liangnet: phy: delete repeated words of comments
2021-06-16 Wenpeng Liangnet: phy: correct format of block comments
2021-06-16 Wenpeng Liangnet: phy: change format of some declarations
2021-06-16 Subash Abhinov... net: qualcomm: rmnet: Remove some unneeded casts
2021-06-16 Shaokun Zhangnet: iosm: remove the repeated declaration and comment
2021-06-16 George McCollisternet: dsa: xrs700x: forward HSR supervision frames
2021-06-16 Bjorn Anderssonnet: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS
2021-06-16 George McCollisternet: hsr: don't check sequence number if tag removal...
2021-06-16 Wei Yongjunnet: stmmac: Fix error return code in ingenic_mac_probe()
2021-06-16 Yang Yingliangnet: chelsio: cxgb4: use eth_zero_addr() to assign...
2021-06-16 David S. MillerMerge branch 'cosa-cleanups'
2021-06-16 Peng Linet: cosa: remove redundant spaces
2021-06-16 Peng Linet: cosa: remove trailing whitespaces
2021-06-16 Peng Linet: cosa: add some required spaces
2021-06-16 Peng Linet: cosa: fix the code style issue about trailing...
2021-06-16 Peng Linet: cosa: fix the alignment issue
2021-06-16 Peng Linet: cosa: use BIT macro
2021-06-16 Peng Linet: cosa: add necessary () to macro argument
2021-06-16 Peng Linet: cosa: remove redundant braces {}
2021-06-16 Peng Linet: cosa: add braces {} to all arms of the statement
2021-06-16 Peng Linet: cosa: fix the comments style issue
2021-06-16 Peng Linet: cosa: move out assignment in if condition
2021-06-16 Peng Linet: cosa: replace comparison to NULL with "!chan-...
2021-06-16 Peng Linet: cosa: fix the code style issue about "foo* bar"
2021-06-16 Peng Linet: cosa: add blank line after declarations
2021-06-16 Peng Linet: cosa: remove redundant blank lines
2021-06-16 Zou Weinet: iosm: add missing MODULE_DEVICE_TABLE
2021-06-16 Wang Haiqlcnic: Use list_for_each_entry() to simplify code...
2021-06-16 Jakub Kicinskiethtool: add a stricter length check
2021-06-16 Maciej Żenczykowskiinet_diag: add support for tw_mark
2021-06-16 Jiapeng Chongnet: mhi_net: make mhi_wwan_ops static
2021-06-16 David S. MillerMerge branch 'hns3-next'
2021-06-16 Yunsheng Linnet: hns3: use bounce buffer when rx page can not be...
2021-06-16 Yunsheng Linnet: hns3: optimize the rx page reuse handling process
2021-06-16 Yunsheng Linnet: hns3: support dma_map_sg() for multi frags skb
2021-06-16 Huazhong Tannet: hns3: add support to query tx spare buffer size...
2021-06-16 Yunsheng Linnet: hns3: use tx bounce buffer for small packets
2021-06-16 Yunsheng Linnet: hns3: refactor for hns3_fill_desc() function
2021-06-16 Yunsheng Linnet: hns3: minor refactor related to desc_cb handling
2021-06-15 Lorenzo Bianconinet: ti: add pp skb recycling support
2021-06-15 M Chetan Kumarnet: wwan: iosm: Fix htmldocs warnings
2021-06-15 Colin Ian Kingocteontx2-pf: Fix spelling mistake "morethan" -> "more...
2021-06-15 Colin Ian Kingnet: dsa: b53: remove redundant null check on dev
2021-06-15 Jussi Makinet: bonding: Use per-cpu rr_tx_counter
2021-06-15 Liu Shixinnetlabel: Fix memory leak in netlbl_mgmt_add_common
2021-06-15 David S. MillerMerge tag 'mlx5-updates-2021-06-14' of git://git./linux...
2021-06-15 David S. MillerMerge branch 'occteontx2-rate-limit-offload'
2021-06-15 Subbaraya Sundeepocteontx2-pf: Add police action for TC flower
2021-06-15 Subbaraya Sundeepocteontx2-pf: Use NL_SET_ERR_MSG_MOD for TC
2021-06-15 Sunil Gouthamocteontx2-pf: TC_MATCHALL ingress ratelimiting offload
2021-06-15 Sunil Gouthamocteontx2-af: cn10k: Debugfs support for bandwidth...
next