summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-03-0327-447/+547
|\
| * ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-0324-25/+26
| * ixgbe: add function pointer for semaphore functionDon Skidmore2011-03-036-9/+19
| * ixgbe: X540 CleanupGreg Rose2011-03-031-2/+1
| * ixgbe: cleanup handling of I2C interface to PHYEmil Tantilov2011-03-031-1/+38
| * ixgbe: store permanent address before initializing Rx addressesEmil Tantilov2011-03-032-6/+6
| * ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov2011-03-033-18/+15
| * ixgbe: Specific check for 100 Full link speedEmil Tantilov2011-03-031-2/+5
| * ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov2011-03-036-105/+0
| * ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2011-03-032-60/+11
| * ixgbe: cleanup X540 PHY reset function pointerDon Skidmore2011-03-031-1/+1
| * ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov2011-03-033-83/+95
| * ixgbe: Fill out PCIe speed and width enums with valuesEmil Tantilov2011-03-031-11/+11
| * ixgbe: add polling test to end of PHY resetEmil Tantilov2011-03-031-3/+37
| * ixgbe: Check link wants report current link stateEmil Tantilov2011-03-031-1/+10
| * ixgbe: cleanup code in ixgbe_identify_sfp_module_genericEmil Tantilov2011-03-031-55/+94
| * ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov2011-03-035-22/+90
| * ixgbe: set media type for 82599 T3 LOMEmil Tantilov2011-03-033-11/+42
| * ixgbe: balance free_irq calls with request_irq callsAlexander Duyck2011-03-031-0/+5
| * ixgbe: cleanup logic related to HW semaphoresEmil Tantilov2011-03-031-18/+24
| * ixgbe: cleanup wake on LAN definesEmil Tantilov2011-03-031-2/+2
| * ixgbevf: Fix Compiler WarningsGreg Rose2011-03-031-7/+2
| * igb: Fix strncpy calls to be safe per source code review toolsCarolyn Wyborny2011-03-031-4/+7
| * igb: Fix reg pattern test in ethtool for i350 devicesCarolyn Wyborny2011-03-031-1/+1
| * igb: warn if max_vfs limit is exceededStefan Assmann2011-03-031-1/+6
* | cxgb{3,4}*: improve Kconfig dependenciesDimitris Michailidis2011-03-031-18/+3
|/
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-023-9/+12
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-03-0130-220/+150
|\
| * sfc: Bump version to 3.1Ben Hutchings2011-03-011-1/+1
| * sfc: Remove configurable FIFO thresholds for pause frame generationBen Hutchings2011-03-014-41/+5
| * sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings2011-03-011-1/+20
| * sfc: Update copyright datesBen Hutchings2011-03-0130-30/+30
| * sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Ben Hutchings2011-03-014-31/+8
| * sfc: Read MC firmware version when requested through ethtoolBen Hutchings2011-03-015-41/+9
| * sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson2011-03-012-24/+28
| * sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson2011-03-012-53/+51
* | bonding: use the correct size for _simple_hash()Amerigo Wang2011-02-281-1/+1
* | enic: Flush driver cache of registered addr lists during port profile disasso...Roopa Prabhu2011-02-282-1/+3
* | DM9000: Allow randomised ethernet addressBen Dooks2011-02-281-1/+6
* | qla3xxx: add missing __iomem annotationstephen hemminger2011-02-281-5/+5
* | bonding: fix sparse warningstephen hemminger2011-02-281-2/+3
* | sis900: use pci_dev->revisionSergei Shtylyov2011-02-281-2/+2
* | bnx2x: use dcb_setapp to manage negotiated application tlvsShmulik Ravid2011-02-284-59/+92
* | net: use pci_dev->revision, againSergei Shtylyov2011-02-2813-50/+19
|/
* net: convert bonding to use rx_handlerJiri Pirko2011-02-281-1/+73
* netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang2011-02-282-5/+3
* bonding: sync netpoll code with bridgeAmerigo Wang2011-02-282-57/+118
* rtlwifi: Need to include vmalloc.hDavid S. Miller2011-02-251-0/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-02-25107-4845/+17951
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-02-22107-4845/+17951
| |\