summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-314-61/+98
|\
| * bpf: media: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-13/+17
| * nfp: bpf: eliminate zero extension code-genJiong Wang2019-05-243-48/+81
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-05-3119-1255/+1259
|\ \
| * | iavf: update comments and file checks to match iavfAlice Michael2019-05-314-7/+7
| * | iavf: rename i40e_device to iavf_deviceAlice Michael2019-05-312-12/+12
| * | iavf: change remaining i40e defines to be iavfAlice Michael2019-05-313-51/+51
| * | iavf: rename iavf_client.h defines to match driver nameAlice Michael2019-05-313-95/+95
| * | iavf: rename iavf_status structure flagsAlice Michael2019-05-317-245/+245
| * | iavf: replace i40e variables with iavfAlice Michael2019-05-3110-533/+531
| * | iavf: rename i40e functions to be iavfAlice Michael2019-05-312-5/+5
| * | iavf: change iavf_status_code to iavf_statusSergey Nemov2019-05-3110-113/+121
| * | iavf: Rename i40e_adminq* files to iavf_adminq*Alice Michael2019-05-316-5/+5
| * | iavf: iavf_client: use struct_size() helperGustavo A. R. Silva2019-05-311-4/+3
| * | iavf: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-311-5/+4
| * | iavf: Limiting RSS queues to CPUsAleksandr Loktionov2019-05-311-1/+1
| * | iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor2019-05-301-1/+1
* | | xen-netback: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* | | net: sfp: remove sfp-bus use of netdevsRussell King2019-05-312-9/+4
* | | net: sfp: add mandatory attach/detach methods for sfp busesRussell King2019-05-312-2/+18
* | | net: phy: allow Clause 45 access via mii ioctlRussell King2019-05-311-9/+24
* | | net: phylink: support for link gpio interruptRussell King2019-05-311-4/+32
* | | net: phylink: remove netdev from phylink mii ioctl emulationRussell King2019-05-311-8/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-31710-8901/+2127
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-3043-414/+569
| |\ \
| | * | net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
| | * | mlxsw: spectrum: Prevent force of 56GAmit Cohen2019-05-301-0/+4
| | * | mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko2019-05-301-6/+5
| | * | net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORTRasmus Villemoes2019-05-301-1/+1
| | * | r8169: fix MAC address being lost in PCI D3Heiner Kallweit2019-05-301-0/+3
| | * | Merge tag 'mlx5-fixes-2019-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-05-304-18/+23
| | |\ \
| | | * | net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-281-0/+13
| | | * | net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-281-1/+1
| | | * | net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-281-1/+1
| | | * | net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-281-0/+4
| | | * | net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-281-15/+3
| | | * | net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed2019-05-281-1/+1
| | * | | netvsc: unshare skb in VF rx handlerStephen Hemminger2019-05-301-0/+6
| | * | | net: phy: dp83867: Set up RGMII TX delayMax Uvarov2019-05-291-3/+1
| | * | | net: phy: dp83867: do not call config_init twiceMax Uvarov2019-05-291-1/+1
| | * | | net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov2019-05-291-0/+18
| | * | | net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov2019-05-291-0/+17
| | * | | net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King2019-05-291-0/+13
| | * | | net: phylink: ensure consistent phy interface modeRussell King2019-05-291-3/+7
| | * | | net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda2019-05-291-0/+4
| | |/ /
| | * | dpaa_eth: use only online CPU portalsMadalin Bucur2019-05-282-7/+6
| | * | net: mvneta: Fix err code path of probeJisheng Zhang2019-05-281-3/+1
| | * | net: stmmac: Do not output error on deferred probeThierry Reding2019-05-281-1/+5
| | * | net: aquantia: tcp checksum 0xffff being handled incorrectlyNikita Danilov2019-05-271-2/+1
| | * | net: aquantia: fix LRO with FCS errorDmitry Bogdanov2019-05-271-29/+32