summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* timers, driver/net/ethernet/tile: Initialize the egress timer as pinnedThomas Gleixner2016-07-071-2/+2
* qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru2016-06-291-7/+3Star
* e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson2016-06-291-2/+13
* qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter2016-06-291-1/+1
* ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun2016-06-291-7/+7
* net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham2016-06-291-3/+13
* net: thunderx: Fix link status reportingSunil Goutham2016-06-292-31/+62
* net/mlx5e: Reorganize ethtool statisticsGal Pressman2016-06-295-163/+130Star
* net/mlx5e: Fix number of PFC counters reported to ethtoolGal Pressman2016-06-291-1/+3
* net/mlx5e: Prevent adding the same vxlan portMatthew Finlay2016-06-291-0/+3
* net/mlx5e: Check for BlueFlame capability before allocating SQ uarGal Pressman2016-06-291-1/+1
* net/mlx5e: Change enum to better reflect usageEli Cohen2016-06-292-4/+4
* net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devicesMajd Dibbiny2016-06-291-1/+2
* net/mlx5: Update command stringsEli Cohen2016-06-291-0/+1
* net: marvell: Add separate config ANEG function for Marvell 88E1111Harini Katakam2016-06-291-1/+43
* net: phy: Manage fixed PHY address space using IDAFlorian Fainelli2016-06-291-11/+11
* net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_createWang Sheng-Hui2016-06-281-7/+8
* net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli2016-06-281-2/+0Star
* net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli2016-06-281-0/+3
* net: bgmac: Fix SOF bit checkingFlorian Fainelli2016-06-281-2/+3
* bonding: fix 802.3ad aggregator reselectionJay Vosburgh2016-06-281-19/+45
* Merge tag 'linux-can-fixes-for-4.7-20160623' of git://git.kernel.org/pub/scm/...David S. Miller2016-06-273-1/+18
|\
| * can: kvaser_usb: Add support for more Kvaser Leaf v2 devicesJimmy Assarsson2016-06-232-1/+9
| * can: fix oops caused by wrong rtnl dellink usageOliver Hartkopp2016-06-231-0/+6
| * can: fix handling of unmodifiable configuration options fixOliver Hartkopp2016-06-231-0/+3
* | net: smsc911x: Fix bug where PHY interrupts are overwritten by 0Jeremy Linton2016-06-271-2/+0Star
* | Merge tag 'wireless-drivers-for-davem-2016-06-21' of git://git.kernel.org/pub...David S. Miller2016-06-239-15/+30
|\ \
| * \ Merge ath-current from ath.gitKalle Valo2016-06-164-7/+6Star
| |\ \
| | * | ath9k: fix GPIO mask for AR9462 and AR9565Miaoqing Pan2016-06-141-4/+4
| | * | ath10k: fix deadlock while processing rx_in_ord_indRajkumar Manoharan2016-06-141-1/+0Star
| | * | ath10k: fix crash related to printing featuresBen Greear2016-06-071-1/+1
| | * | ath10k: fix deadlock when peer cannot be createdBen Greear2016-06-061-1/+1
| * | | rtl8xxxu: fix typo on variable name, compare against correct variableColin Ian King2016-06-161-1/+1
| * | | iwlwifi: mvm: fix a few firmware capability checksJohannes Berg2016-06-101-4/+4
| * | | iwlwifi: mvm: set the encryption type of an IGTK keyAyala Beker2016-06-101-0/+8
| * | | iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()Luca Coelho2016-06-101-1/+3
| * | | iwlwifi: mvm: fix RCU splat in TKIP's update_keyEmmanuel Grumbach2016-06-101-1/+7
| * | | iwlwifi: mvm: increase scan timeout to 20 secondsLuca Coelho2016-06-101-1/+1
| |/ /
* | | geneve: fix tx_errors statisticsHaishuang Yan2016-06-231-4/+4
* | | net: vrf: replace hard tab with space in assignmentChris Packham2016-06-231-2/+2
| |/ |/|
* | net/mlx4_en: Avoid unregister_netdev at shutdown flowEran Ben Elisha2016-06-222-3/+19
* | net/mlx4_en: Fix the return value of a failure in VLAN VID add/killKamal Heib2016-06-221-7/+11
* | team: Fix possible deadlock during team enslaveIdo Schimmel2016-06-221-0/+2
* | can: gs_usb: Add Basic support for the bytewerk.org candleLight interfaceMaximilian Schneider2016-06-202-4/+13
* | can: at91_can: RX queue could get stuck at high bus loadWolfgang Grandegger2016-06-201-2/+3
* | can: c_can: Update D_CAN TX and RX functions to 32 bit - fix Altera Cyclone a...Thor Thayer2016-06-201-7/+31
* | qed: Add missing port-modeYuval Mintz2016-06-192-0/+2
* | qed: Fix returning unlimited SPQ entriesYuval Mintz2016-06-191-3/+18
* | qed*: Don't reset statistics on inner reloadYuval Mintz2016-06-192-4/+6
* | qed: Prevent VF from Tx-switching 'promisc'Yuval Mintz2016-06-191-4/+0Star