aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-24net/cxgb4: Fix referencing freed adapterGavin Shan1-1/+1
2014-01-23net/cxgb4: Don't retrieve stats during recoveryGavin Shan1-0/+10
2014-01-23net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2-7/+21
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-13cxgb4: silence shift wrapping static checker warningDan Carpenter1-1/+1
2014-01-09cxgb4: Changed FW check version to match FW binary versionHariprasad Shenai1-4/+4
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-23/+282
2014-01-03cxgb4: allow large buffer size to have page sizeThadeu Lima de Souza Cascardo1-1/+1
2013-12-31net: cxgb3: slight optimization of addr comparedingtianhong2-2/+2
2013-12-22cxgb4: make functions static and remove dead codestephen hemminger4-143/+8
2013-12-22cxgb4: Add API to correctly calculate tuple fieldsKumar Sanghvi6-16/+235
2013-12-22cxgb4: Account for stid entries properly in case of IPv6Kumar Sanghvi1-2/+12
2013-12-22cxgb4: Assign filter server TIDs properlyKumar Sanghvi2-5/+20
2013-12-22cxgb4: Include TCP as protocol when creating server filtersKumar Sanghvi2-0/+9
2013-12-22cxgb4: Reserve stid 0 for T4/T5 adaptersKumar Sanghvi1-0/+6
2013-12-18net: cxgb4 calls skb_set_hashTom Herbert1-2/+4
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher15-30/+15
2013-12-03cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai4-190/+289
2013-12-03cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai6-16/+39
2013-12-03cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai5-70/+73
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-10-29cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings1-1/+2
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