summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9 days6-0/+80
|\
| * RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy2024-11-122-0/+3
| * bnxt_en: Add support for RoCE sriov configurationVikas Gupta2024-11-123-0/+65
| * RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas2024-11-041-0/+11
| * RDMA/mlx5: Call dev_put() after the blocking notifierChiara Meiohas2024-11-041-0/+1
* | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds10 days1067-18892/+53498
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni12 days7-14/+24
| |\ \
| | * | net: txgbe: fix null pointer to pcsJiawen Wu13 days1-1/+1
| | * | eth: fbnic: don't disable the PCI device twiceJakub Kicinski13 days1-2/+0
| | * | gve: Flow steering trigger reset only for timeout errorZiwei Xiao2024-11-161-2/+2
| | * | net: phy: fix phylib's dual eee_enabledRussell King (Oracle)2024-11-152-5/+3
| | * | i40e: Fix handling changed priv flagsPeter Große2024-11-151-1/+1
| | * | net: phy: dp83869: fix status reporting for 1000base-x autonegotiationRomain Gantois2024-11-151-3/+17
| * | | bnxt_en: Add FW trace coredump segments to the coredumpShruti Parab13 days2-6/+90
| * | | bnxt_en: Add a new ethtool -W dump flagMichael Chan13 days4-7/+90
| * | | bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr()Shruti Parab13 days2-10/+17
| * | | bnxt_en: Add functions to copy host context memorySreekanth Reddy13 days2-0/+107
| * | | bnxt_en: Do not free FW log context memoryHongguang Gao13 days2-9/+36
| * | | bnxt_en: Manage the FW trace context memoryShruti Parab13 days2-0/+89
| * | | bnxt_en: Allocate backing store memory for FW trace logsShruti Parab13 days2-13/+57
| * | | bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()Hongguang Gao13 days3-19/+29
| * | | bnxt_en: Refactor bnxt_free_ctx_mem()Hongguang Gao13 days1-13/+18
| * | | bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_typeShruti Parab13 days2-0/+6
| * | | bnxt_en: Update firmware interface spec to 1.10.3.85Michael Chan13 days1-37/+136
| * | | wireguard: device: support big tcp GSODaniel Borkmann13 days1-0/+2
| * | | wireguard: allowedips: remove redundant selftest callDheeraj Reddy Jonnalagadda13 days1-1/+0
| * | | wireguard: device: omit unnecessary memset of netdev private dataTobias Klauser13 days1-1/+0
| * | | net/fungible: Remove unused fun_create_queueDr. David Alan Gilbert13 days2-66/+0
| * | | Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook13 days5-9/+9
| * | | stmmac: dwmac-intel-plat: remove redundant dwmac->data check in probeVitalii Mordan13 days1-25/+28
| * | | net: txgbe: remove GPIO interrupt controllerJiawen Wu13 days5-196/+4
| * | | eth: fbnic: add RPC hardware statisticsSanman Pradhan13 days5-0/+167
| * | | eth: fbnic: add PCIe hardware statisticsSanman Pradhan13 days5-0/+201
| * | | eth: fbnic: add basic debugfs structureJakub Kicinski13 days4-1/+50
| * | | eth: fbnic: add missing header guardsJakub Kicinski13 days1-0/+5
| * | | eth: fbnic: add missing SPDX headersJakub Kicinski13 days3-0/+9
| * | | rocker: fix link status detection in rocker_carrier_init()Dmitry Antipov13 days1-1/+1
| * | | net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000Jack Wu13 days1-1/+1
| * | | net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RXRoger Quadros13 days1-0/+100
| * | | net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014Roger Quadros13 days1-14/+22
| * | | virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPYXuan Zhuo2024-11-161-1/+2
| * | | virtio_net: update tx timeout recordXuan Zhuo2024-11-161-0/+7
| * | | virtio_net: xsk: tx: support xmit xsk bufferXuan Zhuo2024-11-161-11/+168
| * | | virtio_net: xsk: prevent disable tx napiXuan Zhuo2024-11-161-1/+9
| * | | virtio_net: xsk: bind/unbind xsk for txXuan Zhuo2024-11-161-0/+53
| * | | virtio_net: refactor the xmit typeXuan Zhuo2024-11-161-39/+51
| * | | virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo2024-11-161-13/+0
| * | | virtio-net: rq submits premapped per-bufferXuan Zhuo2024-11-161-11/+11
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-11-1627-481/+513
| |\ \ \
| | * | | e1000: Hold RTNL when e1000_down can be calledJoe Damato2024-11-131-1/+9