summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ehea
AgeCommit message (Expand)AuthorFilesLines
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-09-20net: ethernet: ibm: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-07-28net: Explicitly include correct DT includesRob Herring1-0/+1
2022-10-27net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang1-0/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-05-06net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2-0/+3
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-05ethernet: ehea: add missing castJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-05-29ehea: fix error return code in ehea_restart_qps()Zhen Lei1-4/+5
2021-05-24ehea: Use DEVICE_ATTR_*() macroYueHaibing1-9/+9
2021-04-12ehea: add missing MODULE_DEVICE_TABLEQiheng Lin1-0/+1
2020-09-14net: ehea: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-06ehea: replace with page_shift() in ehea_is_hugepage()Yunfeng Ye1-4/+1
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-8/+4
2019-07-29net: ehea: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner8-120/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-05ehea: remove set but not used variables 'epa' and 'cq_handle_ref'YueHaibing1-5/+1
2019-04-05ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2019-03-24net: ibm: fix possible object reference leakWen Yang1-0/+1
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
2018-09-28ehea: remove ndo_poll_controllerEric Dumazet1-14/+0
2018-09-20net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'zhong jiang1-3/+1
2018-09-20net: ibm: remove a redundant local variable 'k'zhong jiang1-2/+1
2018-09-19net: ibm: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-4/+3
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-3/+2
2017-06-12net: ehea: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman1-4/+2
2017-01-09net: ibm: ehea: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+30
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-11-30ehea: Remove unnecessary memset of stats in netdev private dataTobias Klauser1-1/+0
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-11-03ehea: fix operation state reportGuilherme G. Piccoli1-0/+2
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson1-9/+4
2016-05-19net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de1-5/+4
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-20ehea: Register memory hotplug, reboot and crash hooks on adapter probeAnton Blanchard1-105/+141
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-08-26ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-15net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht1-1/+1
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-31ehea: Introduce the use of the managed version of kzallocHimangi Saraogi1-3/+2
2014-05-19net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+3
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1