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
/
fm10k
/
fm10k_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-05
fm10k: print error message when stop_hw fails
Jacob Keller
1
-1
/
+4
2016-04-05
fm10k: don't initialize service task until later in probe
Jacob Keller
1
-9
/
+16
2016-04-05
fm10k: prevent null pointer dereference of msix_entries table
Jacob Keller
1
-1
/
+3
2016-04-05
fm10k: use ether_addr_copy to copy MAC address
Bruce Allan
1
-2
/
+2
2016-04-05
fm10k: demote BUG_ON() to WARN_ON() where appropriate
Bruce Allan
1
-1
/
+1
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
1
-4
/
+4
2016-04-05
fm10k: Move constants to the right of binary operators
Bruce Allan
1
-8
/
+8
2015-12-22
fm10k: use true/false for boolean get_host_state
Bruce Allan
1
-3
/
+3
2015-12-22
fm10k: use ether_addr_equal instead of memcmp
Jacob Keller
1
-1
/
+1
2015-12-22
fm10k: Cleanup exception handling for changing queues
Alexander Duyck
1
-12
/
+41
2015-12-14
fm10k: initialize xps at driver load
Jacob Keller
1
-2
/
+16
2015-12-14
fm10k: cleanup overly long lines
Bruce Allan
1
-13
/
+16
2015-12-14
fm10k: whitespace cleanups
Bruce Allan
1
-3
/
+2
2015-12-14
fm10k: Cleanup exception handling for mailbox interrupt
Alexander Duyck
1
-2
/
+11
2015-12-14
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
1
-2
/
+2
2015-12-14
fm10k: do not use CamelCase
Jacob Keller
1
-6
/
+6
2015-12-06
fm10k: TRIVIAL fix typo of hardware
Jacob Keller
1
-2
/
+2
2015-12-06
fm10k: use macro for default Tx and Rx ITR values
Jacob Keller
1
-2
/
+2
2015-12-06
fm10k: Update adaptive ITR algorithm
Jacob Keller
1
-2
/
+4
2015-12-06
fm10k: reinitialize queuing scheme after calling init_hw
Jacob Keller
1
-0
/
+18
2015-12-06
fm10k: always check init_hw for errors
Jacob Keller
1
-5
/
+29
2015-12-06
fm10k: set netdev features in one location
Jacob Keller
1
-8
/
+1
2015-11-25
fm10k: use napi_schedule_irqoff()
Alexander Duyck
1
-1
/
+1
2015-09-23
fm10k: add support for extra debug statistics
Jacob Keller
1
-0
/
+18
2015-09-23
fm10k: remove comment about rtnl_lock around mbx operations
Jacob Keller
1
-3
/
+1
2015-09-16
fm10k: re-enable VF after a full reset on detection of a Malicious event
Jacob Keller
1
-2
/
+28
2015-09-16
fm10k: send traffic on default VID to VLAN device if we have one
Jacob Keller
1
-0
/
+4
2015-09-16
fm10k: Report MAC address on driver load
Alexander Duyck
1
-0
/
+3
2015-09-16
fm10k: update netdev perm_addr during reinit, instead of at up
Jacob Keller
1
-0
/
+15
2015-09-16
fm10k: update fm10k_slot_warn to use pcie_get_minimum link
Jacob Keller
1
-29
/
+76
2015-09-16
fm10k: disable service task during suspend
Jacob Keller
1
-0
/
+19
2015-06-18
fm10k: use dma_set_mask_and_coherent in fm10k_probe
Jacob Keller
1
-18
/
+6
2015-06-18
fm10k: trivial fixup message style to include a colon
Jacob Keller
1
-1
/
+1
2015-06-18
fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
Jacob Keller
1
-0
/
+1
2015-04-15
fm10k: start service timer on probe
Jeff Kirsher
1
-3
/
+6
2015-04-15
fm10k: don't handle mailbox events in iov_event path and always process mailbox
Jeff Kirsher
1
-0
/
+3
2015-04-15
fm10k: use separate workqueue for fm10k driver
Jeff Kirsher
1
-1
/
+1
2015-04-15
fm10k: only increment tx_timeout_count in Tx hang path
Jeff Kirsher
1
-1
/
+0
2015-04-15
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
1
-1
/
+1
2015-04-15
fm10k: fix unused warnings
Jeff Kirsher
1
-8
/
+9
2015-04-15
fm10k: Add netconsole support
Jeff Kirsher
1
-0
/
+22
2015-04-15
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
1
-3
/
+2
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
1
-1
/
+1
2014-11-16
fm10k: use netdev_rss_key_fill() helper
Eric Dumazet
1
-7
/
+3
2014-10-16
fm10k: Check the host state when bringing the interface up
Matthew Vick
1
-0
/
+1
2014-09-23
fm10k: Add support for PTP
Alexander Duyck
1
-0
/
+112
2014-09-23
fm10k: Add support for debugfs
Alexander Duyck
1
-0
/
+6
2014-09-23
fm10k: Add support for IEEE DCBx
Alexander Duyck
1
-2
/
+5
2014-09-23
fm10k: Add support for SR-IOV to driver
Alexander Duyck
1
-0
/
+32
2014-09-23
fm10k: Add support for VF
Alexander Duyck
1
-2
/
+100
[prev]
[next]