summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-211-8/+8
* net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-211-8/+8
* net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang2020-09-211-8/+8
* Merge tag 'mlx5-fixes-2020-09-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-09-2120-180/+200
|\
| * net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed2020-09-211-5/+2
| * net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed2020-09-211-15/+10
| * net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed2020-09-211-2/+6
| * net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed2020-09-211-3/+5
| * net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan2020-09-211-1/+1
| * net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan2020-09-211-4/+8
| * net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel2020-09-216-15/+17
| * net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin2020-09-214-7/+12
| * net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman2020-09-211-13/+21
| * net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman2020-09-211-24/+28
| * net/mlx5e: CT: Fix freeing ct_label mappingRoi Dayan2020-09-213-17/+36
| * net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu2020-09-211-4/+1
| * net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy2020-09-215-36/+22
| * net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy2020-09-213-30/+27
| * net/mlx5: Fix FTE cleanupMaor Gottlieb2020-09-211-4/+4
* | sfc: Fix error code in probeDan Carpenter2020-09-211-0/+1
* | bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan2020-09-201-1/+1
* | bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan2020-09-201-0/+1
* | bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam2020-09-201-0/+3
* | bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan2020-09-201-11/+20
* | bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer2020-09-201-6/+13
* | bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam2020-09-201-3/+5
* | net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi2020-09-201-1/+5
* | dpaa2-eth: fix a build warning in dpmac.cYangbo Lu2020-09-181-2/+2
* | net: hns: kerneldoc fixesLu Wei2020-09-181-2/+2
* | hinic: fix sending pkts from core while self testingLuo bin2020-09-182-2/+6
* | net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean2020-09-183-8/+13
* | net: mscc: ocelot: unregister net devices on unbindVladimir Oltean2020-09-181-0/+21
* | net: mscc: ocelot: refactor ports parsing code into a dedicated functionVladimir Oltean2020-09-181-99/+110
* | net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean2020-09-182-2/+8
* | net: mscc: ocelot: check for errors on memory allocation of portsVladimir Oltean2020-09-181-0/+4
* | net: dsa: seville: fix buffer size of the queue systemVladimir Oltean2020-09-181-1/+1
* | net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-182-5/+9
* | net: mscc: ocelot: fix race condition with TX timestampingVladimir Oltean2020-09-181-6/+8
|/
* nfp: use correct define to return NONE fecJakub Kicinski2020-09-171-2/+2
* hinic: fix potential resource leakWei Li2020-09-171-7/+14
* net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli2020-09-171-1/+1
* net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli2020-09-171-1/+2
* drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He2020-09-173-0/+5
* drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He2020-09-171-2/+2
* cxgb4: fix memory leak during module unloadRaju Rangoju2020-09-171-1/+1
* hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran2020-09-174-20/+188
* net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer2020-09-161-1/+1
* geneve: add transport ports in route lookup for geneveMark Gray2020-09-161-10/+27
* net: hns: kerneldoc fixesLu Wei2020-09-161-20/+20
* net: lantiq: Disable IRQs only if NAPI gets scheduledHauke Mehrtens2020-09-141-3/+5