aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/cxgbi
AgeCommit message (Expand)AuthorFilesLines
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksGravatar Joe Perches 1-4/+4
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2013-06-26[SCSI] cxgb4i: add support for T5 adapterGravatar Karen Xie 1-31/+128
2013-06-17net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Gravatar Isaku Yamahata 1-1/+1
2013-01-30[SCSI] cxgb4i: Remove the scsi host device when removing deviceGravatar Thadeu Lima de Souza Cascardo 1-0/+1
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+2
2012-07-20[SCSI] cxgb4i: tcp push bit fixGravatar Karen Xie 1-2/+2
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().Gravatar David S. Miller 1-1/+2
2012-07-05cxgb4i: Convert over to dst_neigh_lookup().Gravatar David S. Miller 1-1/+4
2012-07-05cxgbi: Convert over to dst_neigh_lookup().Gravatar David S. Miller 1-4/+8
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Gravatar Linus Torvalds 1-11/+2
2012-03-20scsi: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-3/+2
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationGravatar Mike Christie 1-11/+2
2012-01-10[SCSI] libcxgbi: do not print a message when memory allocation failsGravatar Thadeu Lima de Souza Cascardo 1-2/+3
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-2/+2
2012-01-03switch ->is_visible() to returning umode_tGravatar Al Viro 2-2/+2
2011-12-05cxgb4i: Handle dst_get_neighbour_noref() returning NULL.Gravatar David Miller 1-1/+7
2011-12-05libcxgbi: Handle dst_get_neighbour_noref() returning NULL.Gravatar David Miller 1-2/+8
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.Gravatar David Miller 1-1/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 3-4/+4
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionGravatar Paul Gortmaker 1-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 4-38/+59
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 6-15/+19
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+0
2011-10-21cxgbi: convert to SKB paged frag API.Gravatar Ian Campbell 2-14/+16
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-5/+5
2011-10-07Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-1/+1
2011-09-26[SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceGravatar Neil Horman 1-1/+1
2011-09-15Remove unneeded version.h includes from drivers/scsi/Gravatar Jesper Juhl 2-2/+0
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsGravatar Mike Christie 3-6/+10
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsGravatar Mike Christie 3-22/+20
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsGravatar Mike Christie 4-12/+31
2011-08-11cxgbi: Fix scsi Kconfig dependencies.Gravatar David S. Miller 2-2/+4
2011-08-10chelsio: Move the Chelsio driversGravatar Jeff Kirsher 2-2/+2
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-1/+3
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 3-4/+4
2011-06-29[SCSI] cxgb3i: fixed programing of the dma page sizesGravatar Karen Xie 1-1/+3
2011-05-03libcxgbi: Use flowi4's saddr in cxgbi_check_route().Gravatar David S. Miller 1-5/+6
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().Gravatar David S. Miller 1-1/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 5-97/+56
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-17/+3
2011-03-02cxgb{3,4}*: improve Kconfig dependenciesGravatar Dimitris Michailidis 2-2/+6
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-1/+2
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()Gravatar David S. Miller 1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"Gravatar David S. Miller 1-1/+1
2011-02-24[SCSI] cxgbi: convert to use iscsi_conn_get_addr_paramGravatar Mike Christie 4-22/+22
2011-02-24[SCSI] cxgbi: enable TEXT PDU supportGravatar Mike Christie 2-2/+2
2011-01-24[SCSI] cxgb3i: fixed connection problem with iscsi private ipGravatar kxie@chelsio.com 1-4/+15
2011-01-24[SCSI] cxgbi: get rid of gl_skb in cxgbi_ddp_infoGravatar kxie@chelsio.com 4-63/+8