summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* pptp: Fix fib lookup calls.Guillaume Nault2023-07-041-11/+20
* mlxsw: spectrum_router: Fix an IS_ERR() vs NULL checkDan Carpenter2023-07-041-2/+2
* wireguard: timers: move to using timer_delete_syncJason A. Donenfeld2023-07-031-5/+5
* wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld2023-07-031-5/+9
* wireguard: queueing: use saner cpu selection wrappingJason A. Donenfeld2023-07-034-16/+14
* octeontx2-af: Reset MAC features in FLRHariprasad Kelam2023-07-028-6/+77
* octeontx2-af: Add validation before accessing cgx and lmacHariprasad Kelam2023-07-021-0/+7
* octeontx2-af: Fix mapping for NIX block from CGX connectionHariprasad Kelam2023-07-022-1/+12
* octeontx2-af: cn10kb: fix interrupt csr addressesHariprasad Kelam2023-07-022-2/+3
* net: usb: cdc_ether: add u-blox 0x1313 composition.Davide Tronchin2023-07-011-0/+6
* mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_initZhengchao Shao2023-06-301-0/+1
* net: dsa: vsc73xx: fix MTU configurationPawel Dembicki2023-06-301-3/+3
* ibmvnic: Do not reset dql stats on NON_FATAL errNick Child2023-06-291-1/+8
* sfc: support for devlink port requires MAE accessMartin Habets2023-06-291-0/+3
* Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider2023-06-291-0/+1
* net: dsa: sja1105: always enable the INCL_SRCPT optionVladimir Oltean2023-06-291-7/+2
* net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean2023-06-291-0/+12
* net: mscc: ocelot: don't keep PTP configuration of all ports in single structureVladimir Oltean2023-06-292-21/+41
* net: mscc: ocelot: don't report that RX timestamping is enabled by defaultVladimir Oltean2023-06-291-5/+0
* net: lan743x: Don't sleep in atomic contextMoritz Fischer2023-06-291-4/+17
* 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