summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-06net: cdc_ncm: remove non-standard NCM device IDsEnrico Mioso1-11/+0
2013-11-06net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driverEnrico Mioso3-0/+246
2013-11-06net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso1-2/+4
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller108-2771/+8703
2013-11-05virtio-net: coalesce rx frags when possible during rxJason Wang1-4/+11
2013-11-05vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-11-05Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2-45/+32
2013-11-05net/mlx4_core: Implement resource quota enforcementJack Morgenstein2-13/+173
2013-11-05net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein1-23/+65
2013-11-05mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein5-19/+201
2013-11-05net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-11-05net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein3-1/+18
2013-11-05net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-05net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein5-20/+19
2013-11-05net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein2-25/+48
2013-11-05net/mlx4_core: Fix register/unreg vlan flowJack Morgenstein1-11/+10
2013-11-05sh_eth: check platform data pointerSergei Shtylyov1-0/+6
2013-11-05net: cdc_mbim: fixup error return valueBjørn Mork1-4/+2
2013-11-05net: cdc_mbim: no need to check for resume if suspend existsBjørn Mork1-1/+1
2013-11-05net: qmi_wwan: no need to check for resume if suspend existsBjørn Mork1-1/+1
2013-11-05net: qmi_wwan: manage_power should always set needs_remote_wakeupBjørn Mork1-6/+4
2013-11-05net: cdc_mbim: manage_power should always set needs_remote_wakeupBjørn Mork1-5/+3
2013-11-05qlcnic: update version to 5.3.52Himanshu Madhani1-2/+2
2013-11-05qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani5-17/+18
2013-11-05qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani12-311/+404
2013-11-05qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani4-62/+94
2013-11-05qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty6-33/+67
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville108-2771/+8703
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville37-155/+224
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-159/+116
2013-11-04net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-11-02bonding: bond_get_size() returns wrong sizeDan Carpenter1-2/+2
2013-11-02net: cdc_ncm: no not set tx_max higher than the device supportsBjørn Mork1-2/+1
2013-11-02net: cdc_ncm: improve bind error debug messagesBjørn Mork1-10/+26
2013-11-02net: cdc_ncm: return proper error if setup failsBjørn Mork1-2/+2
2013-11-02net: cdc_ncm: refactoring cdc_ncm_setupBjørn Mork1-64/+44
2013-11-02net: cdc_ncm: endian convert constants instead of variablesBjørn Mork1-2/+2
2013-11-02net: cdc_ncm: log signatures in hexBjørn Mork1-4/+6
2013-11-02net: cdc_ncm: use netif_* and dev_* instead of pr_*Bjørn Mork1-50/+48
2013-11-02net: cdc_ncm: log the length we warn aboutBjørn Mork1-1/+1
2013-11-02net: cdc_ncm: set correct dev->hard_mtuBjørn Mork1-7/+2
2013-11-02net: cdc_ncm: remove ethtool opsBjørn Mork1-26/+0
2013-11-02net: cdc_ncm: remove probe and disconnect wrappersBjørn Mork1-18/+2
2013-11-02net: cdc_ncm: no point in filling up the NTBs if we send ZLPsBjørn Mork1-1/+5
2013-11-02net: cdc_ncm: only the control intf can be probedBjørn Mork1-6/+8
2013-11-02net: cdc_ncm: remove descriptor pointersBjørn Mork1-6/+6
2013-11-02net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZEBjørn Mork1-0/+1
2013-11-02net: cdc_ncm: remove ncm_parm fieldBjørn Mork1-23/+23
2013-11-02net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork1-23/+14
2013-11-02net: cdc_ncm: remove unused udev fieldBjørn Mork1-2/+0