index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ehea
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-04
1
-1
/
+1
*
net: ethernet: ibm: Simpify code with for_each_child_of_node()
Zhang Zekun
2024-08-20
1
-6
/
+4
*
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
2023-10-11
1
-1
/
+1
*
net: ethernet: ibm: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-20
1
-5
/
+3
*
net: Explicitly include correct DT includes
Rob Herring
2023-07-27
1
-0
/
+1
*
net: ehea: fix possible memory leak in ehea_register_port()
Yang Yingliang
2022-10-27
1
-0
/
+1
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
1
-1
/
+1
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-2
/
+2
*
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-1
/
+1
*
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
2022-05-05
2
-0
/
+3
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
ethernet: ehea: add missing cast
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
ehea: fix error return code in ehea_restart_qps()
Zhen Lei
2021-05-28
1
-4
/
+5
*
ehea: Use DEVICE_ATTR_*() macro
YueHaibing
2021-05-23
1
-9
/
+9
*
ehea: add missing MODULE_DEVICE_TABLE
Qiheng Lin
2021-04-11
1
-0
/
+1
*
net: ehea: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-14
1
-4
/
+3
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
ehea: replace with page_shift() in ehea_is_hugepage()
Yunfeng Ye
2019-11-06
1
-4
/
+1
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-22
1
-8
/
+4
*
net: ehea: Mark expected switch fall-through
Gustavo A. R. Silva
2019-07-29
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2019-05-30
8
-120
/
+8
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
ehea: remove set but not used variables 'epa' and 'cq_handle_ref'
YueHaibing
2019-04-04
1
-5
/
+1
*
ehea: Fix a copy-paste err in ehea_init_port_res
YueHaibing
2019-04-04
1
-1
/
+1
*
net: ibm: fix possible object reference leak
Wen Yang
2019-03-23
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-03
1
-14
/
+0
|
\
|
*
ehea: remove ndo_poll_controller
Eric Dumazet
2018-09-28
1
-14
/
+0
*
|
net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'
zhong jiang
2018-09-19
1
-3
/
+1
*
|
net: ibm: remove a redundant local variable 'k'
zhong jiang
2018-09-19
1
-2
/
+1
*
|
net: ibm: fix return type of ndo_start_xmit function
YueHaibing
2018-09-18
1
-1
/
+1
|
/
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-4
/
+3
*
net: Convert to using %pOF instead of full_name
Rob Herring
2017-07-24
1
-3
/
+2
*
net: ehea: convert to use DRIVER_ATTR_RO
Greg Kroah-Hartman
2017-06-12
1
-4
/
+2
*
net: ibm: ehea: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-01-09
1
-21
/
+30
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+2
*
ehea: Remove unnecessary memset of stats in netdev private data
Tobias Klauser
2016-11-30
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-0
/
+2
|
\
|
*
ehea: fix operation state report
Guilherme G. Piccoli
2016-11-03
1
-0
/
+2
*
|
ethernet/ibm: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-9
/
+4
|
/
*
net: ehea: avoid null pointer dereference
xypron.glpk@gmx.de
2016-05-19
1
-5
/
+4
*
ehea: Fix memory hook reference counting crashes
Michael Ellerman
2015-04-25
1
-2
/
+4
*
ehea: constify of_device_id array
Fabian Frederick
2015-03-17
1
-2
/
+2
*
ehea: Register memory hotplug, reboot and crash hooks on adapter probe
Anton Blanchard
2015-02-19
1
-105
/
+141
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-2
/
+2
*
ehea: Fix TSO and hw checksums with non-accelerated vlan packets.
Vlad Yasevich
2014-08-25
1
-1
/
+1
*
net: ethernet: ibm: ehea: Remove duplicate object from Makefile
Andreas Ruprecht
2014-08-14
1
-1
/
+1
*
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
Jiri Pirko
2014-06-06
1
-2
/
+2
*
ehea: Introduce the use of the managed version of kzalloc
Himangi Saraogi
2014-05-30
1
-3
/
+2
[next]