Bjarne von Horn
|
eb44f82a91
|
Reuse netif_tx_lock for EoE TX synchronization
ndo_start_xmit callback is protected by __netif_tx_lock by the network stack,
so we no not need our own locks.
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
a54fac3090
|
Make locking of ext_datagram_queue more selective
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
13e1e469e1
|
Use RT Mutex instead of semaphore for RT ioctl locking.
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
7a7f9a041e
|
Fix -Wcomment.
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
b78e5e8c7d
|
Implement symbol visibility for libethercat
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
c3826c7758
|
Remove EtherCAT copyright notice.
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
539d8e4ab2
|
Remove 2.6 conditionals in tty
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
a0226a8e80
|
Remove 2.6 conditionals in example
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
10f892529b
|
Remove 2.6 conditionals in generic driver
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
543dc87d88
|
Remove 2.6 conditionals in master
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
f77a746b26
|
Remove e1000e 2.6
|
2024-01-15 11:20:25 +01:00 |
Bjarne von Horn
|
9def07b48f
|
Remove 2.6 e1000
|
2024-01-15 11:20:22 +01:00 |
Bjarne von Horn
|
8b11bd8a97
|
Remove 2.6 8139too e100 r8169
|
2024-01-15 11:18:37 +01:00 |
Bjarne von Horn
|
c4168c2dc4
|
skip dev_sw_netstats_rx_add()
|
2024-01-11 12:02:27 +01:00 |
Bjarne von Horn
|
f43a83555f
|
Avoid AX_COMPARE_VERSION dependency
|
2024-01-10 12:09:23 +01:00 |
Bjarne von Horn
|
396f7320db
|
Import some of Richards changes
|
2024-01-10 11:47:58 +01:00 |
Bjarne von Horn
|
1d8e58bfc5
|
r8169 ethtool workaround for leap 15.5
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
2eeb31dcc1
|
r8169 coalesce workaround for leap 15.4+
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
4998b4f795
|
inital r8169 for 5.14
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
2e3da687d2
|
add orig r8169 from 5.14.21
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
21b0a9d4f1
|
Ported r8169 to 6.1
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
9145b0ed93
|
orig r8169 from 6.1.38
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
52100d9278
|
unify r8169 configure for kernels >= 5.0.0
NOTE: this adds a dependency on autoconf-archive package,
because `AX_COMPARE_VERSION` macro is used.
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
79998219bc
|
minor fixes
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
556116d6b2
|
Ported 5.10
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
b1ed240c37
|
real 5.10
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
647219ac85
|
accidently ported 5.15 drivers
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
c16883b589
|
ported r8169 to 5.10
|
2024-01-10 11:20:29 +01:00 |
Bjarne von Horn
|
9b9e8a4a6e
|
initial r8169 5.10
|
2024-01-10 11:20:29 +01:00 |
Florian Pose
|
249b3a27e7
|
Merge branch 'e1000_5.x_6.x' into 'stable-1.5'
E1000 for 5.14, 5.15 and 6.1
See merge request etherlab.org/ethercat!101
|
2024-01-03 08:25:38 +00:00 |
Bjarne von Horn
|
74306224a0
|
wrap netdev_xmit_more in e1000
|
2023-12-20 17:59:51 +01:00 |
Bjarne von Horn
|
32d37eb6c1
|
Fix e1000 for suse-patched 5.14
|
2023-11-30 14:15:12 +01:00 |
Bjarne von Horn
|
959efa3b9d
|
Add e1000 for 6.1.38.
|
2023-11-30 14:15:12 +01:00 |
Bjarne von Horn
|
9de59a9f4e
|
Add e1000 for 5.15.115
|
2023-11-30 14:15:12 +01:00 |
Bjarne von Horn
|
4430b1fc6d
|
Add e1000 for 5.14.21
|
2023-11-30 14:15:12 +01:00 |
Bjarne von Horn
|
a72dfdc4c2
|
Tune e1000 update script.
|
2023-11-30 14:15:12 +01:00 |
Bjarne von Horn
|
f9fb3f1cc1
|
Add e1000 for 5.10.115
|
2023-11-30 14:14:57 +01:00 |
Florian Pose
|
1f56f6e335
|
Merge branch 'igh-vh-stable-1.5-patch-29243' into 'stable-1.5'
Fix docs server trigger
See merge request etherlab.org/ethercat!99
|
2023-11-30 09:38:49 +00:00 |
Florian Pose
|
716fdb5f06
|
Merge branch 'igc-6.x' into 'stable-1.5'
Backport igc to stable-1.5
See merge request etherlab.org/ethercat!100
|
2023-11-30 09:37:52 +00:00 |
Bjarne von Horn
|
92cebe2ec9
|
Merge remote-tracking branch 'origin/stable-1.5' into igc-6.x
|
2023-11-30 10:16:31 +01:00 |
Bjarne von Horn
|
0eac6ce78b
|
add suspend/resume support for igc
|
2023-11-30 09:52:08 +01:00 |
Bjarne von Horn
|
6fc487760f
|
remove todo comments
|
2023-11-30 09:51:44 +01:00 |
Bjarne von Horn
|
1a4e3291f4
|
Fix docs server trigger
|
2023-11-30 08:22:38 +00:00 |
Florian Pose
|
5f4a5ffacb
|
Merge branch 'e100_5x_6x' into 'stable-1.5'
e100 workaround for suse-patched 5.14 for 15.5
See merge request etherlab.org/ethercat!98
|
2023-11-29 12:38:51 +00:00 |
Bjarne von Horn
|
2985d24d2d
|
e100 workaround for suse-patched 5.14
|
2023-11-29 12:12:45 +01:00 |
Florian Pose
|
4aab385ec2
|
Merge branch 'e100_5x_6x' into 'stable-1.5'
Add e100 for 5.x and 6.x kernels
See merge request etherlab.org/ethercat!96
|
2023-11-29 09:28:27 +00:00 |
Bjarne von Horn
|
223bde8c7b
|
Add 8139too for 5.15.115
|
2023-11-29 08:56:14 +01:00 |
Bjarne von Horn
|
5a48a7cb6f
|
Add 8139too for 5.14.21
|
2023-11-29 08:54:11 +01:00 |
Bjarne von Horn
|
553172c7f7
|
add e100 for 6.4.8
|
2023-11-27 11:25:21 +01:00 |
Bjarne von Horn
|
6953da43e5
|
add e100 for 6.1.55
|
2023-11-27 11:16:20 +01:00 |