summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* eth: fbnic: add missing SPDX headersJakub Kicinski2024-11-193-0/+9
* rocker: fix link status detection in rocker_carrier_init()Dmitry Antipov2024-11-191-1/+1
* net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000Jack Wu2024-11-191-1/+1
* net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RXRoger Quadros2024-11-181-0/+100
* net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014Roger Quadros2024-11-181-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-162-61/+0
* virtio-net: rq submits premapped per-bufferXuan Zhuo2024-11-161-11/+11
* virtio_ring: introduce add api for premappedXuan Zhuo2024-11-161-0/+48
* virtio_ring: perform premapped operations based on per-bufferXuan Zhuo2024-11-161-48/+53
* virtio_ring: packed: record extras for indirect buffersXuan Zhuo2024-11-161-24/+36
* virtio_ring: split: record extras for indirect buffersXuan Zhuo2024-11-161-60/+52
* virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo2024-11-161-15/+12
* 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
| * igbvf: remove unused spinlockWander Lairson Costa2024-11-132-6/+0
| * igb: Fix 2 typos in comments in igb_main.cJohnny Park2024-11-131-2/+2
| * igc: remove autoneg parameter from igc_mac_infoVitaly Lifshits2024-11-136-195/+163
| * ixgbe: Break include dependency cycleDiomidis Spinellis2024-11-137-14/+22
| * ice: Unbind the workqueueFrederic Weisbecker2024-11-131-1/+1
| * ice: use stack variable for virtchnl_supported_rxdidsJacob Keller2024-11-131-16/+4
| * ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller2024-11-132-18/+33
| * ice: only allow Tx promiscuous for multicastBrett Creeley2024-11-132-10/+19
| * ice: Add support for persistent NAPI configJoe Damato2024-11-132-3/+6
| * ice: support optional flags in signature segment headerPrzemek Kitszel2024-11-132-7/+20
| * ice: refactor "last" segment of DDP pkgPrzemek Kitszel2024-11-131-137/+151
| * ice: extend dump serdes equalizer values featureMateusz Polchlopek2024-11-133-0/+51
| * ice: rework of dump serdes equalizer values featureMateusz Polchlopek2024-11-132-77/+38
* | ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata2024-11-165-5/+10
* | ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-168-8/+14
* | rtase: Modify the content format of the enum rtase_registersJustin Lai2024-11-161-1/+1
* | rtase: Modify the name of the goto labelJustin Lai2024-11-161-5/+5
* | octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King2024-11-161-1/+1
* | enic: Move kdump check into enic_adjust_resources()Nelson Escobar2024-11-161-16/+9
* | enic: Move enic resource adjustments to separate functionNelson Escobar2024-11-161-57/+70
* | enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar2024-11-161-59/+57
* | enic: Allocate arrays in enic struct based on VIC configNelson Escobar2024-11-162-21/+87
* | enic: Save resource counts we read from HWNelson Escobar2024-11-163-9/+18
* | enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar2024-11-162-9/+22
* | enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar2024-11-164-73/+81
* | net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle2024-11-161-0/+1
* | bnxt_en: optimize gettimex64Vadim Fedorenko2024-11-152-6/+37
* | Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-11-1516-154/+621
|\ \
| * | Bluetooth: btintel: Direct exception event to bluetooth stackKiran K2024-11-141-3/+2
| * | Bluetooth: hci_bcm: Use the devm_clk_get_optional() helperAndy Shevchenko2024-11-141-17/+8