summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_nic.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/nes: Delete impossible debug printsLeon Romanovsky2018-09-051-2/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck2018-04-271-1/+1
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-2/+1
|\
| * RDMA/nes: Convert timers to use timer_setup()Kees Cook2017-10-091-2/+1
* | IB/nes: Fix indentationBart Van Assche2017-10-141-5/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-36/+48
|\
| * infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou2016-12-141-2/+6
| * IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-141-34/+42
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-201-7/+3
|/
* 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
|\ \ | |/ |/|