| Commit message (Expand) | Author | Age | Files | Lines |
* | ethernet: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 15 | -30/+15 |
* | cxgb4: Add new scheme to update T4/T5 firmware | Hariprasad Shenai | 2013-12-03 | 4 | -190/+289 |
* | cxgb4vf: added much cleaner implementation of is_t4() | Hariprasad Shenai | 2013-12-03 | 6 | -16/+39 |
* | cxgb4: Much cleaner implementation of is_t4()/is_t5() | Hariprasad Shenai | 2013-12-03 | 5 | -70/+73 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-11-04 | 1 | -1/+2 |
|\ |
|
| * | cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architectures | Ben Hutchings | 2013-10-29 | 1 | -1/+2 |
* | | net: cxgb4vf: use DEFINE_PCI_DEVICE_TABLE | Jingoo Han | 2013-10-22 | 1 | -1/+1 |
* | | chelsio: remove duplicate defines | Michael Opdenacker | 2013-10-22 | 1 | -35/+0 |
* | | cgxb4: remove duplicate include in cxgb4.h | Michael Opdenacker | 2013-10-22 | 1 | -1/+0 |
* | | net: cxgb4vf: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-18 | 1 | -3/+0 |
* | | net: cxgb2: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-18 | 1 | -2/+0 |
* | | net: cxgb3: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-18 | 1 | -2/+0 |
* | | net: cxgb4: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-18 | 1 | -2/+0 |
* | | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 2013-10-02 | 1 | -2/+2 |
* | | bonding: make bond_for_each_slave() use lower neighbour's private | Veaceslav Falico | 2013-09-26 | 1 | -1/+2 |
* | | chelsio: Remove extern from function prototypes | Joe Perches | 2013-09-24 | 1 | -23/+23 |
* | | net: cxgb4vf: Staticize local symbols | Sachin Kamat | 2013-09-20 | 1 | -5/+6 |
|/ |
|
* | cxgb4: remove workqueue when driver registration fails | Wei Yang | 2013-09-16 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 2 | -2/+2 |
|\ |
|
| * | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 2 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 1 | -2/+1 |
|\ \ |
|
* \ \ | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-09-05 | 5 | -2/+332 |
|\ \ \
| |/ /
|/| | |
|
| * | | cxgb4: Add CLIP support to store compressed IPv6 address | Vipul Pandya | 2013-08-12 | 3 | -0/+241 |
| * | | cxgb4: Add routines to create and remove listening IPv6 servers | Vipul Pandya | 2013-08-12 | 3 | -2/+91 |
| |/ |
|
* / | Revert "cxgb3: Check and handle the dma mapping errors" | Alexey Kardashevskiy | 2013-08-15 | 1 | -83/+24 |
|/ |
|
* | cxgb3: Missing rtnl lock in error recovery | Benjamin Herrenschmidt | 2013-07-02 | 1 | -0/+2 |
* | cxgb4: Do not set net_device::dev_id to VI index | Ben Hutchings | 2013-06-13 | 1 | -1/+0 |
* | cxgb3: Correct comparisons and calculations using skb->tail and skb-transport... | Li RongQing | 2013-06-05 | 2 | -2/+2 |
* | cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're t... | Jay Hernandez | 2013-06-01 | 3 | -3/+35 |
* | cxgb3: Correct comparisons and calculations using skb->tail and skb-transport... | Simon Horman | 2013-05-29 | 1 | -6/+5 |
* | cxgb3: Check and handle the dma mapping errors | Santosh Rastapur | 2013-05-23 | 1 | -23/+82 |
* | cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked section | Jay Fenlason | 2013-05-23 | 1 | -4/+5 |
* | net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driver | Peter Hüwe | 2013-05-22 | 1 | -13/+2 |
* | cxgb4: fix error recovery when t4_fw_hello returns a positive value | Thadeu Lima de Souza Cascardo | 2013-05-03 | 1 | -1/+1 |
* | cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSG | Vipul Pandya | 2013-04-29 | 2 | -0/+26 |
* | cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSG | Vipul Pandya | 2013-04-29 | 3 | -3/+76 |
* | cxgb4: Fix pci_device_id structure initialization with correct PF number | Vipul Pandya | 2013-04-29 | 1 | -38/+38 |
* | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 2013-04-19 | 4 | -7/+8 |
* | net: vlan: prepare for 802.1ad support | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 5 | -28/+32 |
* | chelsio: use netdev_alloc_skb_ip_align | stephen hemminger | 2013-03-20 | 1 | -2/+1 |
* | chelsio: add headroom in RX path | Eric Dumazet | 2013-03-20 | 1 | -1/+1 |
* | RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5. | Vipul Pandya | 2013-03-14 | 1 | -0/+8 |
* | RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use. | Vipul Pandya | 2013-03-14 | 3 | -0/+26 |
* | cxgb4vf: Add support for Chelsio T5 adapter | Santosh Rastapur | 2013-03-14 | 5 | -9/+73 |
* | cxgb4: Disable SR-IOV support for PF4-7 for T5 | Santosh Rastapur | 2013-03-14 | 2 | -19/+10 |
* | cxgb4: Update driver version and description | Santosh Rastapur | 2013-03-14 | 1 | -2/+2 |
* | cxgb4: Add T5 PCI ids | Santosh Rastapur | 2013-03-14 | 1 | -0/+38 |
* | cxgb4: Add T5 debugfs support | Santosh Rastapur | 2013-03-14 | 3 | -43/+119 |
* | cxgb4: Enable doorbell drop recovery only for T4 adapter | Santosh Rastapur | 2013-03-14 | 1 | -16/+71 |