summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-03-274-43/+74
|\
| * can: bfin_can: declare locally used functions staticMarc Kleine-Budde2013-03-271-2/+2
| * can: mcp251x: Use dev_pm_opsLars-Peter Clausen2013-03-271-7/+13
| * can: mcp251x: Use module_spi_driverLars-Peter Clausen2013-03-271-13/+1
| * can: mcp251x: Remove redundant spi driver bus initializationLars-Peter Clausen2013-03-271-1/+0
| * can: Kconfig: CAN_AT91 depends on ARMLudovic Desroches2013-03-271-1/+1
| * can: at91_can: add dt supportLudovic Desroches2013-03-271-19/+57
* | phy: Elimination the forced speed reduction algorithm.Kirill Kapranov2013-03-271-49/+1
* | ppp: reuse print_hex_dump_bytesAndy Shevchenko2013-03-271-51/+2
* | bnx2x: Cosmetic changesYaniv Rosner2013-03-271-11/+13
* | bnx2x: Support reading I2C EEPROM SFF8472Yaniv Rosner2013-03-273-60/+155
* | bnx2x: Prevent VF raceDmitry Kravkov2013-03-275-34/+82
* | bnx2x: Fix VF outer vlan removalAriel Elior2013-03-271-8/+9
* | bnx2x: Fix VF statisticsAriel Elior2013-03-273-37/+47
* | bnx2x: missing ARI should not be lethalAriel Elior2013-03-271-4/+6
* | bnx2x: Fix AER semaphore releaseYuval Mintz2013-03-271-1/+1
* | net: switch to use skb_probe_transport_header()Jason Wang2013-03-273-26/+3
|/
* ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ONstefan@datenfreihafen.org2013-03-271-2/+2
* ieee802154/at86rf230: Implement hardware address filter callback.stefan@datenfreihafen.org2013-03-271-0/+47
* VXLAN: Fix sparse warnings.Pravin B Shelar2013-03-271-5/+4
* net: fec: TX Buffer incorrectly initializedJim Baxter2013-03-261-1/+1
* stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO2013-03-261-1/+1
* stmmac: add the support for PTP hw clock driverRayagond Kokatanur2013-03-268-10/+294
* stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur2013-03-2611-24/+732
* stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur2013-03-264-4/+22
* stmmac: initial support to manage pcs modesGiuseppe CAVALLARO2013-03-266-15/+257
* stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO2013-03-266-50/+55
* stmmac: support extend descriptorsGiuseppe CAVALLARO2013-03-2611-218/+528
* stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO2013-03-2610-137/+169
* bonding: cleanup unneeded rcu_read_lock()Veaceslav Falico2013-03-261-2/+1
* net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-2/+2
* net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-1/+1
* net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-262-4/+4
* netback: set transport header before passing it to kernelJason Wang2013-03-261-0/+12
* tuntap: set transport header before passing it to kernelJason Wang2013-03-261-0/+10
* macvtap: set transport header before passing skb to lower deviceJason Wang2013-03-261-0/+9
* net/davinci_emac: use devres APIsSekhar Nori2013-03-261-30/+16
* VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar2013-03-261-24/+2
* VXLAN: Fix vxlan stats handling.Pravin B Shelar2013-03-262-65/+8
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+1
* xen-netback: remove skb in xen_netbk_alloc_pageWei Liu2013-03-251-3/+2
* xen-netfront: frags -> slots in xennet_get_responsesWei Liu2013-03-251-9/+9
* xen-netfront: remove unused variable `extra'Wei Liu2013-03-251-7/+1
* net: fec: build fec.c and fec_ptp.c to one moduleFrank Li2013-03-253-4/+2
* mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz2013-03-241-3/+9
* net: mvmdio: define module alias for platform deviceSimon Baatz2013-03-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-2215-67/+114
|\
| * net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion2013-03-211-8/+33
| * net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion2013-03-211-1/+1
| * net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion2013-03-211-11/+11