summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* | | 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/+10
* | | 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/+2
| * | | 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
| * | | be2net: Fix to use 32-bit stats to report rx_drops_no_fragmentAjit Khaparde2013-05-021-6/+17
| * | | be2net: Fix to use version 2 of cq_create for SkyHawk-R devicesAjit Khaparde2013-05-022-14/+15
* | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-4/+2
|\ \ \ \
| * | | | i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-4/+2
* | | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-024-36/+848
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | caif_virtio: Remove bouncing email addressesSjur Brændeland2013-05-011-5/+5
| * | | | virtio-net: fill only rx queues which are being usedSasha Levin2013-04-291-5/+10
| * | | | caif_virtio: fix error return code in cfv_create_genpool()Wei Yongjun2013-04-021-1/+3
| * | | | caif_virtio: Check that vringh_config is not nullSjur Brændeland2013-03-241-0/+4
| * | | | caif_virtio: Use vringh_notify_enable correctlySjur Brændeland2013-03-241-1/+1
| * | | | caif_virtio: use simplified virtqueue accessors.Rusty Russell2013-03-201-2/+1
| * | | | virtio_net: use simplified virtqueue accessors.Rusty Russell2013-03-201-6/+5
| * | | | virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell2013-03-201-25/+26
| * | | | caif_virtio: Introduce caif over virtioErwan Yvin2013-03-203-0/+802
* | | | | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-021-1/+28
|\ \ \ \ \
| * \ \ \ \ Merge tag 'omap-for-v3.10/fixes-non-critical-signed' of git://git.kernel.org/...Arnd Bergmann2013-04-0893-841/+911
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge tag 'ux500-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Arnd Bergmann2013-03-151-1/+28
| |\ \ \ \ \
| | * | | | | net/smsc911x: Provide common clock functionalityLee Jones2013-03-011-1/+28
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-0211-591/+701
|\ \ \ \ \ \ \
| * | | | | | | hostap: proc: Use remove_proc_subtree()David Howells2013-05-011-19/+1
| * | | | | | | airo: Use remove_proc_subtree()David Howells2013-05-011-36/+13
| * | | | | | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-012-24/+12
| * | | | | | | hostap: Don't use create_proc_read_entry()David Howells2013-04-295-445/+628