aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-11net/mlx4_en: Fix panic on xmit while port is downGravatar Moshe Shemesh 1-5/+7
2016-09-11net/mlx4_en: Fixes for DCBXGravatar Tariq Toukan 4-43/+28
2016-09-11net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_state()Gravatar Kamal Heib 1-1/+4
2016-09-11net/mlx4_en: Fix the return value of mlx4_en_dcbnl_set_all()Gravatar Kamal Heib 1-10/+11
2016-09-10net: ethernet: renesas: sh_eth: add POST registers for rzGravatar Chris Brandt 1-0/+7
2016-09-09drivers: net: phy: mdio-xgene: Add hardware dependencyGravatar Jean Delvare 1-0/+1
2016-09-09Merge tag 'wireless-drivers-for-davem-2016-09-08' of git://git.kernel.org/pub...Gravatar David S. Miller 9-13/+22
2016-09-09dwc_eth_qos: do not register semi-initialized deviceGravatar Lars Persson 1-20/+18
2016-09-09mlxsw: spectrum: Set port type before setting its addressGravatar Ido Schimmel 1-9/+9
2016-09-09mlxsw: spectrum_router: Fix error path in mlxsw_sp_router_initGravatar Jiri Pirko 1-1/+8
2016-09-08nfp: don't pad frames on receiveGravatar Jakub Kicinski 1-4/+0
2016-09-08nfp: drop support for old firmware ABIsGravatar Jakub Kicinski 1-4/+2
2016-09-08nfp: remove linux/version.h includesGravatar Jakub Kicinski 3-3/+0
2016-09-08net/mlx5e: Fix parsing of vlan packets when updating lro headerGravatar Gal Pressman 1-7/+15
2016-09-08net/mlx5e: Fix global PFC counters replicationGravatar Gal Pressman 1-1/+1
2016-09-08net/mlx5e: Prevent casting overflowGravatar Gal Pressman 1-2/+4
2016-09-08net/mlx5e: Fix xmit_more counter race issueGravatar Tariq Toukan 1-1/+1
2016-09-07Merge ath-current from ath.gitGravatar Kalle Valo 4-10/+14
2016-09-07brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Gravatar Arend Van Spriel 1-1/+1
2016-09-07ath9k: bring back direction setting in ath9k_{start_stop}Gravatar Giedrius Statkevičius 1-2/+7
2016-09-06bnxt_en: Fix TX push operation on ARM64.Gravatar Michael Chan 1-2/+2
2016-09-06net: smsc: remove build warning of duplicate definitionGravatar Sudip Mukherjee 1-0/+2
2016-09-06net: macb: initialize checksum when using checksum offloadingGravatar Helmut Buchsbaum 1-0/+23
2016-09-04vxlan: fix duplicated and wrong error messagesGravatar Jiri Benc 1-26/+9
2016-09-04vxlan: reject multicast destination without an interfaceGravatar Jiri Benc 1-0/+3
2016-09-04bonding: Fix bonding crashGravatar Mahesh Bandewar 1-3/+4
2016-09-02net: smsc911x: Move interrupt allocation to open/stopGravatar Jeremy Linton 1-29/+18
2016-09-02net: smsc911x: Move interrupt handler before openGravatar Jeremy Linton 1-61/+61
2016-09-02net: smsc911x: Fix register_netdev, phy startup, driver unload orderingGravatar Jeremy Linton 1-24/+24
2016-09-02net: smsc911x: Remove multiple exit points from smsc911x_openGravatar Jeremy Linton 1-4/+10
2016-09-02ath9k: fix AR5416 access GPIO warningGravatar Miaoqing Pan 1-2/+2
2016-09-01bnx2x: don't reset chip on cleanup if PCI function is offlineGravatar Guilherme G. Piccoli 1-4/+15
2016-09-01net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetGravatar Sunil Goutham 3-12/+73
2016-09-01net: thunderx: Fix for HW issue while padding TSO packetGravatar Sunil Goutham 1-3/+8
2016-09-01i40e: Fix kernel panic on enable/disable LLDPGravatar Dave Ertman 1-4/+11
2016-09-01Merge tag 'wireless-drivers-for-davem-2016-08-29' of git://git.kernel.org/pub...Gravatar David S. Miller 7-24/+28
2016-09-01tg3: Fix for disallow tx coalescing time to be 0Gravatar Ivan Vecera 1-10/+1
2016-09-01qed: fix kzalloc-simple.cocci warningsGravatar Wu Fengguang 1-4/+2
2016-09-01mlxsw: spectrum: Use existing flood setup when adding VLANsGravatar Ido Schimmel 1-16/+9
2016-09-01mlxsw: spectrum: Don't take multiple references on a FIDGravatar Ido Schimmel 1-0/+3
2016-09-01mlxsw: spectrum_router: Fix netevent notifier registrationGravatar Jiri Pirko 3-15/+13
2016-09-01mlxsw: spectrum: Fix error path in mlxsw_sp_module_initGravatar Jiri Pirko 1-0/+1
2016-09-01mlxsw: spectrum_router: Fix fib entry update pathGravatar Jiri Pirko 1-6/+2
2016-09-01mlxsw: spectrum_router: Fix failure caused by double fib removal from HWGravatar Jiri Pirko 1-34/+92
2016-08-31qed: Clear dcbx memory buffers before the usage.Gravatar Sudarsana Reddy Kalluru 1-0/+4
2016-08-31qed: Set selection-field while configuring the app entry in ieee mode.Gravatar Sudarsana Reddy Kalluru 1-1/+9
2016-08-31qed*: Disallow dcbx configuration for VF interfaces.Gravatar Sudarsana Reddy Kalluru 2-1/+6
2016-08-31net: ethernet: mediatek: fix error handling inside mtk_mdio_initGravatar Sean Wang 1-1/+1
2016-08-31net: ethernet: mediatek: use devm_mdiobus_alloc instead of mdiobus_alloc insi...Gravatar Sean Wang 1-17/+6
2016-08-31net: ethernet: mediatek: fix the missing of_node_put() after node is used don...Gravatar Sean Wang 1-0/+1