summaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio
Commit message (Expand)AuthorAgeFilesLines
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-012-2/+2
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0Star
* cxgb: set phy's mdio dev before the phy init sequenceDivy Le Ray2009-05-215-11/+13
* chelsio: Use generic XENPAK LASI register definitionsBen Hutchings2009-05-211-8/+9
* chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings2009-04-306-100/+81Star
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-141-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* chelsio: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1Star
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-2/+2
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-271-3/+0Star
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-4/+0Star
|\
| * drivers/net/chelsio/sge.c: remove redundant argument commentsQinghuang Feng2008-11-241-4/+0Star
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-3/+3
* | cxgb2: convert to net_device_opsStephen Hemminger2008-11-201-11/+19
* | netdevice chelsio: Convert directly reference of netdev->privWang Chen2008-11-172-31/+31
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
|/
* cxgb: delete non NAPI code from the driver.Francois Romieu2008-07-112-67/+5Star
* annotate chelsioAl Viro2008-01-293-6/+7
* drivers/net/chelsio/: #if 0 unused functionsAdrian Bunk2008-01-294-3/+6
* drivers/net/chelsio: Add missing "space"Joe Perches2008-01-291-1/+1
* cxgb - revert file mode changes.Divy Le Ray2007-12-044-0/+0
* cxgb - fix statsDivy Le Ray2007-12-014-89/+96
* cxgb - fix NAPIDivy Le Ray2007-12-011-4/+2Star
* cxgb - fix T2 GSODivy Le Ray2007-12-013-20/+18Star
* [CHELSIO]: Fix skb->dev setting.Divy Le Ray2007-11-161-1/+1
* chelsio: sparse warning fixes (old cxgb2)Stephen Hemminger2007-10-114-370/+3Star
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-3/+8
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-3/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-114-20/+21
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-10/+0Star
* chelsio parenthesis fixMariusz Kozlowski2007-05-241-1/+1
* chelsio: use const for virtual functionsStephen Hemminger2007-04-2810-39/+33Star
* chelsio: use C99 style initializationStephen Hemminger2007-04-281-61/+134
* chelsio: remove unused code for 1G boardsStephen Hemminger2007-04-284-1047/+1Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-8/+16
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-2/+1Star
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-2/+1Star
* chelsio: Fix non-NAPI compileRoland Dreier2007-02-271-0/+1
* git-netdev-all: chelsio fixAndrew Morton2007-02-051-1/+1
* chelsio: more rx speedupStephen Hemminger2007-02-051-42/+45
* chelsio: NAPI speed improvementStephen Hemminger2007-02-051-42/+35Star
* chelsio: tabulate the update of the statistic countersFrancois Romieu2007-02-055-205/+222