summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2-14/+43
2023-10-24Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-152/+375
2023-10-24Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski26-553/+9537
2023-10-24devlink: remove netlink small_opsJiri Pirko1-327/+1
2023-10-24devlink: remove duplicated netlink callback prototypesJiri Pirko1-62/+0
2023-10-24netlink: specs: devlink: add the remaining command to generate complete split...Jiri Pirko5-30/+9394
2023-10-24devlink: rename netlink callback to be aligned with the generated onesJiri Pirko13-158/+152
2023-10-24devlink: make devlink_flash_overwrite enum named oneJiri Pirko1-1/+1
2023-10-24netlink: specs: devlink: make dont-validate single lineJiri Pirko1-51/+16
2023-10-24netlink: specs: devlink: remove reload-action from devlink-get cmd replyJiri Pirko3-8/+0
2023-10-24tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko1-4/+7
2023-10-24tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko6-5/+58
2023-10-24genetlink: don't merge dumpit split op for different cmds into single iterJiri Pirko1-1/+2
2023-10-24Merge branch 'intel-wired-lan-driver-updates-2023-10-19-idpf'Jakub Kicinski2-3/+16
2023-10-24idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-24net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet1-0/+4
2023-10-24net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet1-1/+1
2023-10-23Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler1-2/+2
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2-15/+14
2023-10-23Bluetooth: btmtksdio: enable bluetooth wakeup in system suspendZhengping Jiang1-6/+38
2023-10-23Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao1-0/+2
2023-10-23Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau1-0/+5
2023-10-23Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu1-4/+12
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan5-51/+56
2023-10-23Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang1-0/+3
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu3-41/+50
2023-10-23Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter1-13/+7
2023-10-23Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu1-0/+12
2023-10-23Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2-3/+2
2023-10-23Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza1-0/+2
2023-10-23Bluetooth: qca: add support for QCA2066Tim Jiang3-1/+83
2023-10-23Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu1-2/+2
2023-10-23Bluetooth: Add support for Intel Misty Peak - 8087:0038Vijay Satija1-0/+1
2023-10-23Bluetooth: Add support ITTIM PE50-M75CJingyang Wang1-0/+3
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu5-20/+82
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu3-16/+21
2023-10-23net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski7-64/+64
2023-10-23tls: don't reset prot->aad_size and prot->tail_size for TLS_HWSabrina Dubroca3-11/+4
2023-10-23net: lan966x: remove useless code in lan966x_xtr_irq_handlerSu Hui1-1/+0
2023-10-23Merge branch 'tcp-ts-usec-resolution'David S. Miller17-104/+193
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet2-0/+3
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet11-33/+82
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet1-2/+7
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2-7/+16
2023-10-23tcp: add tcp_rtt_tsopt_us()Eric Dumazet1-20/+23
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet5-15/+14
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet2-7/+9
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet4-12/+16