summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ibmveth-rr-performance'Jakub Kicinski2024-08-021-97/+75
|\
| * ibmveth: Recycle buffers during replenish phaseNick Child2024-08-021-84/+60
| * ibmveth: Optimize poll rescheduling processNick Child2024-08-021-13/+15
|/
* linkmode: Change return type of linkmode_andnot to boolSimon Horman2024-08-021-2/+3
* Merge branch 'add-second-qdma-support-for-en7581-eth-controller'Jakub Kicinski2024-08-021-225/+263
|\
| * net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi2024-08-021-18/+19
| * net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi2024-08-021-3/+4
| * net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi2024-08-021-24/+32
| * net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi2024-08-021-4/+3
| * net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi2024-08-021-43/+41
| * net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi2024-08-021-42/+42
| * net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi2024-08-021-61/+65
| * net: airoha: Introduce airoha_qdma structLorenzo Bianconi2024-08-021-85/+112
|/
* eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman2024-08-021-0/+2
* selftests: net: ksft: print more of the stack for checksJakub Kicinski2024-08-021-2/+12
* selftests: net: ksft: replace 95 with errno.EOPNOTSUPPStanislav Fomichev2024-08-022-4/+5
* selftests: net: ksft: support marking tests as disruptiveStanislav Fomichev2024-08-023-2/+45
* selftests: net-drv: exercise queue stats when the device is downStanislav Fomichev2024-08-021-1/+24
* net: remove IFF_* re-definitionJakub Kicinski2024-08-021-32/+0
* Merge branch 'axienet-coding-style' into mainDavid S. Miller2024-08-022-20/+17
|\
| * net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey2024-08-021-2/+1
| * net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey2024-08-021-4/+0
| * net: axienet: add missing blank line after declarationRadhey Shyam Pandey2024-08-021-0/+2
| * net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao2024-08-021-14/+14
|/
* Merge branch 'vsock-virtio' into mainDavid S. Miller2024-08-0210-8/+202
|\
| * test/vsock: add ioctl unsent bytes testLuigi Leonardi2024-08-023-3/+91
| * vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi2024-08-025-2/+53
| * vsock: add support for SIOCOUTQ ioctlLuigi Leonardi2024-08-022-3/+58
|/
* net: Use of_property_read_bool()Rob Herring (Arm)2024-08-014-12/+12
* net: mdio: Use of_property_count_u32_elems() to get property lengthRob Herring (Arm)2024-08-011-3/+2
* net: phy: qca807x: Drop unnecessary and broken DT validationRob Herring (Arm)2024-08-011-10/+0
* net: mctp: Consistent peer address handling in ioctl tag allocationJohn Wang2024-08-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-01549-4017/+9932
|\
| * Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-0173-303/+694
| |\
| | * Merge branch 'mptcp-fix-duplicate-data-handling'Paolo Abeni2024-08-012-8/+16
| | |\
| | | * mptcp: fix duplicate data handlingPaolo Abeni2024-08-011-4/+12
| | | * mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni2024-08-011-4/+4
| | |/
| | * Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-012-13/+19
| | |\
| | | * netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima2024-07-311-5/+9
| | | * netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima2024-07-311-8/+10
| | * | ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski2024-08-011-16/+18
| | * | igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim2024-07-311-16/+17
| | * | net: MAINTAINERS: Demote Qualcomm IPA to "maintained"Krzysztof Kozlowski2024-07-311-1/+1
| | * | net: wan: fsl_qmc_hdlc: Discard received CRCHerve Codina2024-07-311-6/+18
| | * | net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutexHerve Codina2024-07-311-3/+4
| | * | Merge branch 'mlx5-misc-fixes-2024-07-30'Jakub Kicinski2024-07-319-11/+26
| | |\ \
| | | * | net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit2024-07-311-1/+6
| | | * | net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi2024-07-311-0/+1
| | | * | net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu2024-07-311-3/+4
| | | * | net/mlx5: Fix missing lock on sync reset reloadMoshe Shemesh2024-07-311-1/+4