summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uapi: mptcp: use header file generated from YAML specDavide Caratti2023-10-243-173/+161
* Documentation: netlink: add a YAML spec for mptcpDavide Caratti2023-10-242-0/+392
* net: mptcp: convert netlink from small_ops to opsDavide Caratti2023-10-242-64/+135
* tools: ynl-gen: add support for exact-len validationDavide Caratti2023-10-245-11/+29
* tools: ynl: add uns-admin-perm to genetlink legacyDavide Caratti2023-10-241-1/+1
* net: sched: sch_qfq: Use non-work-conserving warning handlerLiu Jian2023-10-241-1/+1
* net: ethernet: davinci_emac: Use MAC Address from Device TreeAdam Ford2023-10-241-10/+12
* sock: Ignore memcg pressure heuristics when raising allocatedAbel Wu2023-10-241-2/+12
* sock: Doc behaviors for pressure heurisiticsAbel Wu2023-10-241-1/+13
* sock: Code cleanup on __sk_mem_raise_allocated()Abel Wu2023-10-241-10/+12
* net: ti: icssg-prueth: Add phys_port_name supportJan Kiszka2023-10-241-0/+14
* net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S2023-10-244-2/+63
* Merge branch 'introduce-page_pool_alloc-related-api'Jakub Kicinski2023-10-2412-58/+220
|\
| * net: veth: use newly added page pool API for veth with xdpYunsheng Lin2023-10-241-9/+16
| * page_pool: update document about fragment APIYunsheng Lin2023-10-242-14/+83
| * page_pool: introduce page_pool_alloc() APIYunsheng Lin2023-10-242-2/+68
| * page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-249-17/+8
| * page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2023-10-242-14/+43
|/
* Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-10-2417-152/+375
|\
| * Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-10-231-2/+2
| * Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-10-232-15/+14
| * Bluetooth: btmtksdio: enable bluetooth wakeup in system suspendZhengping Jiang2023-10-231-6/+38
| * Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao2023-10-231-0/+2
| * Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau2023-10-231-0/+5
| * Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu2023-10-231-4/+12
| * Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-235-51/+56
| * Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang2023-10-231-0/+3
| * Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-233-41/+50
| * Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter2023-10-231-13/+7
| * Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu2023-10-231-0/+12
| * Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2023-10-232-3/+2
| * Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza2023-10-231-0/+2
| * Bluetooth: qca: add support for QCA2066Tim Jiang2023-10-233-1/+83
| * Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu2023-10-231-2/+2
| * Bluetooth: Add support for Intel Misty Peak - 8087:0038Vijay Satija2023-10-231-0/+1
| * Bluetooth: Add support ITTIM PE50-M75CJingyang Wang2023-10-231-0/+3
| * Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-235-20/+82
| * Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-233-16/+21
* | Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski2023-10-2426-553/+9537
|\ \
| * | devlink: remove netlink small_opsJiri Pirko2023-10-241-327/+1
| * | devlink: remove duplicated netlink callback prototypesJiri Pirko2023-10-241-62/+0
| * | netlink: specs: devlink: add the remaining command to generate complete split...Jiri Pirko2023-10-245-30/+9394
| * | devlink: rename netlink callback to be aligned with the generated onesJiri Pirko2023-10-2413-158/+152
| * | devlink: make devlink_flash_overwrite enum named oneJiri Pirko2023-10-241-1/+1
| * | netlink: specs: devlink: make dont-validate single lineJiri Pirko2023-10-241-51/+16
| * | netlink: specs: devlink: remove reload-action from devlink-get cmd replyJiri Pirko2023-10-243-8/+0
| * | tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko2023-10-241-4/+7
| * | tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko2023-10-246-5/+58
| * | genetlink: don't merge dumpit split op for different cmds into single iterJiri Pirko2023-10-241-1/+2
* | | Merge branch 'intel-wired-lan-driver-updates-2023-10-19-idpf'Jakub Kicinski2023-10-242-3/+16
|\ \ \