summaryrefslogtreecommitdiffstats
path: root/drivers/net/tehuti.c
Commit message (Expand)AuthorAgeFilesLines
* tehuti: No need check vfree() pointer.Figo.zhang2009-06-111-6/+3Star
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-2/+3
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* tehuti: Use request_firmware()Ben Hutchings2009-02-271-17/+22
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-2/+2
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-4/+3Star
* tehuti: convert to net_device_opsStephen Hemminger2008-11-221-11/+16
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-131-19/+19
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-071-1/+1
* drivers/net/tehuti: use proper capability check for raw IO accessLinus Torvalds2008-04-291-1/+1
* [netdrvr] tehuti: move ioctl perm check closer to function startJeff Garzik2008-04-251-2/+3
* tehuti: check register sizeFrancois Romieu2008-04-251-0/+14
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-291-1/+1
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-291-5/+3Star
* [TEHUTI]: Fix incorrect usage of strncat in bdx_get_drvinfo()Roel Kluin2007-11-131-4/+4
* tehuti: possible leak in bdx_probeFlorin Malita2007-10-151-1/+2
* network drivers: sparse warning fixesStephen Hemminger2007-10-111-3/+1Star
* [NET]: Add Tehuti network driver.Andy Gospodarek2007-10-111-0/+2508