summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ehea/ehea_main.c
AgeCommit message (Expand)Author
2020-01-29ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing
2019-05-04net: ibm: fix possible object reference leakWen Yang
2016-11-03ehea: fix operation state reportGuilherme G. Piccoli
2016-05-19net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de
2015-04-25ehea: Fix memory hook reference counting crashesMichael Ellerman
2015-03-17ehea: constify of_device_id arrayFabian Frederick
2015-02-19ehea: Register memory hotplug, reboot and crash hooks on adapter probeAnton Blanchard
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-25ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich
2014-05-30ehea: Introduce the use of the managed version of kzallocHimangi Saraogi
2014-03-24ehea: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet
2013-09-16drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering
2013-09-12ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-06-12ibmebus: convert of_platform_driver to platform_driverRob Herring
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han
2013-04-22net: Fix vlan bitmask changes in EHEA driver.David S. Miller
2013-04-22net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-18net: ehea module param description fixDave Young
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03ehea: remove __dev* attributesBill Pemberton
2012-11-19ehea: Remove remnants of LRO supportBen Hutchings
2012-05-10ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo
2012-04-26ehea: fix promiscuous modeThadeu Lima de Souza Cascardo
2012-04-26ehea: fix allmulticast supportThadeu Lima de Souza Cascardo
2012-04-24ehea: only register irq after setting up portsThadeu Lima de Souza Cascardo
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-08ehea: restore multicast and rx_errors fieldsEric Dumazet
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker
2012-01-17ehea: make some functions and variables staticThadeu Lima de Souza Cascardo
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-23ehea: Use round_jiffies_relative to align workqueueAnton Blanchard
2011-10-25ehea: fix skb_frag_size typoEric Dumazet
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-17ehea: Remove unused tcp_end field in send WQAnton Blanchard
2011-10-17ehea: Add GRO supportAnton Blanchard
2011-10-17ehea: Remove LRO supportAnton Blanchard
2011-10-17ehea: Add 64bit statisticsAnton Blanchard
2011-10-17ehea: Simplify type 3 transmit routineAnton Blanchard
2011-10-17ehea: Merge swqe2 TSO and non TSO pathsAnton Blanchard
2011-10-17ehea: Simplify ehea_xmit2 and ehea_xmit3Anton Blanchard
2011-10-17ehea: Add vlan_featuresAnton Blanchard
2011-10-17ehea: Dont check NETIF_F_TSO in TX pathAnton Blanchard
2011-10-17ehea: Remove num_tx_qps module optionAnton Blanchard