summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | idpf: cancel mailbox work in error pathPavan Kumar Linga2023-10-241-0/+1
| * | | idpf: set scheduling mode for completion queueMichal Kubiak2023-10-242-3/+15
|/ / /
* | | net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet2023-10-241-0/+4
* | | net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet2023-10-241-1/+1
| |/ |/|
* | net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OFRob Herring2023-10-231-1/+1
* | tools: ynl-gen: change spacing around __attribute__Jakub Kicinski2023-10-237-64/+64
|/
* tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca2023-10-233-11/+4
* net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui2023-10-231-1/+0
* Merge branch 'tcp-ts-usec-resolution'David S. Miller2023-10-2317-104/+193
|\
| * tcp: add TCPI_OPT_USEC_TSEric Dumazet2023-10-232-0/+3
| * tcp: add support for usec resolution in TCP TS valuesEric Dumazet2023-10-2311-33/+82
| * tcp: introduce TCP_PAWS_WRAPEric Dumazet2023-10-231-2/+7
| * tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2023-10-232-7/+16
| * tcp: add tcp_rtt_tsopt_us()Eric Dumazet2023-10-231-20/+23