summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Killer E2500 device ID in alx driver.Owen Lin2016-08-292-0/+3
* net: smc91x: fix SMC accessesRussell King2016-08-292-20/+52
* net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb2016-08-291-1/+1
* net/mlx5: Add error prints when validate ETS failedEran Ben Elisha2016-08-291-5/+16
* net/mlx5e: Fix memory leak if refreshing TIRs failsKamal Heib2016-08-291-3/+4
* net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-293-0/+6
* net/mlx5e: Fix ethtool -g/G rx ring parameter report with striding RQEran Ben Elisha2016-08-291-9/+67
* net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-294-70/+44
* net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-292-0/+10
* net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-293-42/+22
* net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed2016-08-294-16/+40
* sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-271-1/+2
* team: loadbalance: push lacpdus to exact deliveryJiri Pirko2016-08-261-0/+15
* net: hns: dereference ppe_cb->ppe_common_cb if it is non-nullColin Ian King2016-08-261-1/+2
* 8139cp: Fix one possible deadloop in cp_rx_pollGao Feng2016-08-261-1/+1
* i40e: Change some init flow for the clientAnjali Singhai Jain2016-08-262-12/+30
* Revert "phy: IRQ cannot be shared"Xander Huff2016-08-261-2/+4
* net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli2016-08-261-1/+1
* mlxsw: router: Enable neighbors to be created on stacked devicesYotam Gigi2016-08-241-1/+1
* mlxsw: spectrum: Add missing flood to router portIdo Schimmel2016-08-242-1/+43
* tun: fix transmit timestamp supportSoheil Hassas Yeganeh2016-08-241-5/+1
* dwc_eth_qos: fix interrupt enable raceRabin Vincent2016-08-241-7/+10
* net: lpc_eth: Check clk_prepare_enable() errorFabio Estevam2016-08-241-11/+9
* net: mv88e6xxx: Fix ingress rate removal for mv6131 chipsJamie Lentin2016-08-241-2/+6
* phy: micrel: Reenable interrupts during resume for ksz9031Xander Huff2016-08-241-1/+1
* gianfar: fix size of scatter-gathered framesZefir Kurtisi2016-08-241-6/+14
* gianfar: prevent fragmentation in DSA environmentsZefir Kurtisi2016-08-241-1/+2
* qed: FLR of active VFs might lead to FW assertYuval Mintz2016-08-231-1/+10
* net: tehuti: fix typo: "eneble" -> "enable"Colin Ian King2016-08-221-1/+1
* net: xilinx: emaclite: Fallback to random MAC address.Daniel Romell2016-08-211-3/+5
* vmxnet3: fix tx data ring copy for variable sizeShrikrishna Khare2016-08-202-3/+5
* ixgbe: Do not clear RAR entry when clearing VMDq for SAN MACAlexander Duyck2016-08-201-1/+3
* mlxsw: spectrum_buffers: Fix pool value handling in mlxsw_sp_sb_tc_pool_bind_setJiri Pirko2016-08-201-8/+4
* net/mlx5: E-Switch, Avoid ACLs in the offloads modeOr Gerlitz2016-08-201-7/+9
* net/mlx5: E-Switch, Set the send-to-vport rules in the correct tableOr Gerlitz2016-08-201-1/+1
* net/mlx5: E-Switch, Return the correct devlink e-switch modeOr Gerlitz2016-08-201-5/+19
* net/mlx5e: Retrieve the switchdev id from the firmware only onceHadar Hen Zion2016-08-203-3/+8
* net/mlx5e: Use correct flow dissector key on flower offloadingHadar Hen Zion2016-08-201-1/+1
* net/mlx5: Update last-use statistics for flow rulesAmir Vadai2016-08-201-1/+10
* net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey2016-08-201-31/+54
* net/mlx5: Fix pci error recovery flowMohamad Haj Yahia2016-08-201-30/+29
* net/mlx5e: Optimization for MTU changeTariq Toukan2016-08-201-2/+7
* net/mlx5e: Set port MTU on netdev creation rather on openSaeed Mahameed2016-08-201-4/+3
* kaweth: fix oops upon failed memory allocationOliver Neukum2016-08-191-1/+6
* kaweth: fix firmware downloadOliver Neukum2016-08-191-2/+1
* net: bgmac: fix reversed check for MII registration errorRafał Miłecki2016-08-191-1/+1
* cxgb4: Fixes resource allocation for ULD's in kdump kernelHariprasad Shenai2016-08-191-5/+5
* net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2016-08-192-2/+4
* qede: Fix Tx timeout due to xmit_moreYuval Mintz2016-08-191-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-1843-397/+662
|\