aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-06can: bittiming: can_fixup_bittiming(): set effective tqMarc Kleine-Budde
2023-02-06can: bittiming: can_fixup_bittiming(): use CAN_SYNC_SEG instead of 1Marc Kleine-Budde
2023-02-06can: bittiming(): replace open coded variants of can_bit_time()Marc Kleine-Budde
2023-02-02Merge patch series "can: peak_usb: Introduce configurable CAN channel ID"Marc Kleine-Budde
2023-02-02can: peak_usb: Reorder include directives alphabeticallyLukas Magel
2023-02-02can: peak_usb: align CAN channel ID format in log with sysfs attributeLukas Magel
2023-02-02can: peak_usb: export PCAN CAN channel ID as sysfs device attributeLukas Magel
2023-02-02can: peak_usb: add ethtool interface to user-configurable CAN channel identifierStephane Grosjean
2023-02-02can: peak_usb: replace unregister_netdev() with unregister_candev()Stephane Grosjean
2023-02-02can: peak_usb: allow flashing of the CAN channel IDStephane Grosjean
2023-02-02can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devicesStephane Grosjean
2023-02-02can: peak_usb: rename device_id to CAN channel IDStephane Grosjean
2023-02-02Merge patch series "can: ems_pci: Add support for CPC-PCIe v3"Marc Kleine-Budde
2023-02-02can: ems_pci: Add myself as module authorGerhard Uttenthaler
2023-02-02can: ems_pci: Deassert hardware resetGerhard Uttenthaler
2023-02-02can: ems_pci: Add IRQ enableGerhard Uttenthaler
2023-02-02can: ems_pci: Initialize CAN controller base addressesGerhard Uttenthaler
2023-02-02can: ems_pci: Add read/write register and post irq functionsGerhard Uttenthaler
2023-02-02can: ems_pci: Initialize BAR registersGerhard Uttenthaler
2023-02-02can: ems_pci: Add Asix AX99100 definitionsGerhard Uttenthaler
2023-02-02can: ems_pci: Fix code style, copyright and email addressGerhard Uttenthaler
2023-02-02Merge patch series "can: rcar_canfd: Add support for R-Car V4H systems"Marc Kleine-Budde
2023-02-02can: rcar_canfd: Add helper variable devGeert Uytterhoeven
2023-02-02can: rcar_canfd: Sort included header filesGeert Uytterhoeven
2023-02-02can: rcar_canfd: Fix R-Car Gen4 CFCC.CFTML field widthGeert Uytterhoeven
2023-02-02can: rcar_canfd: Fix R-Car Gen4 DCFG.DSJW field widthGeert Uytterhoeven
2023-02-02can: rcar_canfd: Add support for R-Car Gen4Geert Uytterhoeven
2023-02-02can: rcar_canfd: Abstract out DCFG address differencesGeert Uytterhoeven
2023-02-02can: rcar_canfd: Fix R-Car V3U GAFLCFG field accessesGeert Uytterhoeven
2023-02-02can: rcar_canfd: Fix R-Car V3U CAN mode selectionGeert Uytterhoeven
2023-02-02dt-bindings: can: renesas,rcar-canfd: Add transceiver supportGeert Uytterhoeven
2023-02-02dt-bindings: can: renesas,rcar-canfd: Document R-Car V4H supportGeert Uytterhoeven
2023-02-02dt-bindings: can: renesas,rcar-canfd: R-Car V3U is R-Car Gen4Geert Uytterhoeven
2023-02-02can: mcp251xfd: regmap: optimizing transfer size for CRC transfers size 1Thomas Kopp
2023-02-02can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-02-02can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp
2023-02-01octeontx2-af: Removed unnecessary debug messages.Sunil Goutham
2023-02-01virtio-net: fix possible unsigned integer overflowHeng Qi
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky
2023-02-01neighbor: fix proxy_delay usage when it is zeroBrian Haley
2023-02-01Merge branch 'net-support-ipv4-big-tcp'Jakub Kicinski
2023-02-01net: add support for ipv4 big tcpXin Long
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long
2023-02-01ipvlan: use skb_ip_totlen in ipvlan_get_L3_hdrXin Long
2023-02-01cipso_ipv4: use iph_set_totlen in skbuff_setattrXin Long
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long