summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-07-28can: gs_usb: gs_can_start_xmit(), gs_can_open(): clean up printouts in error ...Marc Kleine-Budde-6/+3
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde-2/+3
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): make use of statsMarc Kleine-Budde-5/+5
2023-07-28can: gs_usb: gs_usb_receive_bulk_callback(): make use of netdevMarc Kleine-Budde-2/+2
2023-07-28can: gs_usb: uniformly use "parent" as variable name for struct gs_usbMarc Kleine-Budde-31/+31
2023-07-28can: gs_usb: gs_usb_set_timestamp(): remove return statements form void functionMarc Kleine-Budde-2/+0
2023-07-28can: gs_usb: gs_usb_probe(): align block commentMarc Kleine-Budde-2/+2
2023-07-28can: gs_usb: remove leading space from goto labelsMarc Kleine-Budde-6/+6
2023-07-28can: Explicitly include correct DT includes, part 2Rob Herring-8/+0
2023-07-28Merge patch series "Add support for Allwinner D1 CAN controllers"Marc Kleine-Budde-7/+55
2023-07-28can: peak_usb: remove unused/legacy peak_usb_netif_rx() functionPeter Seiderer-15/+0
2023-07-28can: sun4i_can: Add support for the Allwinner D1John Watts-3/+13
2023-07-28MAINTAINERS: Add myself as maintainer of the ems_pci.c driverGerhard Uttenthaler-0/+7
2023-07-28can: sun4i_can: Add acceptance register quirkJohn Watts-2/+8
2023-07-28riscv: dts: allwinner: d1: Add CAN controller nodesJohn Watts-0/+30
2023-07-28dt-bindings: net: can: Add support for Allwinner D1 CAN controllerJohn Watts-2/+4
2023-07-27net: Explicitly include correct DT includesRob Herring-92/+88
2023-07-27Revert "net: stmmac: correct MAC propagation delay"Jakub Kicinski-56/+0
2023-07-27Merge branch 'net-stmmac-increase-clk_ptp_ref-rate'Jakub Kicinski-3/+22
2023-07-27net: stmmac: dwmac-qcom-ethqos: Use max frequency for clk_ptp_refAndrew Halaney-0/+18
2023-07-27net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney-3/+4
2023-07-27Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-51/+61
2023-07-27Merge branch 'net-tls-fixes-for-nvme-over-tls'Jakub Kicinski-20/+146
2023-07-27net/tls: implement ->read_sock()Hannes Reinecke-0/+103
2023-07-27net/tls: split tls_rx_reader_lockHannes Reinecke-16/+22
2023-07-27net/tls: Use tcp_read_sock() instead of ops->read_sock()Hannes Reinecke-2/+1
2023-07-27selftests/net/tls: add test for MSG_EORHannes Reinecke-0/+11
2023-07-27net/tls: handle MSG_EOR for tls_device TX flowHannes Reinecke-1/+5
2023-07-27net/tls: handle MSG_EOR for tls_sw TX flowHannes Reinecke-1/+4
2023-07-27net: datalink: Remove unused declarationsYueHaibing-2/+0
2023-07-27net: Remove unused declaration dev_restart()YueHaibing-2/+0
2023-07-27dccp: Remove unused declaration dccp_feat_initialise_sysctls()YueHaibing-1/+0
2023-07-27bridge: Remove unused declaration br_multicast_set_hash_max()YueHaibing-1/+0
2023-07-27net: remove comment in ndisc_router_discoveryPatrick Rohr-4/+0
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1896/+3006
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-201/+522
2023-07-27Merge tag 'soundwire-6.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+7
2023-07-27Merge tag 'phy-fixes-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds-31/+53
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-29/+75
2023-07-27Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+4
2023-07-27mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn-12/+16
2023-07-27Merge branch 'virtio-vsock-some-updates-for-msg_peek-flag'Paolo Abeni-32/+208
2023-07-27vsock/test: MSG_PEEK test for SOCK_SEQPACKETArseniy Krasnov-4/+54
2023-07-27vsock/test: rework MSG_PEEK test for SOCK_STREAMArseniy Krasnov-3/+75
2023-07-27virtio/vsock: support MSG_PEEK for SOCK_SEQPACKETArseniy Krasnov-3/+60
2023-07-27virtio/vsock: rework MSG_PEEK for SOCK_STREAMArseniy Krasnov-22/+19
2023-07-27lib/ts_bm: add helper to reduce indentation and improve readabilityJeremy Sowden-13/+30
2023-07-27netfilter: conntrack: validate cta_ip via parsingLin Ma-6/+2
2023-07-27netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag optionsFlorian Westphal-25/+18
2023-07-27netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal-7/+9