summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-06-11net: mediatek: fix threshold valueJohn Crispin1-2/+1
2016-06-11net: mediatek: disable all interrupts during probeJohn Crispin1-1/+1
2016-06-11net: mediatek: add next data pointer coherency protectionJohn Crispin2-1/+2
2016-06-11net: mediatek: dropped rx packets are not being counted properlyJohn Crispin1-0/+2
2016-06-11net: mediatek: invalid buffer lookup in mtk_tx_map()John Crispin1-1/+1
2016-06-11net: mediatek: fix missing free of scratch memoryJohn Crispin2-5/+15
2016-06-11net: mediatek: add missing return code checkJohn Crispin1-0/+3
2016-06-11net: phy: smsc: reintroduced unconditional soft resetManfred Schlaegl1-13/+4
2016-06-10iwlwifi: mvm: fix a few firmware capability checksJohannes Berg1-4/+4
2016-06-10iwlwifi: mvm: set the encryption type of an IGTK keyAyala Beker1-0/+8
2016-06-10iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()Luca Coelho1-1/+3
2016-06-10iwlwifi: mvm: fix RCU splat in TKIP's update_keyEmmanuel Grumbach1-1/+7
2016-06-10iwlwifi: mvm: increase scan timeout to 20 secondsLuca Coelho1-1/+1
2016-06-10vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare2-3/+3
2016-06-10stmmac: fix parameter to dwmac4_set_umac_addr()Ben Dooks1-1/+1
2016-06-10net/mlx5e: Fix blue flame quota logicEli Cohen1-1/+2
2016-06-10net/mlx5e: Use ndo_stop explicitly at shutdown flowEran Ben Elisha1-4/+1
2016-06-10net/mlx5: E-Switch, always set mc_promisc for allmulti vportsMohamad Haj Yahia1-0/+1
2016-06-10net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2-2/+59
2016-06-10net/mlx5: E-Switch, Fix vport enable flowMohamad Haj Yahia1-4/+1
2016-06-10net/mlx5: E-Switch, Use the correct error check on returned pointersOr Gerlitz1-17/+17
2016-06-10net/mlx5: E-Switch, Use the correct free() functionOr Gerlitz1-3/+3
2016-06-10net/mlx5: Fix E-Switch flow steering capabilities checkMaor Gottlieb1-13/+15
2016-06-10net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb1-1/+9
2016-06-10net/mlx5: Fix root flow table updateMaor Gottlieb1-1/+1
2016-06-10net/mlx5: Fix masking of reserved bits in XRCD numberMajd Dibbiny1-1/+1
2016-06-09mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel2-43/+26
2016-06-09mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel1-52/+95
2016-06-08sfc: report supported link speeds on SFP connectionsBert Kenward1-3/+4
2016-06-08cxgb4: Add device id of T540-BT adapterHariprasad Shenai1-0/+1
2016-06-08net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-06-08bnxt_en: Simplify VLAN receive logic.Michael Chan1-20/+9
2016-06-08bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan1-0/+14
2016-06-08bnxt_en: Fix tx push race condition.Michael Chan1-1/+2
2016-06-07ath10k: fix crash related to printing featuresBen Greear1-1/+1
2016-06-06ath10k: fix deadlock when peer cannot be createdBen Greear1-1/+1
2016-06-06bnx2x: allow adding VLANs while interface is downMichal Schmidt1-89/+62
2016-06-05Merge tag 'wireless-drivers-for-davem-2016-06-04' of git://git.kernel.org/pub...David S. Miller3-3/+21
2016-06-04net-next: mediatek: properly handle RGMII modesJohn Crispin1-0/+3
2016-06-04net-next: mediatek: add fixed-phy supportJohn Crispin1-0/+3
2016-06-04net-next: mediatek: fix gigabit and flow control advertisementJohn Crispin1-4/+26
2016-06-04net-next: mediatek: use mdiobus_free() in favour of kfree()John Crispin1-2/+2
2016-06-04net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistencyIvan Khoronzhuk1-1/+1
2016-06-04gianfar: fix the last transmit buffer descriptorYangbo Lu1-1/+2
2016-06-03brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2016-06-02stmmac: do not sleep in atomic context for mdio_resetVincent Palatin1-2/+4
2016-06-02qed: fix qed_fill_link() error handlingArnd Bergmann3-10/+41
2016-06-02net/ethoc: fix null dereference on error exit pathColin Ian King1-3/+4
2016-06-02Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+1
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-167/+332