summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: macb: initialize checksum when using checksum offloadingHelmut Buchsbaum2016-09-061-0/+23
* vxlan: fix duplicated and wrong error messagesJiri Benc2016-09-041-26/+9
* vxlan: reject multicast destination without an interfaceJiri Benc2016-09-041-0/+3
* bonding: Fix bonding crashMahesh Bandewar2016-09-041-3/+4
* net: smsc911x: Move interrupt allocation to open/stopJeremy Linton2016-09-031-29/+18
* net: smsc911x: Move interrupt handler before openJeremy Linton2016-09-031-61/+61
* net: smsc911x: Fix register_netdev, phy startup, driver unload orderingJeremy Linton2016-09-031-24/+24
* net: smsc911x: Remove multiple exit points from smsc911x_openJeremy Linton2016-09-031-4/+10
* bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli2016-09-021-4/+15
* net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-013-12/+73
* net: thunderx: Fix for HW issue while padding TSO packetSunil Goutham2016-09-011-3/+8
* i40e: Fix kernel panic on enable/disable LLDPDave Ertman2016-09-011-4/+11
* Merge tag 'wireless-drivers-for-davem-2016-08-29' of git://git.kernel.org/pub...David S. Miller2016-09-017-24/+28
|\
| * Merge ath-current from ath.gitKalle Valo2016-08-291-4/+5
| |\
| | * ath9k: fix using sta->drv_priv before initializing itFelix Fietkau2016-08-221-4/+4
| | * ath9k: fix client mode beacon configurationFelix Fietkau2016-08-221-0/+1
| * | brcmfmac: Change vif_event_lock to spinlockmhiramat@kernel.org2016-08-242-14/+14
| * | brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org2016-08-243-5/+7
| |/
| * mwifiex: fix large amsdu packets causing firmware hangCathy Luo2016-08-181-1/+2
* | tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera2016-09-011-10/+1
* | qed: fix kzalloc-simple.cocci warningsWu Fengguang2016-09-011-4/+2
* | mlxsw: spectrum: Use existing flood setup when adding VLANsIdo Schimmel2016-09-011-16/+9
* | mlxsw: spectrum: Don't take multiple references on a FIDIdo Schimmel2016-09-011-0/+3
* | mlxsw: spectrum_router: Fix netevent notifier registrationJiri Pirko2016-09-013-15/+13
* | mlxsw: spectrum: Fix error path in mlxsw_sp_module_initJiri Pirko2016-09-011-0/+1
* | mlxsw: spectrum_router: Fix fib entry update pathJiri Pirko2016-09-011-6/+2
* | mlxsw: spectrum_router: Fix failure caused by double fib removal from HWJiri Pirko2016-09-011-34/+92
* | qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru2016-09-011-0/+4
* | qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru2016-09-011-1/+9
* | qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru2016-09-012-1/+6
* | net: ethernet: mediatek: fix error handling inside mtk_mdio_initSean Wang2016-09-011-1/+1
* | net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...Sean Wang2016-09-011-17/+6
* | net: ethernet: mediatek: fix the missing of_node_put() after node is used don...Sean Wang2016-09-011-0/+1
* | net: ethernet: mediatek: fix issue of driver removal with interface is upSean Wang2016-09-011-0/+8
* | net: ethernet: mediatek: fix logic unbalance between probe and removeSean Wang2016-09-011-1/+1
* | net: ethernet: mediatek: remove redundant free_irq for devm_request_irq alloc...Sean Wang2016-09-011-2/+0
* | net: ethernet: mediatek: fix API usage with skb_free_fragSean Wang2016-09-011-1/+1
* | net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPRO...Sean Wang2016-09-012-25/+36
* | net: ethernet: mediatek: fix fails from TX housekeeping due to incorrect port...Sean Wang2016-09-011-3/+4
* | 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