summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-79/+163
2012-06-29davinci_cpdma: include linux/module.hDaniel Mack1-0/+1
2012-06-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller14-23/+66
2012-06-29gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil1-6/+4
2012-06-29net: qmi_wwan: fix Oops while disconnectingBjørn Mork1-0/+4
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds41-207/+288
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-23/+66
2012-06-28phy: Fix warning in get_phy_device().David S. Miller1-2/+2
2012-06-28virtio_net: allow to change mac when iface is runningJiri Pirko1-4/+5
2012-06-28netdev/phy: Add driver for Broadcom BCM87XX 10G Ethernet PHYsDavid Daney3-0/+244
2012-06-28netdev/phy/of: Add more methods for binding PHY devices to drivers.David Daney1-0/+7
2012-06-28netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2-9/+98
2012-06-28net: fec: add phy-reset-duration for device tree probeShawn Guo1-1/+7
2012-06-28net: fec: use managed function devm_gpio_request_oneShawn Guo1-1/+2
2012-06-28net: fec: enable regulator for fec phyShawn Guo1-0/+13
2012-06-28net: fec: reset phy after pinctrl setupShawn Guo1-2/+2
2012-06-28bnx2: Add missing netif_tx_disable() in bnx2_close()Michael Chan1-2/+3
2012-06-28bnx2: Add "fall through" commentsMichael Chan1-0/+4
2012-06-28cnic: Handle RAMROD_CMD_ID_CLOSE error.Eddie Wai2-2/+11
2012-06-28cnic: Remove uio mem[0].Michael Chan1-4/+1
2012-06-28cnic: Read bnx2x function number from internal registerEddie Wai1-1/+7
2012-06-28cnic: Fix occasional NULL pointer dereference during reboot.Michael Chan1-2/+7
2012-06-28mwifiex: fix memory leak associated with IE manamgementAvinash Patil1-0/+1
2012-06-27ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes1-2/+2
2012-06-27ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis1-1/+1
2012-06-27rtlwifi: rtl8192cu: New USB IDsLarry Finger1-0/+3
2012-06-27can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang1-2/+2
2012-06-27be2net: Fix to trim skb for padded vlan packets to workaround an ASIC BugSomnath Kotur2-14/+47
2012-06-27xen/netfront: teardown the device before unregistering it.Ian Campbell1-4/+4
2012-06-27net: sh_eth: add support for set_ringparam/get_ringparamYoshihiro Shimoda2-33/+112
2012-06-27net: sh_eth: fix up the buffer pointersYoshihiro Shimoda1-7/+24
2012-06-27net: sh_eth: remove unnecessary members/definitionsYoshihiro Shimoda2-75/+1
2012-06-27net: sh_eth: remove unnecessary functionYoshihiro Shimoda2-23/+0
2012-06-27bnx2x: Change bnx2x_tests_str_arr to static charMerav Sicron1-1/+1
2012-06-27bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities adve...Barak Witkowski6-125/+226
2012-06-27team: do not allow to map disabled portsJiri Pirko2-4/+4
2012-06-27team: fix team_adjust_ops with regard to enabled portsJiri Pirko1-11/+19
2012-06-27net: qmi_wwan: simplify a check in qmi_wwan_bind()Dan Carpenter1-2/+2
2012-06-27ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck3-7/+13
2012-06-26net/sh-eth: Check return value of sh_eth_reset when chip reset failNobuhiro Iwamatsu1-32/+56
2012-06-26net/sh-eth: Add support selecting MII function for SH7734 and R8A7740Nobuhiro Iwamatsu2-43/+66
2012-06-26caif-hsi: Remove use of module parametersSjur Brændeland1-79/+72
2012-06-26caif-hsi: Replace platform device with ops structure.Sjur Brændeland1-58/+51
2012-06-26caif-hsi: Add rtnl supportSjur Brændeland1-89/+137
2012-06-26caif-hsi: Remove uncecessary assignmentsSjur Brændeland1-5/+5
2012-06-26caif-hsi: Use netdev_X instead of dev_X for printingSjur Brændeland1-47/+47
2012-06-26caif-hsi: changed test on aggregation_timeoutKim Lilliestierna XX1-1/+1
2012-06-26caif-hsi: Removed dead codeKim Lilliestierna XX1-7/+4
2012-06-26net/mlx4_en: Release QP range in free_resourcesYevgeny Petrilin2-4/+9
2012-06-26net/mlx4: Use single completion vector after NOP failureYevgeny Petrilin1-0/+2