| Commit message (Expand) | Author | Age |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2012-07-24 |
|\ |
|
| * | [SCSI] cxgb4i: tcp push bit fix | Karen Xie | 2012-07-20 |
* | | cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup(). | David S. Miller | 2012-07-05 |
* | | cxgb4i: Convert over to dst_neigh_lookup(). | David S. Miller | 2012-07-05 |
* | | cxgbi: Convert over to dst_neigh_lookup(). | David S. Miller | 2012-07-05 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 2012-03-22 |
|\ |
|
| * | [SCSI] libiscsi_tcp: fix max_r2t manipulation | Mike Christie | 2012-02-19 |
* | | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 |
|/ |
|
* | [SCSI] libcxgbi: do not print a message when memory allocation fails | Thadeu Lima de Souza Cascardo | 2012-01-10 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 |
|\ |
|
| * | switch ->is_visible() to returning umode_t | Al Viro | 2012-01-03 |
* | | cxgb4i: Handle dst_get_neighbour_noref() returning NULL. | David Miller | 2011-12-05 |
* | | libcxgbi: Handle dst_get_neighbour_noref() returning NULL. | David Miller | 2011-12-05 |
* | | cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. | David Miller | 2011-12-05 |
* | | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 2011-12-05 |
|/ |
|
* | scsi: Fix up files implicitly depending on module.h inclusion | Paul Gortmaker | 2011-10-31 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-10-28 |
|\ |
|
| * | [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs | Mike Christie | 2011-08-27 |
| * | [SCSI] iscsi class: sysfs group is_visible callout for session attrs | Mike Christie | 2011-08-27 |
| * | [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs | Mike Christie | 2011-08-27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2011-10-25 |
|\ \ |
|
| * | | cxgbi: convert to SKB paged frag API. | Ian Campbell | 2011-10-21 |
| * | | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 |
| * | | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-10-07 |
| |\ \ |
|
| * | | | cxgbi: Fix scsi Kconfig dependencies. | David S. Miller | 2011-08-12 |
| * | | | chelsio: Move the Chelsio drivers | Jeff Kirsher | 2011-08-10 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove unneeded version.h includes from drivers/scsi/ | Jesper Juhl | 2011-09-15 |
| |/ |
|
* / | [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference | Neil Horman | 2011-09-26 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-07-23 |
|\ |
|
| * | [SCSI] cxgb3i: fixed programing of the dma page sizes | Karen Xie | 2011-06-29 |
* | | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2011-07-18 |
|/ |
|
* | libcxgbi: Use flowi4's saddr in cxgbi_check_route(). | David S. Miller | 2011-05-03 |
* | ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). | David S. Miller | 2011-05-03 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-03-17 |
|\ |
|
| * | [SCSI] cxgbi: convert to use iscsi_conn_get_addr_param | Mike Christie | 2011-02-24 |
| * | [SCSI] cxgbi: enable TEXT PDU support | Mike Christie | 2011-02-24 |
| * | [SCSI] cxgb3i: fixed connection problem with iscsi private ip | kxie@chelsio.com | 2011-01-24 |
| * | [SCSI] cxgbi: get rid of gl_skb in cxgbi_ddp_info | kxie@chelsio.com | 2011-01-24 |
| * | [SCSI] cxgbi: set ulpmode only if digest is on | kxie@chelsio.com | 2011-01-24 |
* | | ipv4: Create and use route lookup helpers. | David S. Miller | 2011-03-12 |
* | | cxgb{3,4}*: improve Kconfig dependencies | Dimitris Michailidis | 2011-03-03 |
* | | ipv4: Make output route lookup return rtable directly. | David S. Miller | 2011-03-02 |
* | | ipv4: Kill can_sleep arg to ip_route_output_flow() | David S. Miller | 2011-03-01 |
* | | ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" | David S. Miller | 2011-03-01 |
|/ |
|
* | net: Abstract default ADVMSS behind an accessor. | David S. Miller | 2010-12-13 |
* | [SCSI] cxgb4i: ignore informational act-open-rpl message | Karen Xie | 2010-10-25 |
* | [SCSI] cxgb4i: connection and ddp setting update | kxie@chelsio.com | 2010-10-07 |
* | [SCSI] cxgb3i: fixed connection over vlan | kxie@chelsio.com | 2010-10-07 |