aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_nic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-27IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-2/+1
2017-10-14IB/nes: Fix indentationBart Van Assche1-5/+4
2017-10-09RDMA/nes: Convert timers to use timer_setup()Kees Cook1-2/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-36/+48
2016-12-14infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou1-2/+6
2016-12-14IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-34/+42
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-7/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-04-28RDMA/nes: don't leak skb if carrier downFlorian Westphal1-3/+0
2016-04-26infiniband: nes: Kill unused variable in nes_netdev_start_xmit()David S. Miller1-1/+0
2016-04-26RDMA/nes: remove use of NETDEV_TX_LOCKEDFlorian Westphal1-8/+5
2016-02-29RDMA/nes: Replace LRO with GROBen Hutchings1-7/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+7
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-5/+7
2012-11-22RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova1-6/+7
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-23/+17
2012-09-30RDMA/nes: Cosmetic changesTatyana Nikolova1-19/+13
2012-09-30RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova1-7/+7
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-3/+2
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova1-1/+1
2011-11-16infiniband: Update net drivers for netdev_features_t changes.David S. Miller1-3/+3
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+4
2011-10-19net: add skb frag size accessorsEric Dumazet1-5/+5
2011-10-10RDMA/nes: Support for Packed And Unaligned fpdusFaisal Latif1-0/+4
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-08-26IB: nes: convert to SKB paged frag API.Ian Campbell1-10/+11
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-21nes: do vlan cleanupJiri Pirko1-12/+38
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-20net: infiniband/hw/nes: convert to hw_featuresMichał Mirosław1-50/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-16RDMA/nes: Fix incorrect SFP+ link status detection on driver initMaciej Sosnowski1-4/+39
2011-01-16RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski1-8/+27
2011-01-10RDMA/nes: Fix string continuation lineJoe Perches1-2/+2
2010-10-06RDMA/nes: Turn carrier off on ifdownMaciej Sosnowski1-0/+1
2010-09-08RDMA/nes: Write correct register write to set TX pause paramChien Tung1-2/+2
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+10
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier1-2/+0
2010-07-28RDMA/nes: Fix hangs on ifdownFaisal Latif1-3/+10
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings1-1/+7
2010-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-17/+55
2010-05-24RDMA/nes: Have ethtool read hardware registers for rx/tx statsFaisal Latif1-17/+55
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+3
2010-04-21RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung1-5/+11