Commit Graph

35 Commits

Author SHA1 Message Date
Florian Pose 5dd3b544bb Avoided some more netif_ calls. 2025-06-30 13:46:26 +02:00
Florian Pose a3fbd3df3a Avoided some netif calls. 2025-06-30 13:17:15 +02:00
Florian Pose b9d5cf13d0 Avoid netif_wake_queue(). 2025-06-27 11:58:37 +02:00
Florian Pose 1be2bb6f27 Do not stop queue. 2025-06-26 17:17:34 +02:00
Florian Pose d7e5fb09fc Fixed r8169. 2025-06-26 17:09:42 +02:00
Florian Pose 39ee16381d Avoid napi_consume_skb. 2025-06-26 16:28:43 +02:00
Florian Pose 7fd10f3a31 Include r8169_leds if existing. 2025-06-26 14:57:52 +02:00
Florian Pose 18bf85b911 Distribute update.sh 2025-06-26 14:28:37 +02:00
Florian Pose 6b21038e58 Added r8169 for 6.12. 2025-06-26 14:04:04 +02:00
Florian Pose e914edcb34 Fixed included (versioned) headers. 2025-06-26 13:42:26 +02:00
Florian Pose 7cc3f11f2c Added r8169 for 6.4. 2025-06-26 12:52:39 +02:00
Florian Pose 66e624d89f Added update script to r8169 2025-06-26 12:52:06 +02:00
Bjarne von Horn a62bfcef9a Fix out-of-tree build of various drivers 2024-06-07 11:45:29 +02:00
Bjarne von Horn 995e41ee6a WARN_ONCE on querying ecdev before ecdev_offer for r8169 2024-04-03 11:11:44 +02:00
Bjarne von Horn 26ffb1d265 Merge branch 'genet_5.10' into devel-1.6 2024-02-07 14:48:05 +01:00
Bjarne von Horn c76399b8db more eth_hw_addr_set ifdefs for suse's kernel 2024-02-05 14:25:48 +01:00
Bjarne von Horn bdd7d1f8f7 Fix r8169 link detection with Xenomai
```
[  741.073012] IRQ pipeline: some code running in oob context 'Xenomai'
[  741.073013]               called an in-band only routine
[  741.073013] CPU: 1 PID: 22419 Comm: my_task Tainted: G           O      5.10.179-lp154.3-0510xenomai3 #1
[  741.073014] Hardware name: ICP / iEi IMBA-9454ISA/IMBA-9454ISA(E168), BIOS 080014  02/20/2009
[  741.073015] IRQ stage: Xenomai
[  741.073015] Call Trace:
[  741.073015]  dump_stack+0x86/0xa6
[  741.073016]  check_inband_stage+0x8c/0xa0
[  741.073017]  inband_irq_save+0xe/0x30
[  741.073017]  try_to_grab_pending+0x1e/0x180
[  741.073018]  mod_delayed_work_on+0x42/0xa0
[  741.073018]  phy_trigger_machine+0x23/0x30
[  741.073019]  phy_mac_interrupt+0xe/0x20
[  741.073019]  ec_poll+0x105/0x110 [ec_r8169]
[  741.073020]  ec_device_poll+0x24/0x30 [ec_master]
[  741.073020]  ecrt_master_receive+0x21/0x160 [ec_master]
[  741.073021]  ec_ioctl_rtdm_rt+0x430/0x4c0 [ec_master]
[  741.073021]  ? rtdm_fd_get+0x11d/0x210
[  741.073022]  ec_rtdm_ioctl_rt_handler+0x26/0x40 [ec_master]
[  741.073022]  rtdm_fd_ioctl+0xdc/0x240
[  741.073023]  ? xnlock_dbg_release+0x21/0xf0
[  741.073023]  CoBaLt_ioctl+0xe/0x20
[  741.073024]  handle_head_syscall+0x10f/0x4d0
[  741.073025]  ? CoBaLt_fcntl+0x20/0x20
[  741.073025]  ? handle_pipelined_syscall+0x39/0x40
[  741.073026]  handle_oob_syscall+0x13/0x20
[  741.073026]  pipeline_syscall+0x8c/0x130
[  741.073027]  syscall_enter_from_user_mode+0x26/0x90
[  741.073027]  do_syscall_64+0x13/0x60
[  741.073028]  entry_SYSCALL_64_after_hwframe+0x61/0xc6
[  741.073029] RIP: 0033:0x7fac8da13c8f
[  741.073029] Code: Unable to access opcode bytes at RIP 0x7fac8da13c65.
[  741.073030] RSP: 002b:00007fac8e864c90 EFLAGS: 00000206 ORIG_RAX: 0000000010000050
[  741.073031] RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007fac8da13c8f
[  741.073032] RDX: 0000000000000000 RSI: 000000000000a426 RDI: 0000000000000003
[  741.073032] RBP: 000000000000a426 R08: 00007fac8e865700 R09: 0000000000000000
[  741.073033] R10: 0000000000000113 R11: 0000000000000206 R12: 0000000000000000
[  741.073033] R13: 0000000000000000 R14: 0000000000000000 R15: 00007fac8e864e80
```
2024-02-05 10:08:55 +01:00
Bjarne von Horn 0c1e2bc397 fix r8169 modname 2024-02-05 10:08:55 +01:00
Florian Pose ee55c20e28 Fixed mail address; limited lines to 78 characters; removed $Id$. 2024-02-01 15:15:41 +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