aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-11net: eth: cpsw: 64-bit phys_addr_t and sparse cleanupOlof Johansson1-4/+4
2013-12-11net: eth: davinci_cpdma: Mark a local variable staticOlof Johansson1-1/+1
2013-12-11net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanupOlof Johansson1-3/+2
2013-12-118390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead16-302/+426
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-2/+2
2013-12-11vxlan: leave multicast group when vxlan device downGao feng1-6/+21
2013-12-11vxlan: remove vxlan_group_used in vxlan_openGao feng1-3/+1
2013-12-11bgmac: replace some magic values with definesRafał Miłecki2-9/+18
2013-12-11bgmac: reset cached MAC state during chip resetRafał Miłecki1-0/+2
2013-12-11net: macb: Fix build warningSoren Brinkmann1-1/+1
2013-12-10net: macb: Adjust tx_clk when link speed changesSoren Brinkmann2-0/+65
2013-12-10net: macb: Use devm_request_irq()Soren Brinkmann1-5/+3
2013-12-10net: macb: Use devm_ioremap()Soren Brinkmann1-5/+3
2013-12-10net: macb: Migrate to devm clock interfaceSoren Brinkmann1-12/+20
2013-12-10net: macb: Migrate to dev_pm_opsSoren Brinkmann1-7/+7
2013-12-10atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10atm: he: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: ieee802154: remove unnecessary spi_set_drvdata()Jingoo Han2-3/+0
2013-12-10net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: vmxnet3: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: fddi: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: hippi: remove unnecessary pci_set_drvdata()Jingoo Han1-4/+1
2013-12-10virtio_net: spelling fixesstephen hemminger1-2/+2
2013-12-10virtio_net: remove unused parameter to send_commandstephen hemminger1-21/+13
2013-12-10Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()"David S. Miller1-0/+5
2013-12-10Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller1-0/+5
2013-12-10sh_eth: add R8A7791 supportSergei Shtylyov2-4/+5
2013-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-136/+453
2013-12-10bgmac: start/stop PHY on netdev open/stopRafał Miłecki1-0/+4
2013-12-10igb: Start temperature sensor attribute index with 1Guenter Roeck1-4/+4
2013-12-10igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2-55/+53
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny6-0/+226
2013-12-10igb: Support ports mapped in 64-bit PCI spaceAaron Sierra1-7/+3
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny5-0/+96
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore2-40/+19
2013-12-10ixgbevf: update Kconfig descriptionJacob Keller1-4/+4
2013-12-10i40e: Bump version numberCatherine Sullivan1-1/+1
2013-12-10i40e: remove and fix confusing define nameJesse Brandeburg1-4/+17
2013-12-10i40e: complain about out-of-range descriptor requestShannon Nelson1-9/+13
2013-12-10i40e: loopback info and set loopback fixKamil Krawczyk3-4/+6
2013-12-10i40e: restrict diag test messagesShannon Nelson1-9/+12
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein10-20/+32
2013-12-09bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2-138/+64
2013-12-09net: sh_eth: do not issue a wild PHY reset through BMCRFlorian Fainelli1-1/+4
2013-12-09net: tc35815: use phy_init_hw for PHY resetFlorian Fainelli1-11/+4
2013-12-09net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli1-19/+1
2013-12-09net: mv643xx_eth: use phy_init_hw to reset PHYFlorian Fainelli1-20/+1
2013-12-09net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli2-3/+58
2013-12-09net: bfin_mac: do not reset PHY after phy_start()Florian Fainelli1-1/+0
2013-12-09net: greth: use phy_read_status()Florian Fainelli1-1/+1