| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 1 | -3/+0 |
|\ |
|
| * | RDMA/nes: don't leak skb if carrier down | Florian Westphal | 2016-04-29 | 1 | -3/+0 |
* | | infiniband: nes: Kill unused variable in nes_netdev_start_xmit() | David S. Miller | 2016-04-26 | 1 | -1/+0 |
* | | RDMA/nes: remove use of NETDEV_TX_LOCKED | Florian Westphal | 2016-04-26 | 1 | -8/+5 |
|/ |
|
* | RDMA/nes: Replace LRO with GRO | Ben Hutchings | 2016-02-29 | 1 | -7/+0 |
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 2015-10-16 | 1 | -3/+0 |
* | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 2015-01-13 | 1 | -6/+7 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -7/+7 |
* | remove init of dev->perm_addr in drivers | Jiri Pirko | 2013-01-09 | 1 | -1/+0 |
* | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-07 | 1 | -5/+7 |
* | RDMA/nes: Fix for incorrect multicast address in the perfect filter table | Tatyana Nikolova | 2012-11-22 | 1 | -6/+7 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-03 | 1 | -23/+17 |
|\ |
|
| * | RDMA/nes: Cosmetic changes | Tatyana Nikolova | 2012-10-01 | 1 | -19/+13 |
| * | RDMA/nes: Fix for incorrect MSS when TSO is on | Tatyana Nikolova | 2012-10-01 | 1 | -7/+7 |
* | | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 2012-08-14 | 1 | -3/+2 |
|/ |
|
* | RDMA/nes: Copyright update | Tatyana Nikolova | 2012-01-31 | 1 | -1/+1 |
* | infiniband: Update net drivers for netdev_features_t changes. | David S. Miller | 2011-11-17 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-11-01 | 1 | -0/+4 |
|\ |
|
| * | RDMA/nes: Support for Packed And Unaligned fpdus | Faisal Latif | 2011-10-10 | 1 | -0/+4 |
* | | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 | 1 | -5/+5 |
* | | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map | Ian Campbell | 2011-10-06 | 1 | -2/+2 |
* | | IB: nes: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -10/+11 |
* | | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-18 | 1 | -1/+1 |
|/ |
|
* | nes: do vlan cleanup | Jiri Pirko | 2011-07-21 | 1 | -12/+38 |
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 2011-04-29 | 1 | -2/+2 |
* | net: infiniband/hw/nes: convert to hw_features | Michał Mirosław | 2011-04-20 | 1 | -50/+5 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | RDMA/nes: Fix incorrect SFP+ link status detection on driver init | Maciej Sosnowski | 2011-01-16 | 1 | -4/+39 |
* | RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE events | Maciej Sosnowski | 2011-01-16 | 1 | -8/+27 |
* | RDMA/nes: Fix string continuation line | Joe Perches | 2011-01-11 | 1 | -2/+2 |
* | RDMA/nes: Turn carrier off on ifdown | Maciej Sosnowski | 2010-10-06 | 1 | -0/+1 |
* | RDMA/nes: Write correct register write to set TX pause param | Chien Tung | 2010-09-08 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-08-08 | 1 | -5/+10 |
|\ |
|
| * | RDMA/nes: Get rid of "set but not used" variables | Roland Dreier | 2010-08-04 | 1 | -2/+0 |
| * | RDMA/nes: Fix hangs on ifdown | Faisal Latif | 2010-07-29 | 1 | -3/+10 |
* | | IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags() | Ben Hutchings | 2010-07-04 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-05-25 | 1 | -17/+55 |
|\ |
|
| * | RDMA/nes: Have ethtool read hardware registers for rx/tx stats | Faisal Latif | 2010-05-25 | 1 | -17/+55 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-21 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
| |\ |
|
| * | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -4/+3 |
* | | | RDMA/nes: Make nesadapter->phy_lock usage consistent | Chien Tung | 2010-04-22 | 1 | -5/+11 |
| |/
|/| |
|
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | RDMA/nes: Fix CX4 link problem in back-to-back configuration | Chien Tung | 2010-03-12 | 1 | -2/+28 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-03-03 | 1 | -52/+9 |
|\ |
|
| * | RDMA/nes: Add support for KR device id 0x0110 | Chien Tung | 2010-02-25 | 1 | -50/+7 |
| * | RDMA/nes: Use atomic counters for CM listener create and destroy | Faisal Latif | 2010-02-19 | 1 | -2/+2 |
* | | infiniband: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-26 | 1 | -36/+49 |
* | | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -1/+1 |
|/ |
|