summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean
2021-11-26net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean
2021-11-26net: hns3: fix incorrect components info of ethtool --reset commandJie Wang
2021-11-26net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen
2021-11-26net: hns3: add check NULL address for page poolHao Chen
2021-11-26net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang
2021-11-26net: qed: fix the array may be out of boundzhangyue
2021-11-26net: stmmac: Disable Tx queues when reconfiguring the interfaceYannick Vignon
2021-11-26wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh
2021-11-26iwlwifi: mvm: read the rfkill state and feed it to iwlmeiEmmanuel Grumbach
2021-11-26iwlwifi: mvm: add vendor commands needed for iwlmeiEmmanuel Grumbach
2021-11-26iwlwifi: integrate with iwlmeiEmmanuel Grumbach
2021-11-26iwlwifi: mei: add debugfs hooksEmmanuel Grumbach
2021-11-26iwlwifi: mei: add the driver to allow cooperation with CSMEEmmanuel Grumbach
2021-11-26mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler
2021-11-26mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler
2021-11-26mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler
2021-11-26mwifiex: Use a define for firmware version string lengthJonas Dreßler
2021-11-26mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen
2021-11-26rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih
2021-11-26rtw88: add debugfs to force lowest basic rateYu-Yen Ting
2021-11-26rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting
2021-11-26rtw89: add AXIDMA and TX FIFO dump in mac_mem_dumpChia-Yuan Li
2021-11-26rtw89: fix potentially access out of range of RF register arrayPing-Ke Shih
2021-11-26rtw89: remove unneeded variableChangcheng Deng
2021-11-26rtw89: remove unnecessary conditional operatorsYe Guojin
2021-11-26rtw89: update rtw89_regulatory map to R58-R31Zong-Zhe Yang
2021-11-26rtw89: update tx power limit/limit_ru tables to R54Zong-Zhe Yang
2021-11-26rtw89: update rtw89 regulation definition to R58-R31Zong-Zhe Yang
2021-11-26rtw89: fill regd field of limit/limit_ru tables by enumZong-Zhe Yang
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook
2021-11-26wcn36xx: Use correct SSN for ADD BA requestLoic Poulain
2021-11-26ath11k: Use host CE parameters for CE interrupts configurationAnilkumar Kolli
2021-11-25net: ipa: support enhanced channel flow controlAlex Elder
2021-11-25net: ipa: introduce channel flow controlAlex Elder
2021-11-25mctp: serial: remove unnecessary ldisc data checkJeremy Kerr
2021-11-25mctp: serial: enforce fixed MTUJeremy Kerr
2021-11-25mctp: serial: cancel tx work on ldisc closeJeremy Kerr
2021-11-25net: ipa: rearrange GSI structure fieldsAlex Elder
2021-11-25net: ipa: GSI only needs one completionAlex Elder
2021-11-25net: ipa: skip SKB copy if no netdevAlex Elder
2021-11-25net: ipa: explicitly disable HOLB drop during setupAlex Elder
2021-11-25net: ipa: rework how HOL_BLOCK handling is specifiedAlex Elder
2021-11-25net: ipa: zero unused portions of filter table memoryAlex Elder
2021-11-25net: ipa: kill ipa_modem_init()Alex Elder
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean
2021-11-25net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_maskVladimir Oltean
2021-11-25net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"Colin Ian King
2021-11-25net: stmmac: perserve TX and RX coalesce value during XDP setupOng Boon Leong
2021-11-25tsnep: Add missing of_node_put() in tsnep_mdio_init()Yang Yingliang