summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* macsec: fix UAF bug for real_devZiyang Xuan2022-06-011-0/+7
* octeontx2-af: fix error code in is_valid_offset()Dan Carpenter2022-06-011-1/+1
* bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-012-4/+8
* xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross2022-05-311-1/+1
* bonding: show NS IPv6 targets in proc master infoHangbin Liu2022-05-311-0/+15
* net: phy: at803x: disable WOL at probeViorel Suman2022-05-301-11/+22
* sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-05-291-4/+2
* sfc: fix considering that all channels have TX queuesMartin Habets2022-05-291-1/+1
* net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET2022-05-281-2/+2
* bonding: NS target should accept link local addressHangbin Liu2022-05-281-5/+0
* nfp: only report pause frame configuration for physical deviceYu Xiao2022-05-281-2/+2
* net: dpaa: Convert to SPDX identifiersSean Anderson2022-05-285-143/+15
* net: phy: Directly use ida_alloc()/free()Ke Liu2022-05-281-3/+3
* net: ipa: fix page free in ipa_endpoint_replenish_one()Alex Elder2022-05-271-1/+1
* net: ipa: fix page free in ipa_endpoint_trans_release()Alex Elder2022-05-271-5/+2
* net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano2022-05-271-0/+1
* net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju2022-05-271-10/+22
* net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin2022-05-271-0/+1
* net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaksMiaoqian Lin2022-05-271-1/+2
* net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter2022-05-271-0/+3
* net: lan966x: check devm_of_phy_get() for -EDEFER_PROBEMichael Walle2022-05-261-2/+7
* ptp: ptp_clockmatrix: fix is_single_shotMin Li2022-05-251-1/+1
* net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create()Siddharth Vadapalli2022-05-251-1/+4
* amt: fix possible memory leak in amt_rcv()Taehee Yoo2022-05-251-1/+1
* amt: fix return value of amt_update_handler()Taehee Yoo2022-05-251-1/+1
* amt: fix typo in amtTaehee Yoo2022-05-251-1/+1
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251127-49599/+128455
|\
| * ptp: ocp: Add firmware header checksVadim Fedorenko2022-05-241-5/+73
| * ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon2022-05-241-11/+14
| * ptp: ocp: add .init function for sma_op vectorJonathan Lemon2022-05-241-9/+20
| * ptp: ocp: vectorize the sma accessor functionsJonathan Lemon2022-05-241-145/+169
| * ptp: ocp: constify selectorsJonathan Lemon2022-05-241-11/+13
| * ptp: ocp: parameterize input/output sma selectorsJonathan Lemon2022-05-241-15/+27
| * ptp: ocp: revise firmware displayJonathan Lemon2022-05-241-23/+41
| * ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko2022-05-241-1/+5
| * ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon2022-05-241-7/+2
| * ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon2022-05-241-5/+5
| * ath6kl: Use cc-disable-warning to disable -Wdangling-pointerNathan Chancellor2022-05-241-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-2312-34/+97
| |\
| | * net: dsa: restrict SMSC_LAN9303_I2C kconfigRandy Dunlap2022-05-221-1/+2
| | * dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei2022-05-221-4/+4
| | * dpaa2-eth: use the correct software annotation fieldIoana Ciornei2022-05-221-1/+1
| | * dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei2022-05-221-1/+3
| | * hinic: Avoid some over memory allocationChristophe JAILLET2022-05-221-1/+1
| | * net: fec: Do proper error checking for optional clksUwe Kleine-König2022-05-221-6/+10
| | * hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu2022-05-201-1/+4
| | * amt: fix memory leak for advertisement messageTaehee Yoo2022-05-201-3/+2
| | * amt: fix gateway mode stuckTaehee Yoo2022-05-201-2/+4
| | * net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski2022-05-201-7/+6
| | * bonding: fix missed rcu protectionHangbin Liu2022-05-191-3/+12