summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler2024-03-061-2/+0
* Bluetooth: Disconnect connected devices before rfkilling adapterJonas Dreßler2024-03-061-2/+33
* Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler2024-03-063-5/+26
* Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler2024-03-061-16/+0
* Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler2024-03-061-1/+0
* Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testNeeraj Sanjay Kale2024-03-061-3/+21
* Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTMax Chou2024-03-062-0/+17
* inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng2024-03-063-3/+17
* Merge branch 'ynl-small-recv'David S. Miller2024-03-062-7/+42
|\
| * tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski2024-03-061-1/+6
| * tools: ynl: support debug printing messagesJakub Kicinski2024-03-061-0/+15
| * tools: ynl: allow setting recv() sizeJakub Kicinski2024-03-061-3/+18
| * tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski2024-03-061-3/+3
|/
* Merge branch 'tools-ynl-make-clean'David S. Miller2024-03-064-8/+9
|\
| * tools: ynl: remove __pycache__ during cleanJakub Kicinski2024-03-061-0/+1
| * tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski2024-03-063-3/+3
| * tools: ynl: rename make hardclean -> distcleanJakub Kicinski2024-03-064-5/+5
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-0612-201/+125
|\
| * ice: avoid unnecessary devm_ usageMaciej Fijalkowski2024-03-042-30/+14
| * ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-043-57/+44
| * ice: cleanup line splitting for context set functionsJacob Keller2024-03-042-13/+9
| * ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller2024-03-041-36/+8
| * ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller2024-03-041-28/+28
| * ice: remove vf->lan_vsi_num fieldJacob Keller2024-03-043-15/+1
| * ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2024-03-042-7/+11
| * ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller2024-03-041-3/+0
| * ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller2024-03-041-12/+10
* | Merge branch 'ravb-cleanups'David S. Miller2024-03-062-147/+83
|\ \
| * | ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2024-03-062-106/+33
| * | ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2024-03-062-8/+9
| * | ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2024-03-062-3/+3
| * | ravb: Create helper to allocate skb and align itNiklas Söderlund2024-03-062-20/+24
| * | ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2024-03-062-6/+7
| * | ravb: Group descriptor types used in Rx ringNiklas Söderlund2024-03-062-30/+33
|/ /
* | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-0610-1374/+1182
|\ \
| * | idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady2024-03-041-8/+1
| * | idpf: fix minor controlq issuesAlan Brady2024-03-041-5/+2
| * | idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-042-2/+10
| * | idpf: cleanup virtchnl cruftAlan Brady2024-03-044-125/+3
| * | idpf: refactor idpf_recv_mb_msgAlan Brady2024-03-043-222/+37
| * | idpf: add async_handler for MAC filter messagesAlan Brady2024-03-041-0/+70
| * | idpf: refactor remaining virtchnl messagesAlan Brady2024-03-041-596/+298
| * | idpf: refactor queue related virtchnl messagesAlan Brady2024-03-042-259/+136
| * | idpf: refactor vport virtchnl messagesAlan Brady2024-03-041-116/+69
| * | idpf: implement virtchnl transaction managerAlan Brady2024-03-047-73/+561
| * | idpf: add idpf_virtchnl.hAlan Brady2024-03-048-50/+77
| |/
* | Merge branch 'netlink-emsgsize'David S. Miller2024-03-064-19/+19
|\ \
| * | genetlink: fit NLMSG_DONE into same read() as familiesJakub Kicinski2024-03-061-5/+7
| * | netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2024-03-062-14/+3
| * | netlink: handle EMSGSIZE errors in the coreJakub Kicinski2024-03-061-0/+9
|/ /