summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol2022-06-113-3/+5
| | * can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol2022-06-114-1/+8
| | * can: bittiming: move bittiming calculation functions to calc_bittiming.cVincent Mailhol2022-06-114-197/+207
| | * can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEVVincent Mailhol2022-06-114-18/+43
| | * can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINKVincent Mailhol2022-06-112-8/+12
| |/
| * can: netlink: allow configuring of fixed bit rates without need for do_set_bi...Marc Kleine-Budde2022-06-111-1/+2
| * can: m_can: fix typo prescalar -> prescalerMarc Kleine-Budde2022-06-111-2/+2
| * can: xilinx_can: fix typo prescalar -> prescalerMarc Kleine-Budde2022-06-111-3/+3
| * can: xilinx_can: add Transmitter Delay Compensation (TDC) feature supportSrinivas Neeli2022-06-111-5/+61
* | Merge branch 'Renesas-rz-n1'David S. Miller2022-06-2721-2/+2602
|\ \
| * | MAINTAINERS: add Renesas RZ/N1 switch related driver entryClément Léger2022-06-271-0/+13
| * | ARM: dts: r9a06g032-rzn1d400-db: add switch descriptionClément Léger2022-06-271-0/+117
| * | ARM: dts: r9a06g032: describe switchClément Léger2022-06-271-0/+51
| * | ARM: dts: r9a06g032: describe GMAC2Clément Léger2022-06-271-0/+18
| * | ARM: dts: r9a06g032: describe MII converterClément Léger2022-06-271-0/+39
| * | dt-bindings: net: snps,dwmac: add "renesas,rzn1" compatibleClément Léger2022-06-271-0/+2
| * | dt-bindings: net: snps,dwmac: add "power-domains" propertyClément Léger2022-06-271-0/+3
| * | net: dsa: rzn1-a5psw: add FDB supportClément Léger2022-06-272-0/+185
| * | net: dsa: rzn1-a5psw: add statistics supportClément Léger2022-06-272-0/+220
| * | net: dsa: rzn1-a5psw: add Renesas RZ/N1 advanced 5 port switch driverClément Léger2022-06-274-0/+926
| * | dt-bindings: net: dsa: add bindings for Renesas RZ/N1 Advanced 5 port switchClément Léger2022-06-271-0/+134
| * | net: pcs: add Renesas MII converter driverClément Léger2022-06-274-0/+547
| * | dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converterClément Léger2022-06-272-0/+204
| * | net: dsa: add Renesas RZ/N1 switch tag driverClément Léger2022-06-275-0/+124
| * | net: dsa: add support for ethtool get_rmon_stats()Clément Léger2022-06-272-0/+16
| * | net: dsa: allow port_bridge_join() to override extack messageClément Léger2022-06-271-2/+3
|/ /
* | net: pcs: xpcs: depends on PHYLINK in KconfigJakub Kicinski2022-06-251-2/+2
* | raw: fix a typo in raw_icmp_error()Eric Dumazet2022-06-251-1/+1
* | usbnet: Fix linkwatch use-after-free on disconnectLukas Wunner2022-06-251-6/+2
* | i40e: read the XDP program once per NAPICiara Loftus2022-06-252-12/+16
* | sfc: siena: fix repeated words in commentsJilin Yuan2022-06-251-5/+5
* | net: helper function skb_len_addRichard Gobert2022-06-255-22/+19
* | tc-testing: gitignore, delete plugins directoryliujing2022-06-251-1/+0
* | net/funeth: Support UDP segmentation offloadDimitris Michailidis2022-06-254-2/+27
* | Merge branch 'net-pcs-lynx-consolidate-gigabit-code'Jakub Kicinski2022-06-242-35/+22
|\ \
| * | net: pcs: lynx: consolidate sgmii and 1000base-x config codeRussell King (Oracle)2022-06-241-35/+21
| * | net: phylink: add QSGMII support to phylink_mii_c22_pcs_encode_advertisement()Russell King (Oracle)2022-06-241-0/+1
|/ /
* | net: lan743x: Use correct variable in lan743x_sgmii_config()Dan Carpenter2022-06-241-2/+2
* | Merge branch 'mlxsw-unified-bridge-conversion-part-3'David S. Miller2022-06-245-107/+142
|\ \
| * | mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for FID RIFsAmit Cohen2022-06-242-20/+8
| * | mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLANAmit Cohen2022-06-243-6/+6
| * | mlxsw: spectrum: Use different arrays of FID families per-ASIC typeAmit Cohen2022-06-243-2/+17
| * | mlxsw: spectrum_fid: Pass FID structure to __mlxsw_sp_fid_port_vid_map()Amit Cohen2022-06-241-15/+10
| * | mlxsw: spectrum_fid: Pass FID structure to mlxsw_sp_fid_op()Amit Cohen2022-06-241-15/+8
| * | mlxsw: spectrum_fid: Rename mlxsw_sp_fid_vni_op()Amit Cohen2022-06-241-31/+12
| * | mlxsw: spectrum_fid: Update FID structure prior to device configurationAmit Cohen2022-06-241-24/+24
| * | mlxsw: spectrum_fid: Maintain {port, VID}->FID mappingsAmit Cohen2022-06-241-0/+63
|/ /
* | Merge branch 'ipmr-remove-rwlocks'David S. Miller2022-06-244-230/+255
|\ \
| * | ip6mr: convert mrt_lock to a spinlockEric Dumazet2022-06-241-15/+14
| * | ipmr: convert mrt_lock to a spinlockEric Dumazet2022-06-241-10/+9