summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ehea/ehea_main.c
Commit message (Expand)AuthorAgeFilesLines
* ehea: Remove unnecessary memset of stats in netdev private dataTobias Klauser2016-11-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+2
|\
| * ehea: fix operation state reportGuilherme G. Piccoli2016-11-031-0/+2
* | ethernet/ibm: use core min/max MTU checkingJarod Wilson2016-10-181-9/+4
|/
* net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-191-5/+4
* ehea: Fix memory hook reference counting crashesMichael Ellerman2015-04-251-2/+4
* ehea: constify of_device_id arrayFabian Frederick2015-03-171-2/+2
* ehea: Register memory hotplug, reboot and crash hooks on adapter probeAnton Blanchard2015-02-191-105/+141
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich2014-08-251-1/+1
* ehea: Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-301-3/+2
* ehea: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-3/+3
* net: do not pretend FRAGLIST supportEric Dumazet2013-12-021-1/+1
* drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering2013-09-161-1/+13
* ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-2/+2
|\
| * net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-251-2/+2
* | ibmebus: convert of_platform_driver to platform_driverRob Herring2013-06-121-5/+3
|/
* net: Fix vlan bitmask changes in EHEA driver.David S. Miller2013-04-221-6/+6
* net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller2013-04-221-1/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-4/+4
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-7/+2
* net: ehea module param description fixDave Young2013-02-181-4/+4
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+2
* ehea: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* ehea: Remove remnants of LRO supportBen Hutchings2012-11-191-1/+1
* ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo2012-05-101-0/+2
* ehea: fix promiscuous modeThadeu Lima de Souza Cascardo2012-04-261-5/+1
* ehea: fix allmulticast supportThadeu Lima de Souza Cascardo2012-04-261-9/+15
* ehea: only register irq after setting up portsThadeu Lima de Souza Cascardo2012-04-241-12/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-1/+3
|\
| * ehea: restore multicast and rx_errors fieldsEric Dumazet2012-03-081-1/+3
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* | drivers/net: fix up stale paths from driver reorgPaul Gortmaker2012-01-301-1/+1
|/
* ehea: make some functions and variables staticThadeu Lima de Souza Cascardo2012-01-171-16/+16
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-5/+16
* ehea: Use round_jiffies_relative to align workqueueAnton Blanchard2011-11-231-2/+4
* ehea: fix skb_frag_size typoEric Dumazet2011-10-251-1/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* ehea: Remove unused tcp_end field in send WQAnton Blanchard2011-10-171-2/+0
* ehea: Add GRO supportAnton Blanchard2011-10-171-10/+5
* ehea: Remove LRO supportAnton Blanchard2011-10-171-60/+1
* ehea: Add 64bit statisticsAnton Blanchard2011-10-171-4/+4
* ehea: Simplify type 3 transmit routineAnton Blanchard2011-10-171-16/+3
* ehea: Merge swqe2 TSO and non TSO pathsAnton Blanchard2011-10-171-55/+21
* ehea: Simplify ehea_xmit2 and ehea_xmit3Anton Blanchard2011-10-171-101/+36
* ehea: Add vlan_featuresAnton Blanchard2011-10-171-0/+2
* ehea: Dont check NETIF_F_TSO in TX pathAnton Blanchard2011-10-171-1/+1