summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-143-4/+4
* fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin2021-12-301-5/+7
* net/mlx5e: Fix wrong features assignment in case of errorGal Pressman2021-12-281-6/+5
* net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan2021-12-281-0/+2
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-12-282-1/+20
|\
| * igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin2021-12-281-0/+6
| * igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes2021-12-281-1/+14
* | ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET2021-12-281-1/+1
|/
* net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski2021-12-281-1/+1
* net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET2021-12-281-15/+8
* net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott2021-12-271-2/+2
* atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen2021-12-271-0/+8
* net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin2021-12-241-2/+2
* Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-12-2312-46/+121
|\
| * net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET2021-12-221-5/+9
| * net/mlx5e: Delete forward rule for ct or sample actionChris Mi2021-12-221-11/+6
| * net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy2021-12-222-11/+22
| * net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy2021-12-225-4/+58
| * net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman2021-12-221-1/+1
| * net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin2021-12-221-1/+9
| * net/mlx5: Fix tc max supported prio for nic modeChris Mi2021-12-221-0/+3
| * net/mlx5: Fix SF health recovery flowMoshe Shemesh2021-12-221-5/+6
| * net/mlx5: Fix error print in case of IRQ request failedShay Drory2021-12-221-2/+2
| * net/mlx5: Use first online CPU instead of hard coded CPUShay Drory2021-12-221-1/+1
| * net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik2021-12-221-3/+1
| * net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin2021-12-221-2/+3
* | Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-2324-151/+272
|\ \
| * | net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu2021-12-231-1/+1
| * | r8152: sync ocp baseHayes Wang2021-12-231-4/+22
| * | r8152: fix the force speed doesn't work for RTL8156Hayes Wang2021-12-231-0/+17
| * | net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang2021-12-231-1/+1
| * | veth: ensure skb entering GRO are not cloned.Paolo Abeni2021-12-231-2/+6
| |/
| * asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin2021-12-221-2/+4
| * asix: fix uninit-value in asix_mdio_read()Pavel Skripkin2021-12-221-1/+1
| * sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
| * sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang2021-12-221-1/+4
| * net: ks8851: Check for error irqJiasheng Jiang2021-12-221-0/+2
| * drivers: net: smc911x: Check for error irqJiasheng Jiang2021-12-221-0/+5
| * fjes: Check for error irqJiasheng Jiang2021-12-221-0/+5
| * bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera2021-12-211-1/+1
| * igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit2021-12-201-6/+13
| * gve: Correct order of processing device optionsJeroen de Borst2021-12-201-4/+4
| * qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang2021-12-183-5/+13
| * hamradio: improve the incomplete fix to avoid NPDLin Ma2021-12-181-2/+2
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-12-184-41/+62
| |\
| | * ice: xsk: fix cleaned_count settingMaciej Fijalkowski2021-12-172-6/+1
| | * ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski2021-12-171-4/+10
| | * ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski2021-12-171-5/+1
| | * ice: remove dead store on XSK hotpathAlexander Lobakin2021-12-171-1/+0
| | * ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-173-22/+47