aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bna (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11bna: Move the Brocade driverJeff Kirsher25-21141/+0
2011-08-03bna: Remove Obsolete File bfi_ctreg.hRasesh Mody1-646/+0
2011-08-03bna: Consolidated HW Registers for Supported HWsRasesh Mody4-41/+497
2011-08-03bna: Remove get_regs Ethtool SupportRasesh Mody1-319/+0
2011-08-01bna: HW Interface Init UpdateRasesh Mody1-11/+17
2011-08-01bna: Remove Unnecessary CNA CheckRasesh Mody1-12/+0
2011-07-23bnad: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-22bna: Header File ConsolidationRasesh Mody6-87/+69
2011-07-22bna: HW Error Counter FixRasesh Mody3-0/+6
2011-07-22bna: Add HW Semaphore Unlock LogicRasesh Mody2-0/+31
2011-07-22bna: IOC Event Name ChangeRasesh Mody1-10/+10
2011-07-22bna: Mboxq Flush When IOC DisabledRasesh Mody1-3/+4
2011-07-22bna: Minor IRQ Index and Definition ChangeRasesh Mody2-9/+13
2011-07-22bna: State Machine Fault Handling CleanupRasesh Mody4-64/+64
2011-07-22bna: IOC Event Notification EnhancementRasesh Mody4-54/+99
2011-07-22bna: CheckPatch CleanupRasesh Mody13-215/+215
2011-07-22bna: Print Driver VersionRasesh Mody1-1/+2
2011-07-21bnad: do vlan cleanupJiri Pirko2-39/+19
2011-07-15Separate handling of irq type flags variable from the irq_flags request_irq variableShyam Iyer1-3/+3
2011-07-08bna: use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+3
2011-07-01Fix call trace when interrupts are disabled while sleeping function kzalloc is calledShyam Iyer1-4/+3
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl1-1/+0
2011-06-21drivers/net: Remove casts of void *Joe Perches2-2/+2
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-04-19net:bna: fix compile warning of ‘bfa_ioc_smem_pgoff’ defined but not usedShan Wei1-7/+0
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-16/+51
2011-04-17bna: Fix set-but-unused variables.David S. Miller3-30/+4
2011-04-14bna: fix memory leak during RX path cleanupRasesh Mody1-1/+0
2011-04-14bna: fix for clean fw re-initializationRasesh Mody4-15/+51
2011-04-12net: bna: convert to hw_featuresMichał Mirosław3-78/+9
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+3
2011-04-06bna: Fix for handling firmware heartbeat failureRasesh Mody1-7/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-02bna: use device model DMA APIIvan Vecera2-53/+57
2011-01-12bna: Remove unnecessary memset(,0,)Joe Perches1-1/+0
2010-12-25bna: Update the driver version to 2.3.2.3Rasesh Mody1-1/+1
2010-12-25bna: IOC failure auto recovery fixRasesh Mody7-350/+1061
2010-12-25bna: Restore VLAN filter tableRasesh Mody1-2/+27
2010-12-25bna: Removed unused codeRasesh Mody3-253/+3
2010-12-25bna: IOC uninit check and misc cleanupRasesh Mody2-65/+2
2010-12-25bna: Fix for TX queueRasesh Mody3-6/+25
2010-12-25bna: Enable pure priority tagged packet reception and rxf uninit cleanup fixRasesh Mody1-0/+25
2010-12-25bna: Fix ethtool register dump and reordered an APIRasesh Mody2-9/+3
2010-12-25bna: Port enable disable sync and txq priority fixRasesh Mody4-39/+116
2010-12-25bna: TxRx and datapath fixRasesh Mody2-197/+178
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-05bna: scope and dead code cleanupRasesh Mody11-692/+170