summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/ti_hecc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-19bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()Hongguang Gao3-19/+29
2024-11-19bnxt_en: Refactor bnxt_free_ctx_mem()Hongguang Gao1-13/+18
2024-11-19bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_typeShruti Parab2-0/+6
2024-11-19bnxt_en: Update firmware interface spec to 1.10.3.85Michael Chan1-37/+136
2024-11-19wireguard: device: support big tcp GSODaniel Borkmann1-0/+2
2024-11-19wireguard: selftests: load nf_conntrack if not presentHangbin Liu1-0/+1
2024-11-19wireguard: allowedips: remove redundant selftest callDheeraj Reddy Jonnalagadda1-1/+0
2024-11-19wireguard: device: omit unnecessary memset of netdev private dataTobias Klauser1-1/+0
2024-11-19net: ip: fix unexpected return in fib_validate_source()Menglong Dong1-1/+1
2024-11-19net/fungible: Remove unused fun_create_queueDr. David Alan Gilbert2-66/+0
2024-11-19UAPI: ethtool: Avoid flex-array in struct ethtool_link_settingsKees Cook1-0/+7
2024-11-19Revert "UAPI: ethtool: Use __struct_group() in struct ethtool_link_settings"Kees Cook1-18/+15
2024-11-19Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook9-26/+22
2024-11-19selftests: net: add more info to error in bpf_offloadJakub Kicinski1-2/+3
2024-11-19net/smc: Run patches also by RDMA MLGerd Bayer1-0/+1
2024-11-19mptcp: pm: avoid code duplication to lookup endpGeliang Tang1-14/+6
2024-11-19mptcp: pm: lockless list traversal to dump endpMatthieu Baerts (NGI0)1-6/+7
2024-11-19stmmac: dwmac-intel-plat: remove redundant dwmac->data check in probeVitalii Mordan1-25/+28
2024-11-19net: txgbe: remove GPIO interrupt controllerJiawen Wu5-196/+4
2024-11-19eth: fbnic: add RPC hardware statisticsSanman Pradhan6-0/+180
2024-11-19eth: fbnic: add PCIe hardware statisticsSanman Pradhan6-0/+231
2024-11-19eth: fbnic: add basic debugfs structureJakub Kicinski4-1/+50
2024-11-19eth: fbnic: add missing header guardsJakub Kicinski1-0/+5
2024-11-19eth: fbnic: add missing SPDX headersJakub Kicinski3-0/+9
2024-11-19selftests: net: netlink-dumps: validation checksJakub Kicinski1-2/+2
2024-11-19net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-11-19rocker: fix link status detection in rocker_carrier_init()Dmitry Antipov1-1/+1
2024-11-19net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000Jack Wu1-1/+1
2024-11-19tools: ynl-gen: allow uapi headers in sub-dirsJakub Kicinski1-0/+1
2024-11-19dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"Rob Herring (Arm)1-1/+0
2024-11-18net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RXRoger Quadros1-0/+100
2024-11-18net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014Roger Quadros1-14/+22
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu3-3/+103
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu3-5/+210
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu3-5/+97
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu3-34/+63
2024-11-16virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPYXuan Zhuo1-1/+2
2024-11-16virtio_net: update tx timeout recordXuan Zhuo1-0/+7
2024-11-16virtio_net: xsk: tx: support xmit xsk bufferXuan Zhuo1-11/+168
2024-11-16virtio_net: xsk: prevent disable tx napiXuan Zhuo1-1/+9
2024-11-16virtio_net: xsk: bind/unbind xsk for txXuan Zhuo1-0/+53
2024-11-16virtio_net: refactor the xmit typeXuan Zhuo1-39/+51
2024-11-16virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo3-63/+0
2024-11-16virtio-net: rq submits premapped per-bufferXuan Zhuo1-11/+11
2024-11-16virtio_ring: introduce add api for premappedXuan Zhuo2-0/+59
2024-11-16virtio_ring: perform premapped operations based on per-bufferXuan Zhuo1-48/+53
2024-11-16virtio_ring: packed: record extras for indirect buffersXuan Zhuo1-24/+36
2024-11-16virtio_ring: split: record extras for indirect buffersXuan Zhuo1-60/+52
2024-11-16virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo1-15/+12
2024-11-16selftests: net: fdb_notify: Add a test for FDB notificationsPetr Machata3-1/+114