summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_nic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-3/+0
|\
| * RDMA/nes: don't leak skb if carrier downFlorian Westphal2016-04-281-3/+0
* | infiniband: nes: Kill unused variable in nes_netdev_start_xmit()David S. Miller2016-04-261-1/+0
* | RDMA/nes: remove use of NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-8/+5
|/
* RDMA/nes: Replace LRO with GROBen Hutchings2016-02-291-7/+0
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-6/+7
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+7
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-5/+7
* RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova2012-11-221-6/+7
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-23/+17
|\
| * RDMA/nes: Cosmetic changesTatyana Nikolova2012-09-301-19/+13
| * RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova2012-09-301-7/+7
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-3/+2
|/
* RDMA/nes: Copyright updateTatyana Nikolova2012-01-301-1/+1
* infiniband: Update net drivers for netdev_features_t changes.David S. Miller2011-11-161-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-011-0/+4
|\
| * RDMA/nes: Support for Packed And Unaligned fpdusFaisal Latif2011-10-101-0/+4
* | net: add skb frag size accessorsEric Dumazet2011-10-191-5/+5
* | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-2/+2
* | IB: nes: convert to SKB paged frag API.Ian Campbell2011-08-261-10/+11
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* nes: do vlan cleanupJiri Pirko2011-07-211-12/+38
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* net: infiniband/hw/nes: convert to hw_featuresMichał Mirosław2011-04-201-50/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* RDMA/nes: Fix incorrect SFP+ link status detection on driver initMaciej Sosnowski2011-01-161-4/+39
* RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski2011-01-161-8/+27
* RDMA/nes: Fix string continuation lineJoe Perches2011-01-101-2/+2
* RDMA/nes: Turn carrier off on ifdownMaciej Sosnowski2010-10-061-0/+1
* RDMA/nes: Write correct register write to set TX pause paramChien Tung2010-09-081-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-071-5/+10
|\
| * RDMA/nes: Get rid of "set but not used" variablesRoland Dreier2010-08-041-2/+0
| * RDMA/nes: Fix hangs on ifdownFaisal Latif2010-07-281-3/+10
* | IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2010-07-041-1/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-251-17/+55
|\
| * RDMA/nes: Have ethtool read hardware registers for rx/tx statsFaisal Latif2010-05-241-17/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-4/+3
|\ \ | |/ |/|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+3
* | | RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung2010-04-211-5/+11
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung2010-03-121-2/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-031-52/+9
|\
| * RDMA/nes: Add support for KR device id 0x0110Chien Tung2010-02-251-50/+7
| * RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-191-2/+2
* | infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-36/+49
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
|/
OpenPOWER on IntegriCloud