summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | | | ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-217-0/+96
* | | | | | uapi: IPv6 IOAM headers definitionJustin Iurman2021-07-211-0/+123
* | | | | | net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device ...Vladimir Oltean2021-07-211-1/+1
* | | | | | net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean2021-07-201-0/+56
* | | | | | net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-0/+6
* | | | | | net: phy: add API to read 802.3-c45 IDsXu Liang2021-07-201-0/+1
* | | | | | net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-13/+3
* | | | | | net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-2/+0
* | | | | | net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-202-9/+8
* | | | | | net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-202-9/+12