aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-26Merge patch series "can: remove litteral strings used for driver names and re...testingMarc Kleine-Budde8-22/+18
2022-07-26can: etas_es58x: remove DRV_VERSIONVincent Mailhol1-5/+2
2022-07-26can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol1-4/+3
2022-07-26can: ubs_8dev: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-2/+2
2022-07-26can: kvaser_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-1/+1
2022-07-26can: gs_ubs: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-3/+3
2022-07-26can: esd_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-1/+1
2022-07-26can: softing: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-2/+2
2022-07-26can: ems_usb: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-2/+2
2022-07-26can: can327: use KBUILD_MODNAME instead of hard coded namesVincent Mailhol1-2/+2
2022-07-26can: mcp251xfd: mcp251xfd_dump(): fix commentMarc Kleine-Budde1-1/+1
2022-07-25Merge branch 'add-mtu-change-with-stmmac-interface-running'Jakub Kicinski7-313/+459
2022-07-25net: ethernet: stmicro: stmmac: permit MTU change with interface upChristian Marangi1-6/+24
2022-07-25net: ethernet: stmicro: stmmac: generate stmmac dma conf before openChristian Marangi1-173/+289
2022-07-25net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi7-163/+172
2022-07-25net: ethernet: stmicro: stmmac: first disable all queues and disconnect in re...Christian Marangi1-2/+2
2022-07-25net: ethernet: stmicro: stmmac: move queue reset to dedicated functionsChristian Marangi1-28/+31
2022-07-25net: delete extra space and tab in blank lineWilliam Dean2-2/+2
2022-07-25Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski179-6856/+9151
2022-07-25dt-bindings: net: fsl,fec: Add nvmem-cells / nvmem-cell-names propertiesAlexander Stein1-1/+5
2022-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo10-19/+14
2022-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller4-33/+58
2022-07-25net: ethernet: mtk-ppe: fix traffic offload with bridged wlanLorenzo Bianconi1-17/+13
2022-07-25Merge branch 'mlxsw-Spectrum-2-PTP-preparations'David S. Miller8-77/+344
2022-07-25mlxsw: spectrum_ptp: Rename mlxsw_sp1_ptp_phc_adjfreq()Amit Cohen1-2/+2
2022-07-25mlxsw: spectrum_ptp: Rename mlxsw_sp_ptp_get_message_types()Amit Cohen1-5/+6
2022-07-25mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_clock' per ASICAmit Cohen1-31/+44
2022-07-25mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_state' per ASICAmit Cohen1-16/+35
2022-07-25mlxsw: pci: Simplify FRC clock readingAmit Cohen2-9/+12
2022-07-25mlxsw: spectrum_ptp: Initialize the clock to zero as part of initializationAmit Cohen1-2/+1
2022-07-25mlxsw: Rename 'read_frc_capable' bit to 'read_clock_capable'Danielle Ratson3-3/+3
2022-07-25mlxsw: resources: Add resource identifier for maximum number of FIDsAmit Cohen1-0/+2
2022-07-25mlxsw: spectrum: Fix the shift of FID field in TX headerDanielle Ratson1-1/+1
2022-07-25mlxsw: Set time stamp type as part of config profileDanielle Ratson4-1/+38
2022-07-25mlxsw: cmd: Add UTC related fields to query firmware commandDanielle Ratson1-0/+26
2022-07-25mlxsw: pci_hw: Add 'time_stamp' and 'time_stamp_type' fields to CQEv2Danielle Ratson1-0/+78
2022-07-25mlxsw: reg: Add Monitoring Time Precision Correction Port Configuration RegisterDanielle Ratson1-0/+62
2022-07-25mlxsw: reg: Add MTUTC register's fields for supporting PTP in Spectrum-2Danielle Ratson2-4/+31
2022-07-25mlxsw: Rename mlxsw_reg_mtptptp_pack() to mlxsw_reg_mtptpt_pack()Danielle Ratson2-4/+4
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller9-42/+25
2022-07-25Merge branch 'macb-versal-device-support'David S. Miller3-4/+19
2022-07-25net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2-2/+16
2022-07-25net: macb: Sort CAPS flags by bit positionsHarini Katakam1-2/+2
2022-07-25dt-bindings: net: cdns,macb: Add versal compatible stringRadhey Shyam Pandey1-0/+1
2022-07-25Merge branch 'mtk_eth_soc-xdp'David S. Miller3-71/+537
2022-07-25net: ethernet: mtk_eth_soc: add support for page_pool_get_statsLorenzo Bianconi2-3/+35
2022-07-25net: ethernet: mtk_eth_soc: add xmit XDP supportLorenzo Bianconi2-22/+180
2022-07-25net: ethernet: mtk_eth_soc: introduce xdp ethtool countersLorenzo Bianconi2-2/+36
2022-07-25net: ethernet: mtk_eth_soc: add basic XDP supportLorenzo Bianconi2-19/+145
2022-07-25net: ethernet: mtk_eth_soc: rely on page_pool for single page buffersLorenzo Bianconi3-40/+156
2022-07-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski7-35/+308
2022-07-22ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May1-4/+8
2022-07-22Merge branch 'net-usb-ax88179_178a-improvements-and-bug-fixes'Jakub Kicinski1-220/+99
2022-07-22net: usb: ax88179_178a: wol optimizationsJustin Chen1-24/+28
2022-07-22net: usb: ax88179_178a: move priv to driver_privJustin Chen1-13/+19
2022-07-22net: usb: ax88179_178a: restore state on resumeJustin Chen1-26/+1
2022-07-22net: usb: ax88179_178a: clean up pm callsJustin Chen1-88/+59
2022-07-22net: usb: ax88179_178a: remove redundant init codeJustin Chen1-81/+4
2022-07-22Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski34-1176/+5224
2022-07-22Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz1-0/+10
2022-07-22Bluetooth: btusb: Add support for ISO packetsLuiz Augusto von Dentz1-0/+14
2022-07-22Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz3-34/+370
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz13-126/+1333
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz8-5/+1636
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz10-55/+1145
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski88-860/+3458
2022-07-22Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-1/+1
2022-07-22net: fix uninitialised msghdr->sg_from_iterPavel Begunkov1-1/+1
2022-07-22mlxsw: core: Fix use-after-free calling devl_unlock() in mlxsw_core_bus_devic...Jiri Pirko1-2/+2
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz3-0/+37
2022-07-22bpf: Simplify bpf_prog_pack_[size|mask]Song Liu1-54/+17
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu2-17/+149
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa2-4/+14
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2-26/+254
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2-24/+67
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncBrian Gix2-89/+33
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix7-29/+17
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix3-290/+0
2022-07-22Bluetooth: btrtl: Fix typo in commentshaomin Deng1-1/+1
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz1-39/+12
2022-07-22iavf: Check for duplicate TC flower filter before parsingAvinash Dayanand1-22/+33
2022-07-22bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou1-3/+3
2022-07-22i40e: Refactor tc mqprio checksPrzemyslaw Patynowski3-11/+25
2022-07-22bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi1-2/+2
2022-07-22wifi: mac80211: fix link data leakJohannes Berg1-10/+10
2022-07-22wifi: mac80211: mlme: fix disassoc with MLOJohannes Berg1-3/+5
2022-07-22wifi: mac80211: add macros to loop over active linksGregory Greenman1-0/+15
2022-07-22wifi: mac80211: remove erroneous sband/link validationJohannes Berg1-13/+1
2022-07-22wifi: mac80211: mlme: transmit assoc frame with address translationJohannes Berg1-9/+9
2022-07-22wifi: mac80211: verify link addresses are differentJohannes Berg1-4/+34
2022-07-22wifi: mac80211: rx: track link in RX dataJohannes Berg2-2/+18
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg5-11/+97
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg6-25/+51
2022-07-22wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg3-0/+20
2022-07-22wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg1-1/+3
2022-07-22wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg2-0/+7
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern3-19/+77
2022-07-22wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern2-1/+13
2022-07-22wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern5-32/+81
2022-07-22wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern2-16/+73
2022-07-22wifi: nl80211: add RX and TX timestamp attributesAvraham Stern1-1/+21
2022-07-22wifi: ieee80211: add helper functions for detecting TM/FTM framesAvraham Stern1-0/+54
2022-07-22wifi: mac80211_hwsim: handle links for wmediumd/virtioJohannes Berg1-5/+35
2022-07-22wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg1-3/+14
2022-07-22wifi: mac80211: mlme: fix link_sta setupJohannes Berg1-5/+6
2022-07-22wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg2-2/+47
2022-07-22wifi: mac80211: return error from control port TX for dropsJohannes Berg1-2/+7
2022-07-22wifi: nl80211: require MLD address on link STA add/modifyJohannes Berg1-3/+2
2022-07-22wifi: mac80211: more station handling sanity checksJohannes Berg1-0/+7
2022-07-22wifi: mac80211: fix link sta hash table handlingJohannes Berg1-2/+16
2022-07-22wifi: mac80211: validate link address doesn't changeJohannes Berg1-6/+12
2022-07-22wifi: mac80211: mlme: set sta.mlo to mlo stateJohannes Berg1-2/+2
2022-07-22wifi: mac80211: fast-xmit: handle non-MLO clientsJohannes Berg1-1/+15
2022-07-22wifi: mac80211_hwsim: fix address translation for MLOJohannes Berg1-20/+34
2022-07-22wifi: mac80211: fix RX MLD address translationJohannes Berg1-4/+8
2022-07-22wifi: mac80211: fix NULL pointer deref with non-MLD STAJohannes Berg1-1/+6
2022-07-22wifi: mac80211: mlme: fix override calculationJohannes Berg1-0/+2
2022-07-22wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg2-5/+7
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski63-11/+183
2022-07-22Merge branch 'sfc-E100-VF-respresenters'David S. Miller23-53/+687
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree5-3/+59
2022-07-22sfc: hook up ef100 representor TXEdward Cree3-1/+38
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree7-17/+123
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree5-1/+96
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree2-2/+39
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree1-0/+26
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree8-11/+196
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree4-0/+55
2022-07-22sfc: update EF100 register descriptionsEdward Cree1-23/+60
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady3-16/+81
2022-07-22net: marvell: prestera: use netif_is_any_bridge_port instead of open codeJuhee Kang1-2/+2
2022-07-22mlxsw: use netif_is_any_bridge_port() instead of open codeJuhee Kang1-3/+1
2022-07-21Merge branch 'New nf_conntrack kfuncs for insertion, changing timeout, status'Alexei Starovoitov23-349/+1139
2022-07-21selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi1-0/+1
2022-07-21selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2-1/+189
2022-07-21selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2-12/+81
2022-07-21selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi1-0/+53
2022-07-21net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi4-37/+76
2022-07-21net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi4-11/+60
2022-07-21net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi3-27/+204
2022-07-21net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi1-34/+18
2022-07-21bpf: Add documentation for kfuncsKumar Kartikeya Dwivedi2-0/+171
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi3-3/+51
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi11-222/+145
2022-07-21tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi1-6/+34
2022-07-21bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi1-4/+64
2022-07-21net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park1-3/+3
2022-07-21selftests: tls: add a test for timeo vs lockJakub Kicinski1-0/+32
2022-07-21tls: rx: release the sock lock on locking timeoutJakub Kicinski1-4/+13
2022-07-21Merge tag 'linux-can-next-for-5.20-20220721' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+1
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz3-5/+38
2022-07-21Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz1-1/+1
2022-07-21Bluetooth: Add bt_statusLuiz Augusto von Dentz2-0/+72
2022-07-21Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz1-99/+126
2022-07-21Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik5-178/+75
2022-07-21Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik4-196/+78
2022-07-21Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu2-14/+0
2022-07-21Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSRZijun Hu1-1/+0
2022-07-21Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for QCAZijun Hu1-1/+0
2022-07-21Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu2-2/+3
2022-07-21Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu1-2/+2
2022-07-21Bluetooth: btusb: Add a new VID/PID 0489/e0e2 for MT7922He Wang1-0/+3
2022-07-21Bluetooth: btusb: Set HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN for MTKYuri D'Elia1-0/+1
2022-07-21Bluetooth: hci_bcm: Increase host baudrate for CYW55572 in autobaud modeHakan Jansson1-4/+16
2022-07-21Bluetooth: hci_bcm: Prevent early baudrate setting in autobaud modeHakan Jansson1-4/+1
2022-07-21Bluetooth: hci_bcm: Add DT compatible for CYW55572Hakan Jansson1-0/+1
2022-07-21dt-bindings: net: broadcom-bluetooth: Add conditional constraintsHakan Jansson1-0/+16
2022-07-21dt-bindings: net: broadcom-bluetooth: Add CYW55572 DT bindingHakan Jansson1-0/+1
2022-07-21Bluetooth: clean up error pointer checkingDan Carpenter1-1/+1
2022-07-21Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu1-0/+2
2022-07-21Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu1-0/+2
2022-07-21Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu1-0/+2
2022-07-21Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu1-0/+2
2022-07-21Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu1-0/+4
2022-07-21Bluetooth: Add default wakeup callback for HCI UART driverYing Hsu1-0/+11
2022-07-21Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz1-2/+5
2022-07-21Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz1-0/+3
2022-07-21Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka1-1/+9
2022-07-21Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang1-3/+2
2022-07-21Bluetooth: btmtksdio: Add in-band wakeup supportSean Wang1-0/+15
2022-07-21Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang1-5/+5
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz3-43/+76
2022-07-21Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz2-17/+28
2022-07-21Bluetooth: use memset avoid memory leaksXiaohui Zhang1-0/+1
2022-07-21Bluetooth: fix an error code in hci_register_dev()Dan Carpenter1-1/+2
2022-07-21Bluetooth: hci_bcm: Add BCM4349B1 variantAhmad Fatoum2-0/+3
2022-07-21dt-bindings: bluetooth: broadcom: Add BCM4349B1 DT bindingAhmad Fatoum1-0/+1
2022-07-21Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi3-8/+30
2022-07-21Bluetooth: Fix index added after unregisterAbhishek Pandit-Subedi1-1/+7
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi3-3/+13
2022-07-21Bluetooth: hci_intel: Add check for platform_driver_registerJiasheng Jiang1-1/+5
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud2-2/+5
2022-07-21Bluetooth: hci_bcm: Add support for FW loading in autobaud modeHakan Jansson3-15/+40
2022-07-21dt-bindings: net: broadcom-bluetooth: Add property for autobaud modeHakan Jansson1-0/+7
2022-07-21Bluetooth: hci_qca: Return wakeup for qca_wakeupSai Teja Aluvala1-1/+1
2022-07-21Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma1-0/+3
2022-07-21net: ipa: fix buildPaolo Abeni6-24/+24
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar1-21/+1
2022-07-22bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai1-2/+2
2022-07-21ice: add write functionality for GNSS TTYKarol Kolacinski4-31/+254