summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: seeq: Fix the function used to release some memory in an error handling ...Christophe JAILLET2019-09-011-3/+4
* enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove funct...Christophe JAILLET2019-09-011-1/+4
* net: bcmgenet: use ethtool_op_get_ts_info()Ryan M. Collins2019-09-011-0/+1
* net: aquantia: fix out of memory condition on rx sideDmitry Bogdanov2019-09-011-1/+2
* net: aquantia: linkstate irq should be oneshotIgor Russkikh2019-09-011-1/+1
* net: aquantia: reapply vlan filters on upDmitry Bogdanov2019-09-011-0/+4
* net: aquantia: fix limit of vlan filtersDmitry Bogdanov2019-09-011-1/+1
* net: aquantia: fix removal of vlan 0Dmitry Bogdanov2019-09-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-311-4/+13
|\
| * nfp: bpf: fix latency bug when updating stack index registerJiong Wang2019-08-261-4/+13
* | net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai2019-08-301-4/+2
* | amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing2019-08-301-2/+8
* | sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai2019-08-291-0/+7
* | nfp: flower: handle neighbour events on internal portsJohn Hurley2019-08-291-4/+4
* | nfp: flower: prevent ingress block binds on internal portsJohn Hurley2019-08-291-3/+4
* | ibmvnic: Do not process reset during or after device removalThomas Falcon2019-08-291-1/+5
* | macb: Update compatibility string for SiFive FU540-C000Yash Shah2019-08-281-1/+1
|/
* Merge tag 'mlx5-fixes-2019-08-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-08-252-31/+29
|\
| * net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha2019-08-221-16/+10
| * net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha2019-08-221-5/+7
| * net/mlx5: Fix delay in fw fatal report handling due to fw reportMoshe Shemesh2019-08-221-9/+10
| * net/mlx5: Fix crdump chunks printMoshe Shemesh2019-08-221-1/+2
* | Revert "r8169: remove not needed call to dma_sync_single_for_device"Heiner Kallweit2019-08-241-0/+1
* | qed: Add cleanup in qed_slowpath_start()Wenwen Wang2019-08-231-1/+3
* | ocelot_ace: fix action of trapYangbo Lu2019-08-231-1/+1
|/
* gve: Copy and paste bug in gve_get_stats()Dan Carpenter2019-08-221-1/+1
* net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-08-211-1/+1
* nfp: flower: verify that block cb is not busy before bindingVlad Buslov2019-08-201-0/+7
* ravb: Fix use-after-free ravb_tstamp_skbTho Vu2019-08-181-2/+6
* net: sched: use major priority number as hardware priorityPablo Neira Ayuso2019-08-185-13/+7
* net: cavium: fix driver nameStephen Hemminger2019-08-181-1/+1
* ibmvnic: Unmap DMA address of TX descriptor buffers after useThomas Falcon2019-08-181-9/+2
* bnxt_en: Fix to include flow direction in L2 keySomnath Kotur2019-08-182-5/+5
* bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru2019-08-181-3/+1
* bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam2019-08-181-3/+6
* bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam2019-08-181-7/+5
* bnxt_en: Improve RX doorbell sequence.Michael Chan2019-08-181-3/+7
* bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan2019-08-181-8/+18
* bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-183-8/+18
* net: myri10ge: fix memory leaksWenwen Wang2019-08-151-1/+1
* liquidio: add cleanup in octeon_setup_iq()Wenwen Wang2019-08-151-1/+3
* net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha2019-08-153-0/+46
* net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy2019-08-151-0/+3
* cxgb4: fix a memory leak bugWenwen Wang2019-08-151-1/+3
* net/mlx4_en: fix a memory leak bugWenwen Wang2019-08-141-1/+2
* ibmveth: Convert multicast list size for little-endian systemThomas Falcon2019-08-141-4/+5
* net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor2019-08-121-1/+1
* mlxsw: spectrum_ptp: Keep unmatched entries in a linked listPetr Machata2019-08-121-83/+55
* net: nps_enet: Fix function names in doc commentsJonathan Neuschäfer2019-08-121-2/+2
* Merge tag 'mlx5-fixes-2019-08-08' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-08-0911-104/+97
|\