summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-1612-18/+32
* Merge branch 'modifying-format-and-renaming-goto-labels'Jakub Kicinski2024-11-162-6/+6
|\
| * rtase: Modify the content format of the enum rtase_registersJustin Lai2024-11-161-1/+1
| * rtase: Modify the name of the goto labelJustin Lai2024-11-161-5/+5
|/
* Merge branch 'net-netpoll-improve-skb-pool-management'Jakub Kicinski2024-11-162-19/+27
|\
| * net: netpoll: flush skb pool during cleanupBreno Leitao2024-11-161-1/+13
| * net: netpoll: Individualize the skb poolBreno Leitao2024-11-162-18/+14
|/
* octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King2024-11-161-1/+1
* net/netlink: Correct the comment on netlink message max capDmitry Safonov2024-11-161-2/+2
* Merge branch 'enic-use-all-the-resources-configured-on-vic'Jakub Kicinski2024-11-164-199/+299
|\
| * enic: Move kdump check into enic_adjust_resources()Nelson Escobar2024-11-161-16/+9
| * enic: Move enic resource adjustments to separate functionNelson Escobar2024-11-161-57/+70
| * enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar2024-11-161-59/+57
| * enic: Allocate arrays in enic struct based on VIC configNelson Escobar2024-11-162-21/+87
| * enic: Save resource counts we read from HWNelson Escobar2024-11-163-9/+18
| * enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar2024-11-162-9/+22
| * enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar2024-11-164-73/+81
|/
* net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle2024-11-161-0/+1
* dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id"Rob Herring (Arm)2024-11-151-1/+0
* bnxt_en: optimize gettimex64Vadim Fedorenko2024-11-152-6/+37
* netdev-genl: Hold rcu_read_lock in napi_setJoe Damato2024-11-151-0/+2
* Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-11-1529-297/+1217
|\
| * Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz2024-11-142-0/+70
| * Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov2024-11-141-11/+4
| * Bluetooth: btintel: Direct exception event to bluetooth stackKiran K2024-11-141-3/+2
| * Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz2024-11-141-2/+0
| * Bluetooth: hci_bcm: Use the devm_clk_get_optional() helperAndy Shevchenko2024-11-141-17/+8
| * Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu2024-11-142-1/+25
| * Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu2024-11-141-18/+10
| * Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz2024-11-141-17/+71
| * Bluetooth: SCO: Use kref to track lifetime of sco_connLuiz Augusto von Dentz2024-11-141-28/+71
| * Bluetooth: HCI: Add IPC(11) bus typeLuiz Augusto von Dentz2024-11-141-0/+1
| * Bluetooth: btusb: Add 3 HWIDs for MT7925Jiande Lu2024-11-141-0/+6
| * Bluetooth: btusb: Add new VID/PID 0489/e124 for MT7925Jonathan McCrohan2024-11-141-0/+2
| * Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu2024-11-143-2/+12
| * Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu2024-11-145-16/+125
| * Bluetooth: ISO: Fix matching parent socket for BIS slaveIulia Tanasescu2024-11-141-2/+17
| * Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu2024-11-144-40/+139
| * Bluetooth: btrtl: Decrease HCI_OP_RESET timeout from 10 s to 2 sHilda Wu2024-11-141-1/+1
| * Bluetooth: btbcm: fix missing of_node_put() in btbcm_get_board_name()Javier Carrasco2024-11-141-3/+1
| * Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925Hao Qin2024-11-141-0/+2
| * Bluetooth: btmtk: adjust the position to init iso data anchorChris Lu2024-11-142-1/+1
| * Bluetooth: btintel_pcie: Replace deprecated PCI functionsPhilipp Stanner2024-11-141-7/+3
| * Bluetooth: Set quirks for ATS2851Danil Pylaev2024-11-141-0/+2
| * Bluetooth: Support new quirks for ATS2851Danil Pylaev2024-11-142-1/+15
| * Bluetooth: Add new quirks for ATS2851Danil Pylaev2024-11-142-4/+20
| * Bluetooth: btintel_pcie: remove redundant assignment to variable retColin Ian King2024-11-141-3/+1
| * Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura2024-11-141-4/+6
| * Bluetooth: btintel: Do no pass vendor events to stackKiran K2024-11-142-5/+10
| * Bluetooth: btintel_pcie: Remove deadcodeEverest K.C.2024-11-141-1/+0