summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: avmfritz: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: w6692: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: eicon: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* isdn: hisax: constify pci_device_id.Arvind Yadav2017-07-151-1/+1
* mlx4_en: remove unnecessary returned value checkZhu Yanjun2017-07-151-5/+3
* ioc3-eth: store pointer to net_device for priviate areaJason A. Donenfeld2017-07-151-9/+5
* net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah2017-07-153-35/+55
* net: ethernet: bgmac: Remove unnecessary 'return' from platform_bgmac_idm_writeAbhishek Shah2017-07-151-1/+1
* liquidio: fix possible eeprom format string overflowArnd Bergmann2017-07-141-1/+1
* vmxnet3: avoid format strint overflow warningArnd Bergmann2017-07-141-1/+1
* net: thunder_bgx: avoid format string overflow warningArnd Bergmann2017-07-141-1/+1
* bnx2x: fix format overflow warningArnd Bergmann2017-07-141-1/+2
* net: niu: fix format string overflow warning:Arnd Bergmann2017-07-141-2/+2
* isdn: divert: fix sprintf buffer overflow warningArnd Bergmann2017-07-141-12/+13
* net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi2017-07-141-4/+6
* smsc95xx: use ethtool_op_get_ts_info()Petr Kulhavy2017-07-141-0/+1
* cxgb4: ptp_clock_register() returns error pointersGanesh Goudar2017-07-141-1/+2
* net: hns: add acpi function of xge led controlLiuJian2017-07-142-3/+58
* cdc_ncm: Set NTB format again after altsetting switch for Huawei devicesEnrico Mioso2017-07-142-0/+34
* mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl2017-07-141-2/+2
* cxgb4: add new T5 pci device id'sGanesh Goudar2017-07-131-0/+2
* rt2x00: make const array glrt_table staticColin Ian King2017-07-131-1/+1
* net: stmmac: make const array route_possibilities staticColin Ian King2017-07-131-1/+1
* net: broadcom: bnx2x: make a couple of const arrays staticColin Ian King2017-07-131-2/+2
* xgene: Don't fail probe, if there is no clk resource for SGMII interfacesThomas Bogendoerfer2017-07-131-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-1229-90/+145
|\
| * net: stmmac: revert "support future possible different internal phy mode"LABBE Corentin2017-07-121-7/+3
| * sfc: don't read beyond unicast address listBert Kenward2017-07-121-5/+3
| * smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov2017-07-121-0/+5
| * brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-07-121-0/+5
| * net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng2017-07-121-7/+9
| * nfp: freeing the wrong variableDan Carpenter2017-07-121-1/+1
| * mlxsw: spectrum_switchdev: Check status of memory allocationIdo Schimmel2017-07-121-0/+6
| * mlxsw: spectrum_switchdev: Remove unused variableIdo Schimmel2017-07-121-3/+0
| * mlxsw: spectrum_router: Fix use-after-free in route replaceIdo Schimmel2017-07-121-0/+3
| * mlxsw: spectrum_router: Add missing rollbackIdo Schimmel2017-07-121-0/+1
| * tap: convert a mutex to a spinlockWANG Cong2017-07-111-9/+9
| * cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli2017-07-112-22/+36
| * qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal2017-07-111-3/+3
| * net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet2017-07-111-6/+6
| * net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
| * net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
| * cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()'Christophe Jaillet2017-07-111-4/+5
| * bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan2017-07-111-5/+10
| * bnxt_en: Fix bug in ethtool -L.Michael Chan2017-07-114-9/+8