aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ehea (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-25ehea: Fix memory hook reference counting crashesMichael Ellerman1-2/+4
2015-03-17ehea: constify of_device_id arrayFabian Frederick1-2/+2
2015-02-19ehea: Register memory hotplug, reboot and crash hooks on adapter probeAnton Blanchard1-105/+141
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-08-25ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-14net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-30ehea: Introduce the use of the managed version of kzallocHimangi Saraogi1-3/+2
2014-05-18net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+3
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24ehea: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet1-1/+1
2013-09-16drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering1-1/+13
2013-09-12ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-06-12ibmebus: convert of_platform_driver to platform_driverRob Herring1-5/+3
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-04-22net: Fix vlan bitmask changes in EHEA driver.David S. Miller1-6/+6
2013-04-22net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller1-1/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-4/+4
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-7/+2
2013-02-18net: ehea module param description fixDave Young1-4/+4
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2-16/+7
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-20/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+2
2012-12-03ehea: remove __dev* attributesBill Pemberton1-5/+5
2012-11-19ehea: Remove remnants of LRO supportBen Hutchings1-1/+1
2012-11-15powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie1-20/+0
2012-09-05ehea: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman3-14/+13
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-3/+1
2012-05-10ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo1-0/+2
2012-04-26ehea: fix promiscuous modeThadeu Lima de Souza Cascardo1-5/+1
2012-04-26ehea: fix allmulticast supportThadeu Lima de Souza Cascardo2-10/+16
2012-04-24ehea: only register irq after setting up portsThadeu Lima de Souza Cascardo1-12/+18
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-03-08ehea: restore multicast and rx_errors fieldsEric Dumazet1-1/+3
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker8-8/+8
2012-01-17ehea: make some functions and variables staticThadeu Lima de Souza Cascardo3-25/+23
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-5/+16
2011-11-23ehea: Use round_jiffies_relative to align workqueueAnton Blanchard1-2/+4
2011-11-23ehea: Reduce memory usage in buffer poolsAnton Blanchard1-2/+2
2011-10-25ehea: fix skb_frag_size typoEric Dumazet1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-17ehea: Remove unused tcp_end field in send WQAnton Blanchard2-3/+1
2011-10-17ehea: Add GRO supportAnton Blanchard1-10/+5
2011-10-17ehea: Remove LRO supportAnton Blanchard3-83/+1
2011-10-17ehea: Add 64bit statisticsAnton Blanchard2-5/+5
2011-10-17ehea: Remove some unused definitionsAnton Blanchard1-25/+0