summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-122-4/+4
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
| * vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-1/+1
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
|/
* cxgb3: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman2014-03-251-3/+3
* cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-14/+9Star
* cxgb3: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-02-181-3/+0Star
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* net: cxgb3: slight optimization of addr comparedingtianhong2013-12-312-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-1/+2
|\
| * cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings2013-10-291-1/+2
* | chelsio: remove duplicate definesMichael Opdenacker2013-10-221-35/+0Star
* | net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+1
* | Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy2013-08-151-83/+24Star
|/
* cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt2013-07-021-0/+2
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Li RongQing2013-06-051-1/+1
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman2013-05-291-6/+5Star
* cxgb3: Check and handle the dma mapping errorsSantosh Rastapur2013-05-231-23/+82
* cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked sectionJay Fenlason2013-05-231-4/+5
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-9/+11
* cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya2013-02-041-1/+3
* cxgb3: Fix Tx csum statsVipul Pandya2013-01-171-1/+1
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-24/+11Star
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-2/+0Star
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-082-53/+43Star
* cxgb3: remove usage of dev->masterJiri Pirko2013-01-041-4/+7
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-1/+1
|\
| * cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-071-1/+1
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-4/+2Star
* | cxgb3: remove __dev* attributesBill Pemberton2012-12-032-8/+8
* | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-311-4/+3Star
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-121-1/+1
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
| |/
* / cxgb3: Use PCI Express Capability accessorsJiang Liu2012-08-231-14/+8Star
|/
* cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com2012-07-191-0/+4
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-112-2/+2
* cxgb3: set maximal number of default RSS queuesYuval Mintz2012-07-051-1/+1
* cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller2012-07-053-7/+12
* net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller2012-07-051-14/+9Star
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier2012-05-011-46/+46
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* cxgb3: update firmware versionDivy Le Ray2012-02-151-2/+2