summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * ifb: should not use __dev_get_by_index() without locksEric Dumazet2009-10-231-1/+2
| * net: au1000_eth: add missing capability.hManuel Lauss2009-10-231-0/+1
| * myri10ge: improve port type reporting in ethtoolBrice Goglin2009-10-231-3/+14
| * e1000e: reset the PHY on 82577/82578 when going to SxBruce Allan2009-10-231-2/+1Star
| * isdn: fix possible circular locking dependencyXiaotian Feng2009-10-231-3/+3
| * netxen: avoid undue board config checkDhananjay Phadke2009-10-231-10/+4Star
| * netxen: fix tx timeout handling on firmware hangAmit Kumar Salecha2009-10-231-0/+1
| * netxen: fix i2c initDhananjay Phadke2009-10-232-6/+3Star
| * niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was ...Joyce Yu2009-10-221-1/+1
| * KS8851: Fix ks8851_set_rx_mode() for IFF_MULTICASTBen Dooks2009-10-211-1/+1
| * KS8851: Fix MAC address write orderBen Dooks2009-10-212-4/+34
| * KS8851: Add soft reset at probe timeBen Dooks2009-10-211-0/+3
| * net: fix section mismatch in fec.cSteven King2009-10-211-1/+1
| * ethoc: clear only pending irqsThomas Chou2009-10-191-1/+1
| * ethoc: inline regs accessThomas Chou2009-10-191-9/+10
| * vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=nRandy Dunlap2009-10-172-10/+19
| * virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()Eric Dumazet2009-10-151-1/+1
| * be2net: fix support for PCI hot plugSathya Perla2009-10-152-11/+22
| * be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla2009-10-153-14/+18
| * vmxnet: fix 2 build problemsRandy Dunlap2009-10-152-2/+11
| * net: add support for STMicroelectronics Ethernet controllers.Giuseppe Cavallaro2009-10-1516-0/+5178
| * net: ks8851_mll uses mii interfacesRandy Dunlap2009-10-151-0/+1
| * net/fec_mpc52xx: Fix kernel panic on FEC errorJohn Bonesio2009-10-151-6/+0Star
| * net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov2009-10-149-3/+10
* | can: sja1000: fix bug using library functions for skb allocationKurt Van Dijck2009-10-271-2/+0Star
* | cxgb3: Set the rxqKrishna Kumar2009-10-271-0/+1
* | sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings2009-10-245-58/+58
* | sfc: Remove unused code for non-autoneg speed/duplex switchingBen Hutchings2009-10-241-69/+39Star
* | sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2009-10-242-15/+8Star
* | sfc: Move MTD probe after netdev registration and name allocationBen Hutchings2009-10-241-2/+4
* | sfc: Remove unnecessary tests of efx->membaseBen Hutchings2009-10-241-8/+0Star
* | sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings2009-10-241-2/+0Star
* | sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings2009-10-241-35/+25Star
* | sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-243-11/+10Star
* | sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings2009-10-241-1/+0Star
* | sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-244-34/+28Star
* | sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-242-16/+14Star
* | sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings2009-10-241-1/+1
* | sfc: Remove declarations of nonexistent functionsBen Hutchings2009-10-241-2/+0Star
* | sfc: Change order of device removal to reverse of probe orderBen Hutchings2009-10-241-1/+1
* | sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings2009-10-242-29/+21Star
* | sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-244-25/+25
* | sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings2009-10-241-5/+2Star
* | sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-247-98/+62Star
* | sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings2009-10-247-421/+426
* | sfc: Update hardware definitions for SienaBen Hutchings2009-10-247-1887/+3756
* | sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2009-10-242-15/+12Star
* | sfc: Remove versioned bitfield macrosBen Hutchings2009-10-243-40/+47
* | sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings2009-10-249-22/+2Star
* | sfc: Merge sfe4001.c into falcon_boards.cBen Hutchings2009-10-244-443/+420Star