summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn2018-09-041-4/+16
* net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan2018-09-041-2/+3
* Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-032-48/+14
|\
| * mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park2018-08-281-0/+4
| * cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-281-45/+5
| * mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-3/+0
| * mac80211_hwsim: require at least one channelJohannes Berg2018-08-151-0/+5
* | bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-034-12/+9
* | bnxt_en: Clean up unused functions.Michael Chan2018-09-034-18/+1
* | bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan2018-09-031-3/+10
* | net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov2018-09-031-3/+3
* | r8169: add support for NCube 8168 network cardAnthony Wong2018-09-031-0/+1
* | net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-09-021-1/+1
* | net: ethernet: cpsw-phy-sel: prefer phandle for phy selTony Lindgren2018-09-021-3/+6
* | ibmvnic: Include missing return code checks in reset functionThomas Falcon2018-08-311-3/+9
* | hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()Dexuan Cui2018-08-311-1/+10
* | nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski2018-08-311-15/+33
* | net: mvpp2: initialize port of_node pointerBaruch Siach2018-08-291-0/+1
* | net: bcmgenet: use MAC link status for fixed phyDoug Berger2018-08-292-2/+11
* | net: stmmac: build the dwmac-socfpga platform driver for Stratix10Dinh Nguyen2018-08-291-1/+1
* | sh_eth: Add R7S9210 supportChris Brandt2018-08-291-0/+36
* | net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-08-291-0/+2
* | net: hns: add the code for cleaning pkt in chipPeng Li2018-08-2913-4/+255
* | r8169: set RxConfig after tx/rx is enabled for RTL8169sb/8110sb devicesAzat Khuzhin2018-08-291-2/+4
* | Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"Jerome Brunet2018-08-292-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-2753-410/+565
|\ \
| * | qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-251-1/+1
| * | qlge: Fix netdev features configuration.Manish Chopra2018-08-251-15/+8
| * | net: macb: do not disable MDIO bus at open/close timeAnssi Hannula2018-08-251-3/+6
| * | Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven2018-08-251-5/+5
| * | net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum2018-08-251-10/+17
| * | mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridgeIdo Schimmel2018-08-253-0/+33
| * | i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-08-241-1/+1
| * | i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
| * | ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-08-242-0/+27
| * | ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-242-2/+31
| * | ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-242-3/+3
| * | igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai2018-08-241-1/+1
| * | igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai2018-08-241-2/+2
| * | igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia2018-08-241-1/+2
| * | e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-08-241-2/+2
| * | e1000: check on netif_running() before calling e1000_up()Bo Chen2018-08-241-1/+2
| * | ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-3/+2
| * | ice: Trivial formatting fixesAnirudh Venkataramanan2018-08-233-6/+8
| * | ice: Change struct members from bool to u8Bruce Allan2018-08-234-16/+16
| * | ice: Fix potential return of uninitialized valueJesse Brandeburg2018-08-231-2/+2
| * | ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2018-08-232-8/+11
| * | ice: Update to interrupts enabled in OICRBruce Allan2018-08-232-14/+3
| * | ice: Set VLAN flags correctlyBrett Creeley2018-08-232-25/+30
| * | ice: Use order_base_2 to calculate higher power of 2Jacob Keller2018-08-231-5/+2