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
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-07
ice: Do not use WQ_MEM_RECLAIM flag for workqueue
Anirudh Venkataramanan
1
-1
/
+1
2023-02-02
igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
Tom Rix
1
-5
/
+9
2023-01-27
ice: Prevent set_channel from changing queues while RDMA active
Dave Ertman
5
-19
/
+43
2023-01-25
ice: move devlink port creation/deletion
Paul M Stillwell Jr
2
-11
/
+17
2023-01-20
iavf: schedule watchdog immediately when changing primary MAC
Stefan Assmann
1
-1
/
+1
2023-01-20
iavf: Move netdev_update_features() into watchdog task
Marcin Szycik
2
-18
/
+17
2023-01-20
iavf: fix temporary deadlock and failure to set MAC address
Michal Schmidt
4
-51
/
+49
2023-01-12
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
4
-10
/
+18
2023-01-10
iavf/iavf_main: actually log ->src mask when talking about it
Daniil Tatianin
1
-1
/
+1
2023-01-10
igc: Fix PPS delta between two synchronized end-points
Christopher S Hall
2
-4
/
+8
2023-01-10
ixgbe: fix pci device refcount leak
Yang Yingliang
1
-5
/
+9
2023-01-10
ice: Add check for kzalloc
Jiasheng Jiang
1
-9
/
+14
2023-01-10
ice: Fix potential memory leak in ice_gnss_tty_write()
Yuan Can
1
-0
/
+1
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+1
2022-12-26
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-3
/
+3
2022-12-22
ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
Maciej Fijalkowski
1
-1
/
+1
2022-12-16
igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
Tan Tee Min
1
-1
/
+13
2022-12-16
igc: recalculate Qbv end_time by considering cycle time
Tan Tee Min
1
-0
/
+15
2022-12-16
igc: allow BaseTime 0 enrollment for Qbv
Tan Tee Min
3
-1
/
+4
2022-12-16
igc: Add checking for basetime less than zero
Muhammad Husaini Zulkifli
1
-0
/
+3
2022-12-16
igc: Use strict cycles for Qbv scheduling
Vinicius Costa Gomes
1
-9
/
+2
2022-12-16
igc: Enhance Qbv scheduling by using first flag bit
Vinicius Costa Gomes
3
-29
/
+151
2022-12-14
igb: Initialize mailbox message for VF reset
Tony Nguyen
1
-1
/
+1
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-12
/
+24
2022-12-13
i40e: allow toggling loopback mode via ndo_set_features callback
Tirthendu Sarkar
4
-4
/
+61
2022-12-13
i40e: Fix the inability to attach XDP program on downed interface
Bartosz Staszewski
1
-12
/
+24
2022-12-10
Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2
-0
/
+10
2022-12-10
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
5
-475
/
+463
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-13
/
+26
2022-12-09
ice: reschedule ice_ptp_wait_for_offset_valid during reset
Jacob Keller
1
-1
/
+6
2022-12-09
ice: make Tx and Rx vernier offset calibration independent
Siddaraju DH
3
-173
/
+91
2022-12-09
ice: only check set bits in ice_ptp_flush_tx_tracker
Jacob Keller
1
-9
/
+29
2022-12-09
ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp
Jacob Keller
2
-36
/
+67
2022-12-09
ice: cleanup allocations in ice_ptp_alloc_tx_tracker
Jacob Keller
1
-7
/
+11
2022-12-09
ice: protect init and calibrating check in ice_ptp_request_ts
Jacob Keller
2
-6
/
+32
2022-12-08
ice: synchronize the misc IRQ when tearing down Tx tracker
Jacob Keller
1
-4
/
+6
2022-12-08
ice: check Tx timestamp memory register for ready timestamps
Jacob Keller
4
-12
/
+126
2022-12-08
ice: handle discarding old Tx requests in ice_ptp_tx_tstamp
Jacob Keller
1
-63
/
+48
2022-12-08
ice: always call ice_ptp_link_change and make it void
Jacob Keller
3
-21
/
+19
2022-12-08
ice: fix misuse of "link err" with "link status"
Jacob Keller
1
-1
/
+1
2022-12-08
ice: Reset TS memory for all quads
Karol Kolacinski
3
-27
/
+42
2022-12-08
ice: Remove the E822 vernier "bypass" logic
Milena Olech
3
-145
/
+14
2022-12-08
ice: Use more generic names for ice_ptp_tx fields
Sergey Temerkhanov
2
-18
/
+19
2022-12-05
i40e: Disallow ip4 and ip6 l4_4_bytes
Przemyslaw Patynowski
1
-10
/
+2
2022-12-05
i40e: Fix for VF MAC address 0
Sylwester Dziedziuch
1
-0
/
+2
2022-12-05
i40e: Fix not setting default xps_cpus after reset
Michal Jaron
1
-1
/
+18
2022-12-05
xfrm: allow state packet offload mode
Leon Romanovsky
2
-0
/
+10
2022-12-01
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-6
/
+0
2022-12-01
ice: implement direct read for NVM and Shadow RAM regions
Jacob Keller
1
-0
/
+69
2022-12-01
ice: use same function to snapshot both NVM and Shadow RAM
Jacob Keller
1
-72
/
+23
[next]