index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
net
/
qeth_l2_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
s390/qeth: Don't call dev_close/dev_open (DOWN/UP)
Alexandra Winter
1
-3
/
+6
2023-02-11
s390/qeth: Convert sprintf/snprintf to scnprintf
Thorsten Winkler
1
-26
/
+27
2022-12-08
s390/qeth: fix use-after-free in hsci
Alexandra Winter
1
-1
/
+1
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-09-28
s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible array
Kees Cook
1
-2
/
+2
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-1
/
+1
2022-04-29
qeth: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-1
/
+1
2021-12-08
s390/qeth: fine-tune .ndo_select_queue()
Julian Wiedmann
1
-14
/
+6
2021-12-08
s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
Julian Wiedmann
1
-2
/
+0
2021-12-08
s390/qeth: split up L2 netdev_ops
Julian Wiedmann
1
-4
/
+28
2021-10-25
s390/qeth: fix various format strings
Heiko Carstens
1
-7
/
+7
2021-10-25
s390/qeth: remove .do_ioctl() callback from driver discipline
Julian Wiedmann
1
-1
/
+0
2021-10-25
s390/qeth: improve trace entries for MAC address (un)registration
Julian Wiedmann
1
-6
/
+6
2021-10-22
net: s390: constify and use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+3
2021-09-22
s390/qeth: Fix deadlock in remove_discipline
Alexandra Winter
1
-1
/
+0
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-10
net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...
Vladimir Oltean
1
-2
/
+2
2021-08-07
s390/qeth: Update MACs of LEARNING_SYNC device
Alexandra Winter
1
-4
/
+127
2021-08-07
s390/qeth: Switchdev event handler
Alexandra Winter
1
-5
/
+78
2021-08-07
s390/qeth: Register switchdev event handler
Alexandra Winter
1
-3
/
+40
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-27
qeth: use ndo_siocdevprivate
Arnd Bergmann
1
-0
/
+1
2021-07-20
s390/qeth: clean up device_type management
Julian Wiedmann
1
-3
/
+5
2021-07-20
s390/qeth: remove OSN support
Julian Wiedmann
1
-152
/
+12
2021-06-11
s390/qeth: Consider dependency on SWITCHDEV module
Alexandra Winter
1
-2
/
+10
2021-01-29
s390/qeth: remove qeth_get_ip_version()
Julian Wiedmann
1
-3
/
+3
2021-01-08
s390/qeth: fix locking for discipline setup / removal
Julian Wiedmann
1
-4
/
+1
2021-01-08
s390/qeth: fix deadlock during recovery
Julian Wiedmann
1
-2
/
+5
2020-12-07
s390/qeth: use dev->groups for common sysfs attributes
Julian Wiedmann
1
-2
/
+2
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-16
/
+2
2020-11-21
s390/qeth: Remove pnso workaround
Alexandra Winter
1
-16
/
+2
2020-11-19
s390/qeth: reduce rtnl locking for switchdev events
Julian Wiedmann
1
-18
/
+15
2020-10-03
s390/qeth: static checker cleanups
Julian Wiedmann
1
-3
/
+2
2020-10-03
s390/qeth: use netdev_name()
Julian Wiedmann
1
-1
/
+1
2020-10-03
s390/qeth: constify the disciplines
Julian Wiedmann
1
-1
/
+1
2020-10-03
s390/qeth: allow configuration of TX queues for OSA devices
Julian Wiedmann
1
-2
/
+3
2020-10-03
s390/qeth: keep track of wanted TX queues
Julian Wiedmann
1
-6
/
+8
2020-09-23
s390/qeth: remove forward declarations in L2 code
Julian Wiedmann
1
-197
/
+181
2020-09-23
s390/qeth: consolidate teardown code
Julian Wiedmann
1
-32
/
+18
2020-09-23
s390/qeth: consolidate online code
Julian Wiedmann
1
-19
/
+1
2020-09-23
s390/qeth: cancel cmds earlier during teardown
Julian Wiedmann
1
-3
/
+1
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-09-15
s390/qeth: implement ndo_bridge_setlink for learning_sync
Alexandra Winter
1
-0
/
+125
2020-09-15
s390/qeth: implement ndo_bridge_getlink for learning_sync
Alexandra Winter
1
-1
/
+22
2020-09-15
s390/qeth: Reset address notification in case of buffer overflow
Alexandra Winter
1
-1
/
+113
2020-09-15
s390/qeth: Translate address events into switchdev notifiers
Alexandra Winter
1
-1
/
+109
2020-09-15
s390/qeth: Detect PNSO OC3 capability
Alexandra Winter
1
-0
/
+45
2020-09-15
s390/cio: Add new Operation Code OC3 to PNSO
Alexandra Winter
1
-5
/
+8
2020-09-10
s390/qeth: delay draining the TX buffers
Julian Wiedmann
1
-1
/
+1
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
[next]