aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-22net: cxgb4vf: use DEFINE_PCI_DEVICE_TABLEJingoo Han1-1/+1
2013-10-21chelsio: remove duplicate definesMichael Opdenacker1-35/+0
2013-10-21cgxb4: remove duplicate include in cxgb4.hMichael Opdenacker1-1/+0
2013-10-18net: cxgb4vf: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: cxgb4: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico1-1/+2
2013-09-24chelsio: Remove extern from function prototypesJoe Perches1-23/+23
2013-09-20net: cxgb4vf: Staticize local symbolsSachin Kamat1-5/+6
2013-09-15cxgb4: remove workqueue when driver registration failsWei Yang1-1/+3
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2013-09-05Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-2/+332
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2-2/+2
2013-08-15Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy1-83/+24
2013-08-12cxgb4: Add CLIP support to store compressed IPv6 addressVipul Pandya3-0/+241
2013-08-12cxgb4: Add routines to create and remove listening IPv6 serversVipul Pandya3-2/+91
2013-07-02cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt1-0/+2
2013-06-13cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings1-1/+0
2013-06-04cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_headerLi RongQing2-2/+2
2013-05-31cxgb4: Force uninitialized state if FW_ON_ADAPTER is < FW_VERSION and we're the MASTER_PFJay Hernandez3-3/+35
2013-05-28cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-6/+5
2013-05-23cxgb3: Check and handle the dma mapping errorsSantosh Rastapur1-23/+82
2013-05-23cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked sectionJay Fenlason1-4/+5
2013-05-22net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driverPeter Hüwe1-13/+2
2013-05-03cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo1-1/+1
2013-04-29cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2-0/+26
2013-04-29cxgb4: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya3-3/+76
2013-04-29cxgb4: Fix pci_device_id structure initialization with correct PF numberVipul Pandya1-38/+38
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy4-7/+8
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy5-28/+32
2013-03-20chelsio: use netdev_alloc_skb_ip_alignstephen hemminger1-2/+1
2013-03-20chelsio: add headroom in RX pathEric Dumazet1-1/+1
2013-03-14RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya1-0/+8
2013-03-14RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya3-0/+26
2013-03-14cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur5-9/+73
2013-03-14cxgb4: Disable SR-IOV support for PF4-7 for T5Santosh Rastapur2-19/+10
2013-03-14cxgb4: Update driver version and descriptionSantosh Rastapur1-2/+2
2013-03-14cxgb4: Add T5 PCI idsSantosh Rastapur1-0/+38
2013-03-14cxgb4: Add T5 debugfs supportSantosh Rastapur3-43/+119
2013-03-14cxgb4: Enable doorbell drop recovery only for T4 adapterSantosh Rastapur1-16/+71
2013-03-14cxgb4: Add T5 write combining supportSantosh Rastapur3-5/+102
2013-03-14cxgb4: Dump T5 registersSantosh Rastapur1-4/+448
2013-03-14cxgb4: Initialize T5Santosh Rastapur4-48/+227
2013-03-14cxgb4: Add macros, structures and inline functions for T5Santosh Rastapur3-2/+95
2013-03-14cxgb4: Add register definations for T5Santosh Rastapur1-0/+94
2013-03-12cxgb4: Allow for backward compatibility with new VPD scheme.Santosh Rastapur1-3/+9