summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde2021-07-251-2/+2
* can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde2021-07-251-0/+1
* can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde2021-07-251-5/+0
* can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde2021-07-251-0/+2
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-253-4/+4
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-231-0/+18
* net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-2313-97/+305
|\
| * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-07-221-25/+1
| |\
| | * Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-25/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-07-223-3/+28
| |\ \
| | * | net/tcp_fastopen: remove obsolete externEric Dumazet2021-07-201-1/+0
| | * | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-0/+26
| | * | net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu2021-07-151-1/+1
| | * | net: use %px to print skb address in trace_netif_receive_skbQitao Xu2021-07-151-1/+1
| * | | Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-211-2/+2
| |\ \ \
| | * | | regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin2021-06-281-2/+2
| * | | | Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-211-5/+62
| |\ \ \ \
| | * | | | afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-5/+62
| | | |_|/ | | |/| |
| * | | | Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-174-60/+207
| |\ \ \ \
| | * \ \ \ Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-07-162-5/+17
| | |\ \ \ \
| | | * | | | firmware: arm_scpi: Fix kernel doc warningsSudeep Holla2021-07-131-0/+8
| | | * | | | firmware: arm_scmi: Fix kernel doc warningsSudeep Holla2021-07-131-5/+9
| | | |/ / /
| | * | | | Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2021-07-161-53/+183
| | |\ \ \ \
| | | * | | | dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitionsBiju Das2021-07-121-53/+183
| | | |/ / /
| | * | | | Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/sc...Arnd Bergmann2021-07-161-2/+7
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | memory: tegra: Add compile-test stub for tegra_mc_probe_device()Thierry Reding2021-06-201-2/+7
| * | | | | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-1/+1
| |\ \ \ \ \
| | * | | | | math-emu: Fix fall-through warningGustavo A. R. Silva2021-07-131-1/+1
| | |/ / / /
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-152-1/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig2021-07-151-1/+3
| | * | | | kasan: fix build by including kernel.hMarco Elver2021-07-151-0/+1
* | | | | | net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-0/+2
* | | | | | net: socket: simplify dev_ifconf handlingArnd Bergmann2021-07-231-1/+1
* | | | | | net: socket: remove register_gifconfArnd Bergmann2021-07-232-8/+9
* | | | | | ethtool: improve compat ioctl handlingArnd Bergmann2021-07-231-4/+0
* | | | | | compat: make linux/compat.h available everywhereArnd Bergmann2021-07-232-17/+32
* | | | | | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-36/+18
* | | | | | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-0/+21
* | | | | | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-4/+18
* | | | | | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-2/+3
* | | | | | ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-215-0/+38
* | | | | | ipv6: ioam: IOAM Generic Netlink APIJustin Iurman2021-07-212-0/+65