aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tehuti.c
Commit message (Expand)AuthorAge
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-29
* net: tehuti: convert to hw_featuresMichał Mirosław2011-04-17
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
* | tehuti: Firmware filename is tehuti/bdx.binBen Hutchings2010-12-17
|/
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-25
* tehuti: Use net_device_stats from struct net_deviceTobias Klauser2010-08-19
* tehuti: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-03
* tehuti: Remove unnecessary memset of netdev private dataTobias Klauser2010-05-07
* drivers: net: use skb_headlen()Eric Dumazet2010-04-14
* net: convert multicast list to list_headJiri Pirko2010-04-03
* net: remove redundant codeEric Dumazet2010-03-31
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-26
* | drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()Joe Perches2010-02-17
* | drivers/net/tehuti.c: trivial checkpatch cleanupsJoe Perches2010-02-16
* | drivers/net/tehuti.c: Hoist assigns out of ifsJoe Perches2010-02-16
* | drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpersJoe Perches2010-02-16
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-19
* trivial: remove duplicated MIN macro from tehuti.Thiago Farina2009-11-04
* tehuti: Convert ethtool get_stats_count() ops to get_sset_count()Ben Hutchings2009-10-05
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* tehuti: No need check vfree() pointer.Figo.zhang2009-06-11
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-29
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* tehuti: Use request_firmware()Ben Hutchings2009-02-27
* net: Remove redundant NAPI functionsBen Hutchings2009-01-21
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-06
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-22
* tehuti: convert to net_device_opsStephen Hemminger2008-11-21
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-13
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-06
* drivers/net/tehuti: use proper capability check for raw IO accessLinus Torvalds2008-04-29
* [netdrvr] tehuti: move ioctl perm check closer to function startJeff Garzik2008-04-25
* tehuti: check register sizeFrancois Romieu2008-04-25
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-28
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-28
* [TEHUTI]: Fix incorrect usage of strncat in bdx_get_drvinfo()Roel Kluin2007-11-13
* tehuti: possible leak in bdx_probeFlorin Malita2007-10-15
* network drivers: sparse warning fixesStephen Hemminger2007-10-10
* [NET]: Add Tehuti network driver.Andy Gospodarek2007-10-10