summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-122-4/+5
|\
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
| * cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calc...Hariprasad Shenai2014-05-121-3/+4
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* cxgb4vf: Adds device Id for few more Chelsio adaptersHariprasad Shenai2014-03-281-0/+8
* cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman2014-03-251-3/+3
* cxgb4vf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-18/+16Star
* cxgb4vf: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-02-181-1/+0Star
* cxgb4: make functions static and remove dead codestephen hemminger2013-12-232-3/+2Star
* cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai2013-12-035-16/+30
* net: cxgb4vf: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* net: cxgb4vf: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-3/+0Star
* net: cxgb4vf: Staticize local symbolsSachin Kamat2013-09-201-5/+6
* cxgb4vf: Support CPL_SGE_EGR_UPDATEs encapsulated in a CPL_FW4_MSGVipul Pandya2013-04-291-0/+25
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+3
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+8
* cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur2013-03-145-9/+73
* cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya2013-02-121-1/+3
* cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya2013-02-081-1/+1
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-081-15/+8Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-12-141-4/+4
|\
| * [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna2012-11-271-4/+4
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-3/+2Star
* | cxgb4vf: remove __dev* attributesBill Pemberton2012-12-033-15/+15
|/
* cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya2012-09-271-2/+3
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-08-011-1/+1
* ethernet: Remove casts to same typeJoe Perches2012-06-062-4/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-0/+2
|\
| * cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adaptersVipul Pandya2012-03-061-0/+2
* | ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-2/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix comment and string typo 'bufer'Paul Bolle2011-12-061-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\ \
| * | switch debugfs to umode_tAl Viro2012-01-041-1/+1
| |/
* | net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-3/+2Star
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-3/+5
* | Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+4
|/
* cxgb4vf: convert to SKB paged frag API.Ian Campbell2011-10-212-53/+41Star
* net: add skb frag size accessorsEric Dumazet2011-10-191-13/+13
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-181-0/+2
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-117-0/+7735