summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller2022-02-102-120/+68
|\
| * net: ieee802154: hwsim: Ensure frame checksum are validMiquel Raynal2022-01-281-1/+1
| * ieee802154: atusb: move to new USB APIPavel Skripkin2022-01-101-119/+67
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-02-1041-689/+4150
|\ \
| * | ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley2022-02-094-2/+40
| * | ice: Add support for 802.1ad port VLANs VFBrett Creeley2022-02-091-7/+44
| * | ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley2022-02-092-49/+238
| * | ice: Support configuring the device to Double VLAN ModeBrett Creeley2022-02-0917-59/+996
| * | ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley2022-02-096-43/+1226
| * | ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-099-22/+87
| * | ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley2022-02-0916-86/+813
| * | ice: Adjust naming for inner VLAN operationsBrett Creeley2022-02-096-142/+140
| * | ice: Use the proto argument for VLAN opsBrett Creeley2022-02-0911-26/+78
| * | ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley2022-02-092-35/+44
| * | ice: Introduce ice_vlan structBrett Creeley2022-02-0910-59/+82
| * | ice: Add new VSI VLAN opsBrett Creeley2022-02-0914-334/+450
| * | ice: Add helper function for adding VLAN 0Brett Creeley2022-02-094-5/+14
| * | ice: Refactor spoofcheck configuration functionsBrett Creeley2022-02-092-50/+128
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-1010-146/+308
|\ \ \ | |/ / |/| |
| * | ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski2022-01-273-3/+14
| * | ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski2022-01-274-101/+190
| * | ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski2022-01-271-0/+2
| * | i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-273-14/+2
| * | ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski2022-01-274-9/+12
| * | ice: xsk: Handle SW XDP ring wrap and bump tail more oftenMaciej Fijalkowski2022-01-272-20/+81
| * | ice: xsk: Force rings to be sized to power of 2Maciej Fijalkowski2022-01-271-0/+8
| * | ice: Remove likely for napi_complete_doneMaciej Fijalkowski2022-01-271-1/+1
* | | net: usb: smsc95xx: add generic selftest supportOleksij Rempel2022-02-092-0/+26
* | | net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing2022-02-091-2/+2
* | | net:enetc: enetc qos using the CBDR dma alloc functionPo Liu2022-02-091-75/+22
* | | net:enetc: command BD ring data memory alloc as one function alonePo Liu2022-02-092-30/+49
* | | net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu2022-02-091-64/+64
* | | soc: fsl: dpio: read the consumer index from the cache inhibited areaIoana Ciornei2022-02-091-4/+4
* | | dpaa2-eth: add support for software TSOIoana Ciornei2022-02-093-18/+207
* | | dpaa2-eth: work with an array of FDsIoana Ciornei2022-02-092-16/+47
* | | dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2022-02-092-9/+8
* | | dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei2022-02-091-24/+37
* | | dpaa2-eth: allocate a fragment already alignedIoana Ciornei2022-02-091-6/+5
* | | dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei2022-02-091-4/+4
* | | octeontx2-pf: PFC config support with DCBxHariprasad Kelam2022-02-097-8/+271
* | | octeontx2-af: Flow control resource managementHariprasad Kelam2022-02-099-48/+276
* | | octeontx2-af: Priority flow control configuration supportSunil Kumar Kori2022-02-097-15/+251
* | | octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam2022-02-096-80/+44
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller2022-02-095-8/+42
|\ \ \
| * | | i40e: Add a stat for tracking busy rx pagesJoe Damato2022-02-085-5/+15
| * | | i40e: Add a stat for tracking pages waivedJoe Damato2022-02-085-4/+17
| * | | i40e: Add a stat tracking new RX page allocationsJoe Damato2022-02-085-1/+9
| * | | i40e: Aggregate and export RX page reuse statJoe Damato2022-02-083-1/+6
| * | | i40e: Remove rx page reuse double countJoe Damato2022-02-081-2/+0
* | | | Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan2022-02-091-8/+16