aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
Commit message (Expand)AuthorAge
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-16
* net: cxgb3: slight optimization of addr comparedingtianhong2013-12-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\
| * cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings2013-10-29
* | chelsio: remove duplicate definesMichael Opdenacker2013-10-21
* | net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-06
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-20
* | Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy2013-08-15
|/
* cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt2013-07-02
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Li RongQing2013-06-04
* cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman2013-05-29
* cxgb3: Check and handle the dma mapping errorsSantosh Rastapur2013-05-23
* cxgb3: Fix warning about using rcu_dereference when not in a rcu-locked sectionJay Fenlason2013-05-23
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya2013-02-04
* cxgb3: Fix Tx csum statsVipul Pandya2013-01-17
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-14
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-07
* cxgb3: remove usage of dev->masterJiri Pirko2013-01-04
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-13
|\
| * cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2012-12-07
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* | cxgb3: remove __dev* attributesBill Pemberton2012-12-03
* | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-31
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-12
|\ \
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-07
| |/
* / cxgb3: Use PCI Express Capability accessorsJiang Liu2012-08-23
|/
* cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com2012-07-19
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* cxgb3: set maximal number of default RSS queuesYuval Mintz2012-07-05
* cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller2012-07-05
* net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller2012-07-05
* ethernet: Remove casts to same typeJoe Perches2012-06-06
* cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier2012-04-30
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-23
* cxgb3: update firmware versionDivy Le Ray2012-02-15
* cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller2011-12-05
* cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller2011-12-05
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-05
* net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-23
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-22
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-14
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31