summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-0912-50/+184
|\
| * net: fec: fix kernel oops when plug/unplug cable many timesFrank Li2013-05-082-15/+39
| * bfin_mac: fix error return code in bfin_mac_probe()Wei Yongjun2013-05-081-1/+2
| * sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun2013-05-081-1/+3
| * net/spider_net: fix error return code in spider_net_open()Wei Yongjun2013-05-081-1/+2
| * net/irda: fix error return code in bfin_sir_open()Wei Yongjun2013-05-081-2/+4
| * sierra_net: keep status interrupt URB activeDan Williams2013-05-081-7/+31
| * usbnet: allow status interrupt URB to always be activeDan Williams2013-05-081-6/+71
| * qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2013-05-082-0/+14
| * be2net: disable TX in be_close()Sathya Perla2013-05-081-0/+2
| * be2net: fix EQ from getting full while cleaning RX CQSathya Perla2013-05-081-6/+1Star
| * be2net: fix payload_len value for GET_MAC_LIST cmd reqSathya Perla2013-05-081-3/+2Star
| * be2net: provision VF resources before enabling SR-IOVSathya Perla2013-05-081-8/+13
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-1/+1
|\ \
| * | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-096-134/+102Star
|\ \ \
| * | | mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-251-26/+59
| * | | mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion2013-04-251-7/+7
| * | | mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion2013-04-251-3/+3
| * | | mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion2013-04-253-20/+19Star
| * | | mlx4_core: Move DMFS HW structs to common header fileHadar Hen Zion2013-04-251-79/+0Star
| * | | mlx4_core: Reduce warning message for SRQ_LIMIT event to debug levelJack Morgenstein2013-04-251-2/+2
| * | | mlx4_core: Implement SRQ object lookup from srqnShlomo Pongratz2013-04-171-0/+15
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-087-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-087-9/+9
* | | | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-072-5/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'late/dt' into next/dt2Arnd Bergmann2013-05-0662-880/+1047
| |\| |
| * | | net: freescale: fec: add support for optional enet_out clkWolfram Sang2013-04-042-0/+11
| * | | net: fec: handle optional clk_ptp more gracefullyShawn Guo2013-04-041-5/+3Star
* | | | e1000e: fix scheduling while atomic bugBruce Allan2013-05-071-1/+1
* | | | net/usb: new driver for RTL8152hayeswang2013-05-064-0/+1789
* | | | 3c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov2013-05-061-1/+1
* | | | net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt2013-05-051-13/+10Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-054-7/+7
|\ \ \ \
| * | | | wireless: single_open() leaksAl Viro2013-05-054-7/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-0512-60/+115
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo2013-05-031-1/+1
| * | | | sky2: Fix crash on receiving VLAN framesKirill Smelkov2013-05-031-0/+2
| * | | | asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org2013-05-031-0/+3
| * | | | net: qmi_wwan: Add Telewell TW-LTE 4GTeppo Kotilainen2013-05-031-0/+1
| * | | | usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter2013-05-031-1/+2
| * | | | drivers: net: cpsw: irq not disabled in cpsw isr in particular sequenceMugunthan V N2013-05-021-1/+1
| * | | | xen-netback: better names for thresholdsWei Liu2013-05-021-20/+29
| * | | | xen-netback: avoid allocating variable size array on stackWei Liu2013-05-021-2/+14
| * | | | xen-netback: remove redundent parameter in netbk_count_requestsWei Liu2013-05-021-4/+2Star
| * | | | be2net: Fix to fail probe if MSI-X enable fails for a VFSomnath Kotur2013-05-021-7/+15
| * | | | be2net: avoid napi_disable() when it has not been enabledSomnath Kotur2013-05-022-2/+7
| * | | | be2net: Fix firmware download for LancerSomnath Kotur2013-05-021-1/+1
| * | | | be2net: Fix to receive Multicast Packets when Promiscuous mode is enabled on ...Ajit Khaparde2013-05-021-2/+4
| * | | | be2net: Fix to show tx priority pause counter in ethtool -SAjit Khaparde2013-05-022-0/+2