summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-011-6/+2
|\
| * net/mlx5: Rely on dev->link_active_reportingMaciej W. Rozycki2023-06-151-6/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-302-4/+7
|\ \
| * \ Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-27214-1019/+1920
| |\ \
| * | | net/mlx5: Nullify qp->dbg pointer post destructionPatrisious Haddad2023-06-111-3/+3
| * | | RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescingLong Li2023-06-011-1/+4
* | | | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-303-9/+3
|\ \ \ \
| * \ \ \ Merge tag 'soc-fsl-next-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2023-06-273-9/+3
| |\ \ \ \
| | * | | | bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-313-9/+3
| | | |_|/ | | |/| |
* | | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-29805-16576/+60480
|\ \ \ \ \
| * | | | | net: lan743x: Simplify comparisonMoritz Fischer2023-06-271-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-2712-83/+149
| |\ \ \ \ \
| | * | | | | net: usb: qmi_wwan: add u-blox 0x1312 compositionDavide Tronchin2023-06-271-0/+1
| | * | | | | ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu2023-06-271-3/+6
| | * | | | | sfc: fix crash when reading stats while NIC is resettingEdward Cree2023-06-261-3/+10
| | * | | | | net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov2023-06-251-5/+5
| | * | | | | gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima2023-06-251-0/+2
| | * | | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-06-253-47/+117
| | |\ \ \ \ \
| | | * | | | | igc: Work around HW bug causing missing timestampsVinicius Costa Gomes2023-06-221-11/+37
| | | * | | | | igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes2023-06-223-12/+7
| | | * | | | | igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes2023-06-223-5/+43
| | | * | | | | igc: Fix race condition in PTP tx codeVinicius Costa Gomes2023-06-223-30/+41
| | | | |_|_|/ | | | |/| | |
| | * | | | | bonding: do not assume skb mac_header is setEric Dumazet2023-06-241-1/+1
| | * | | | | net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli2023-06-241-0/+2
| | * | | | | net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driverOleksij Rempel2023-06-231-18/+5
| | * | | | | net: stmmac: fix double serdes powerdownBartosz Golaszewski2023-06-231-6/+0
| | |/ / / /
| * | | | | net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean2023-06-271-2/+2
| * | | | | net: mana: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| * | | | | net: enetc: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
| * | | | | ionic: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
| * | | | | pds_core: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
| * | | | | gve: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| * | | | | octeon_ep: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| * | | | | sfc: falcon: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
| * | | | | sfc: siena: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
| * | | | | sfc: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
| * | | | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-253-17/+0
| * | | | | Merge tag 'mlx5-updates-2023-06-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-06-258-56/+70
| |\ \ \ \ \
| | * | | | | net/mlx5: Remove pointless vport lookup from mlx5_esw_check_port_type()Jiri Pirko2023-06-231-6/+0
| | * | | | | net/mlx5: Remove redundant check from mlx5_esw_query_vport_vhca_id()Jiri Pirko2023-06-231-3/+0
| | * | | | | net/mlx5: Remove redundant is_mdev_switchdev_mode() check from is_ib_rep_supp...Jiri Pirko2023-06-231-3/+0
| | * | | | | net/mlx5: Remove redundant MLX5_ESWITCH_MANAGER() check from is_ib_rep_suppor...Jiri Pirko2023-06-231-3/+0
| | * | | | | net/mlx5e: E-Switch, Fix shared fdb error flowRoi Dayan2023-06-231-0/+4
| | * | | | | net/mlx5e: Remove redundant commentRoi Dayan2023-06-231-1/+0
| | * | | | | net/mlx5e: E-Switch, Pass other_vport flag if vport is not 0Roi Dayan2023-06-231-3/+6
| | * | | | | net/mlx5e: E-Switch, Use xarray for devcom paired device indexRoi Dayan2023-06-232-7/+25
| | * | | | | net/mlx5e: E-Switch, Add peer fdb miss rules for vport manager or ecpfRoi Dayan2023-06-231-1/+9
| | * | | | | net/mlx5e: Use vhca_id for device index in vport rx rulesRoi Dayan2023-06-231-3/+3
| | * | | | | net/mlx5: Lag, Remove duplicate code checking lag is supportedRoi Dayan2023-06-233-15/+14
| | * | | | | net/mlx5: Fix error code in mlx5_is_reset_now_capable()Dan Carpenter2023-06-231-1/+1