aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2-12/+7
2012-01-05e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli1-0/+2
2012-01-05e1000: fix lockdep splat in shutdown handlerJesse Brandeburg1-7/+1
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-01-04r6040: place comments before codeFlorian Fainelli1-3/+4
2012-01-04r6040: use __aligned(size)Florian Fainelli1-1/+1
2012-01-04r6040: use definitions for MAC_SM register read/writesFlorian Fainelli1-2/+3
2012-01-04r6040: use MAC_RST bit definition with MCR1 read/writesFlorian Fainelli1-3/+3
2012-01-04r6040: define more MCR0 register bitsFlorian Fainelli1-3/+6
2012-01-04r6040: remove unused variables and definitionsFlorian Fainelli1-13/+1
2012-01-04r6040: use an unique MDIO bus nameFlorian Fainelli1-1/+2
2012-01-04sfc: Remove now-unused filter functionBen Hutchings2-48/+0
2012-01-04sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings1-39/+149
2012-01-04sfc: Add support for retrieving and removing filters by IDBen Hutchings3-0/+266
2012-01-04sfc: Use consistent types for filter IDs, indices and search depthsBen Hutchings2-8/+8
2012-01-04sfc: Change filter ID generation to satisfy priority semantics of RX NFCBen Hutchings2-5/+43
2012-01-04gianfar: Reject out-of-range RX NFC locationsBen Hutchings1-2/+3
2012-01-03net/smsc911x: Check if PHY is in operational mode before software resetJavier Martinez Canillas1-0/+92
2012-01-03net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas1-0/+4
2012-01-03skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEPDaniel Halperin1-2/+2
2012-01-03net/davinci: do not use all descriptors for tx packetsSascha Hauer1-0/+8
2012-01-03net: fsl: fec: fix build for mx23-only kernelWolfram Sang1-2/+2
2012-01-03mlx4_core: Elaborating limitation on VF port optionsYevgeny Petrilin1-1/+6
2012-01-03mlx4_core: fix mtt range deallocationMarcel Apfelbaum1-2/+2
2012-01-038139cp: properly config rx mode after resumingJason Wang1-6/+3
2012-01-038139cp/8139too: do not read into reserved registersJason Wang2-2/+2
2012-01-02ixgbe: add support for new 82599 device.Don Skidmore3-5/+22
2012-01-02ixgbe: add support for new 82599 device idEmil Tantilov3-0/+3
2012-01-02ixgbe: add write flush in ixgbe_clock_out_i2c_byte()Emil Tantilov1-0/+1
2012-01-02ixgbe: fix typo'sStephen Hemminger1-7/+7
2012-01-02ixgbe: fix incorrect PHY register readsEmil Tantilov1-4/+4
2012-01-02igb: Add flow control advertising to ethtool setting.Carolyn Wyborny1-2/+4
2012-01-02ixgbevf: Fix register defines to correctly handle complex expressionsAlexander Duyck2-23/+23
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+4
2011-12-30skge: restore rx multicast filter on resume and after config changesFlorian Zumbiehl1-0/+3
2011-12-30be2net: query link status in be_open()Ajit Khaparde5-19/+45
2011-12-30be2net: fix range check for set_qos for a VFAjit Khaparde1-5/+9
2011-12-30be2net: fix be_vlan_add/rem_vidAjit Khaparde1-11/+24
2011-12-30mlx4_en: nullify cq->vector field when closing completion queueYevgeny Petrilin1-0/+1
2011-12-29mlx4_core: limiting VF port optionsYevgeny Petrilin1-2/+4
2011-12-29mlx4_core: using array index for sense_allowedYevgeny Petrilin1-1/+1
2011-12-28net: fec: Adjust ENET MDIO timeoutsRogerio Pimentel1-1/+1
2011-12-27net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discoveryJoshua Kinard1-1/+47
2011-12-27net: calxeda xgmac ethernet driver add missing HAS_IOMEM dependencyHeiko Carstens1-1/+1
2011-12-26mlx4: Add missing include of linux/slab.hAxel Lin1-0/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+14
2011-12-23bna: Add debugfs interface.Krishna Gudipati10-4/+827
2011-12-23bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati9-39/+771
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro1-0/+4
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO9-290/+612