summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-079-26/+59
|\
| * bnx2x: Fix KR2 rapid link flapYaniv Rosner2013-04-071-7/+11
| * ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski2013-04-051-2/+9
| * bonding: remove sysfs before removing devicesVeaceslav Falico2013-04-051-1/+1
| * atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2013-04-052-1/+2
| * r8169: fix auto speed down issuehayeswang2013-04-041-3/+25
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-04-043-12/+11
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-033-12/+11
| | |\
| | | * mwifiex: limit channel number not to overflow memoryStone Piao2013-04-011-1/+2
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-04-012-11/+9
| | | |\
| | | | * iwlwifi: dvm: fix the passive-no-RX workaroundJohannes Berg2013-03-282-11/+9
* | | | | netdev/phy: Implement ieee802.3 clause 45 in mdio-octeon.cDavid Daney2013-04-071-7/+87
* | | | | vxlan: Bypass encapsulation if the destination is localSridhar Samudrala2013-04-071-16/+43
* | | | | net/mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbxOr Gerlitz2013-04-071-1/+1
* | | | | net/mlx4_en: Enable DCB ETS ops only when supported by the firmwareOr Gerlitz2013-04-074-2/+18
* | | | | net/mlx4_core: Added proper description for two device capabilitiesOr Gerlitz2013-04-071-1/+2
* | | | | net: phy: spi_ks8995: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-4/+4
* | | | | net: wireless: p54spi: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-3/+3
* | | | | net: wireless: wl1251: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
* | | | | net: ethernet: enc28j60: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
* | | | | net: ethernet: ks8851: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-4/+4
* | | | | net: can: mcp251x: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-16/+16
* | | | | net: ieee802154: mrf24j40: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-3/+3
* | | | | r8169: add a new chip for RTL8106Ehayeswang2013-04-071-0/+21
* | | | | r8169: adjust the flow of hw_starthayeswang2013-04-071-17/+17
* | | | | r8169: add a new chip for RTL8111Ghayeswang2013-04-071-0/+45
* | | | | r8169: Update the RTL8111G parametershayeswang2013-04-071-4/+25
* | | | | r8169: Modify the method for setting firmwarehayeswang2013-04-071-13/+32
* | | | | r8169: Update PHY settings of RTL8111Ghayeswang2013-04-071-2/+22
* | | | | r8169: Modify the mothod for PHY settings of RTL8111Ghayeswang2013-04-071-21/+31
* | | | | r8169: Remove firmware codehayeswang2013-04-071-26/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-032-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | net/mlx4_en: Fix setting initial MAC addressYan Burman2013-04-021-2/+2
| * | | | bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico2013-04-021-2/+1
| |/ / /
* | | | net/nxp/lpc_eth: Drop ifdef CONFIG_OF_NETGuenter Roeck2013-04-021-2/+0
* | | | net/freescale/fec: Simplify OF dependenciesGuenter Roeck2013-04-021-18/+1
* | | | net/cadence/macb: Simplify OF dependenciesGuenter Roeck2013-04-021-37/+6
* | | | net/cadence/at91_ether: Simplify OF dependenciesGuenter Roeck2013-04-021-38/+6
* | | | forcedeth: Do a dma_mapping_error check after skb_frag_dma_mapNeil Horman2013-04-021-1/+40
* | | | qlcnic: Bump up the version to 5.2.40Rajesh Borundia2013-04-021-2/+2
* | | | qlcnic: Fix sparse warnings.Rajesh Borundia2013-04-021-2/+1
* | | | qlcnic: Fix NULL dereference in error path.Rajesh Borundia2013-04-021-6/+5
* | | | qlcnic: Fix potential NULL dereferenceRajesh Borundia2013-04-021-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-0134-525/+544
|\ \ \ \ | |/ / /
| * | | DM9000B: driver initialization upgradeJoseph CHANG2013-03-312-105/+120
| * | | sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2013-03-312-5/+5
| * | | sh_eth: workaround for spurious ECI interruptSergei Shtylyov2013-03-311-2/+8
| * | | sh_eth: fix handling of no LINK signalSergei Shtylyov2013-03-311-4/+6
| * | | ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com2013-03-291-1/+1
| * | | atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2013-03-292-18/+2
OpenPOWER on IntegriCloud