summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-08-1316-266/+967
|\
| * Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852CMax Chou2023-08-111-25/+45
| * Bluetooth: btusb: Move btusb_recv_event_intel to btintelLuiz Augusto von Dentz2023-08-113-74/+76
| * Bluetooth: btqca: Add WCN3988 supportLuca Weiss2023-08-113-4/+33
| * Bluetooth: btnxpuart: Add support for AW693 chipsetNeeraj Sanjay Kale2023-08-111-8/+31
| * Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe()Yuanjun Gong2023-08-111-1/+5
| * bluetooth: Explicitly include correct DT includesRob Herring2023-08-113-3/+2
| * Bluetooth: btbcm: add default address for BCM43430A1Mans Rullgard2023-08-111-0/+5
| * Bluetooth: btmtk: Fix kernel crash when processing coredumpChris Lu2023-08-112-6/+7
| * Bluetooth: btusb: Add support for another MediaTek 7922 VID/PIDRoger Gammans2023-08-111-0/+3
| * Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTOLee, Chun-Yi2023-08-111-1/+2
| * Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922Chris Lu2023-08-111-0/+3
| * Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922Chris Lu2023-08-111-0/+3
| * Bluetooth: Add support for Gale Peak (8087:0036)Kiran K2023-08-111-0/+1
| * Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922Chris Lu2023-08-111-0/+3
| * Bluetooth: btusb: Add device 0489:e0f5 as MT7922 deviceValentin David2023-08-111-0/+3
| * Bluetooth: btusb: mediatek: add MediaTek devcoredump supportJing Cai2023-08-113-0/+154
| * Bluetooth: btmtk: introduce btmtk reset workJing Cai2023-08-113-71/+97
| * Bluetooth: btusb: mediatek: readx_poll_timeout replaces open codingSean Wang2023-08-111-15/+15
| * Bluetooth: btmtk: add printing firmware informationChris Lu2023-08-111-0/+5
| * Bluetooth: btintel: Add support for Gale PeakKiran K2023-08-111-0/+3
| * Bluetooth: msft: Extended monitor tracking by address filterHilda Wu2023-08-111-0/+4
| * Bluetooth: btusb: Add support Mediatek MT7925Peter Tsao2023-08-113-20/+64
| * Bluetooth: btintel: Add support to reset bluetooth via ACPI DSMKiran K2023-08-113-0/+139
| * Bluetooth: hci_qca: Add qcom devcoredump supportSai Teja Aluvala2023-08-111-50/+85
| * Bluetooth: hci_qca: Add qcom devcoredump sysfs supportSai Teja Aluvala2023-08-111-0/+15
| * Bluetooth: btrtl: Correct the length of the HCI command for drop fwMax Chou2023-08-111-8/+6
| * Bluetooth: btrtl: Add Realtek devcoredump supportHilda Wu2023-08-113-27/+205
* | net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything in fixed-link...Vladimir Oltean2023-08-131-1/+1
* | net: ngbe: use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* | net: tc35815: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* | net: smsc: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* | tg3: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* | et131x: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* | net: e1000: Remove unused declarationsYue Haibing2023-08-132-4/+0
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-122-6/+6
|\ \
| * | i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva2023-08-101-1/+1
| * | i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva2023-08-101-1/+1
| * | i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva2023-08-101-1/+1
| * | i40e: Replace one-element array with flex-array member in struct i40e_package...Gustavo A. R. Silva2023-08-102-3/+3
* | | ethernet: atarilance: mark init function staticArnd Bergmann2023-08-121-1/+1
* | | ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann2023-08-121-2/+1
| |/ |/|
* | net: dsa: rzn1-a5psw: add vlan supportClément Léger2023-08-112-3/+171
* | net: dsa: rzn1-a5psw: add support for .port_bridge_flagsClément Léger2023-08-111-2/+58
* | net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolutionClément Léger2023-08-111-6/+8
* | octeontx2-pf: Allow both ntuple and TC features on the interfaceHariprasad Kelam2023-08-112-18/+12
* | bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao2023-08-111-2/+1
* | bonding: use bond_set_slave_arr to simplify codeZhengchao Shao2023-08-111-25/+2
* | bonding: remove redundant NULL check in debugfs functionZhengchao Shao2023-08-111-9/+0
* | bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao2023-08-111-1/+1