index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-13
ice: add parser create and destroy skeleton
Junfeng Guo
4
-0
/
+47
2024-08-12
ethtool: rss: don't report key if device doesn't support it
Jakub Kicinski
1
-0
/
+1
2024-08-07
ice: Fix incorrect assigns of FEC counts
Mateusz Polchlopek
1
-4
/
+4
2024-08-07
ice: Skip PTP HW writes during PTP reset procedure
Grzegorz Nitka
1
-0
/
+4
2024-08-07
ice: Fix reset handler
Grzegorz Nitka
1
-0
/
+2
2024-07-29
ice: xsk: fix txq interrupt mapping
Maciej Fijalkowski
1
-10
/
+14
2024-07-29
ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
Maciej Fijalkowski
1
-1
/
+1
2024-07-29
ice: improve updating ice_{t,r}x_ring::xsk_pool
Maciej Fijalkowski
6
-55
/
+87
2024-07-29
ice: toggle netif_carrier when setting up XSK pool
Maciej Fijalkowski
1
-1
/
+7
2024-07-29
ice: modify error handling when setting XSK pool in ndo_bpf
Maciej Fijalkowski
1
-14
/
+16
2024-07-29
ice: replace synchronize_rcu with synchronize_net
Maciej Fijalkowski
1
-5
/
+4
2024-07-29
ice: don't busy wait for Rx queue disable in ice_qp_dis()
Maciej Fijalkowski
1
-3
/
+1
2024-07-29
ice: respect netif readiness in AF_XDP ZC related ndo's
Michal Kubiak
1
-1
/
+5
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-5
/
+25
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-23
ice: Fix recipe read procedure
Wojciech Drewek
1
-4
/
+4
2024-07-23
ice: Add a per-VF limit on number of FDIR filters
Ahmed Zaki
4
-1
/
+21
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
35
-1264
/
+5075
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
1
-1
/
+1
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-07-14
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
6
-496
/
+272
2024-07-13
Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...
Thomas Gleixner
12
-139
/
+387
2024-07-11
ice: remove eswitch rebuild
Michal Swiatkowski
3
-24
/
+0
2024-07-11
ice: Add support for devlink local_forwarding param
Pawel Kaminski
4
-1
/
+141
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
1
-1
/
+0
2024-07-11
ice: Add tracepoint for adding and removing switch rules
Marcin Szycik
4
-2
/
+43
2024-07-11
ice: Remove unused members from switch API
Marcin Szycik
4
-81
/
+10
2024-07-11
ice: Optimize switch recipe creation
Marcin Szycik
3
-337
/
+212
2024-07-11
ice: remove unused recipe bookkeeping data
Michal Swiatkowski
3
-43
/
+15
2024-07-11
ice: Simplify bitmap setting in adding recipe
Michal Swiatkowski
1
-15
/
+9
2024-07-11
ice: Remove reading all recipes before adding a new one
Michal Swiatkowski
1
-27
/
+2
2024-07-11
ice: Remove unused struct ice_prot_lkup_ext members
Marcin Szycik
2
-29
/
+19
2024-07-10
ice: Implement driver functionality to dump serdes equalizer values
Anil Samal
5
-2
/
+245
2024-07-10
ice: Implement driver functionality to dump fec statistics
Anil Samal
5
-0
/
+403
2024-07-10
ice: Extend Sideband Queue command to support flags
Anil Samal
3
-13
/
+14
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-31
/
+111
2024-07-03
ice: use proper macro for testing bit
Petr Oros
1
-1
/
+1
2024-07-03
ice: Reject pin requests with unsupported flags
Jacob Keller
2
-16
/
+23
2024-07-03
ice: Don't process extts if PTP is disabled
Jacob Keller
1
-0
/
+4
2024-07-03
ice: Fix improper extts handling
Milena Olech
2
-22
/
+91
2024-06-28
ice: do not init struct ice_adapter more times than needed
Przemek Kitszel
1
-32
/
+28
2024-06-28
ice: Distinguish driver reset and removal for AQ shutdown
Piotr Gardocki
3
-12
/
+15
2024-06-28
ice: Allow different FW API versions based on MAC type
Paul Greenwalt
2
-7
/
+19
2024-06-28
ice: Check all ice_vsi_rebuild() errors in function
Eric Joyner
1
-2
/
+11
2024-06-28
ice: Add get/set hw address for VFs using devlink commands
Karthik Sundaravel
3
-10
/
+91
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+9
2024-06-23
ice: Rebuild TC queues on VSI queue reconfiguration
Jan Sokolowski
1
-1
/
+9
2024-06-21
ice: update representor when VSI is ready
Michal Swiatkowski
3
-10
/
+17
2024-06-21
ice: move VSI configuration outside repr setup
Michal Swiatkowski
3
-15
/
+57
2024-06-21
ice: move devlink locking outside the port creation
Michal Swiatkowski
4
-8
/
+9
[prev]
[next]