summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-28/+37
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-2/+2
* cxgb3: fix out of bounds readMichal Schmidt2016-05-021-1/+2
* cxgb3: fix up vpd strings for kstrto*()Steve Wise2016-02-191-7/+27
* chelsio: constify cphy_ops structuresJulia Lawall2016-01-054-10/+10
* cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin2015-12-072-13/+29
* cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg2015-07-011-4/+1Star
* cxgb3: avoid needless buffer copy for firmwareKees Cook2015-06-211-6/+6
* cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck2015-04-091-10/+10
* chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2015-04-011-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* cxgb3: re-use native hex2bin()Andy Shevchenko2015-01-251-3/+3
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-3/+3
* net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functionsRickard Strandqvist2015-01-021-16/+0Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* 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
|\